aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-zynqmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-02-12rtc: zynqmp: Clear alarm interrupt status before interrupt enableSrinivas Neeli1-4/+23
2019-12-10rtc: zynqmp: re-use rtc_time64_to_tm operationJean-Francois Dagenais1-2/+2
2019-10-14rtc: xilinx: Fix calibval variable typeSrinivas Goud1-1/+1
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-4/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-6/+2
2019-03-18rtc: zynqmp: convert to SPDX identifierAlexandre Belloni1-12/+1
2019-03-03rtc: zynqmp: let the core handle rangeAlexandre Belloni1-7/+1
2019-03-03rtc: zynqmp: fix possible race conditionAlexandre Belloni1-3/+7
2018-05-03rtc: simplify getting .drvdataWolfram Sang1-6/+4
2018-03-01rtc: stop validating rtc_time after rtc_time64_to_tmAlexandre Belloni1-1/+1
2016-05-20rtc: zynqmp: Update seconds time programming logicAnurag Kumar Vulisha1-6/+39
2016-05-20rtc: zynqmp: Write Calibration value before setting timeAnurag Kumar Vulisha1-7/+14
2016-05-20rtc: zynqmp: Enable RTC switching to battery power when VCC_PSAUX is N/AAnurag Kumar Vulisha1-0/+8
2015-09-05rtc: add xilinx zynqmp rtc driverSuneel Garapati1-0/+279