summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl-dpaa2/rtc/dprtc.c
AgeCommit message (Collapse)Author
2017-09-25staging: fsl-dpaa2: rtc: update flib files to v10.2.0Yangbo Lu
Current fsl-mc driver had been upgraded to support mc v10.2.0. This patch is to update flib files of dpaa2-rtc to v10.2.0, otherwise there would be compile issue. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
2017-09-25staging: fsl-dpaa2: rtc: add rtc driverYangbo Lu
This patch is to add DPAA2 RTC driver which is PTP 1588 clock driver for DPAA2. The driver registers itself with class driver for using the PTP hardware clock infrastructure. Together with the SO_TIMESTAMPING socket options, this presents a standardized method for developing PTP user space programs, synchronizing Linux with external clocks, and using the ancillary features of PTP hardware clocks. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>