summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-zynqmp.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: zynqmp: Convert to platform remove callback returning voidUwe Kleine-König2023-03-171-4/+2
* rtc: zynqmp: initialize fract_tickAlexandre Belloni2022-08-081-1/+1
* rtc: zynqmp: Add calibration set and get supportSrinivas Neeli2022-07-261-19/+94
* rtc: zynqmp: Updated calibration valueSrinivas Neeli2022-07-261-1/+1
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: zynqmp: Clear alarm interrupt status before interrupt enableSrinivas Neeli2020-02-121-4/+23
* rtc: zynqmp: re-use rtc_time64_to_tm operationJean-Francois Dagenais2019-12-101-2/+2
* rtc: xilinx: Fix calibval variable typeSrinivas Goud2019-10-141-1/+1
* rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-071-4/+1
* rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-131-6/+2
* rtc: zynqmp: convert to SPDX identifierAlexandre Belloni2019-03-181-12/+1
* rtc: zynqmp: let the core handle rangeAlexandre Belloni2019-03-031-7/+1
* rtc: zynqmp: fix possible race conditionAlexandre Belloni2019-03-031-3/+7
* rtc: simplify getting .drvdataWolfram Sang2018-05-031-6/+4
* rtc: stop validating rtc_time after rtc_time64_to_tmAlexandre Belloni2018-03-011-1/+1
* rtc: zynqmp: Update seconds time programming logicAnurag Kumar Vulisha2016-05-201-6/+39
* rtc: zynqmp: Write Calibration value before setting timeAnurag Kumar Vulisha2016-05-201-7/+14
* rtc: zynqmp: Enable RTC switching to battery power when VCC_PSAUX is N/AAnurag Kumar Vulisha2016-05-201-0/+8
* rtc: add xilinx zynqmp rtc driverSuneel Garapati2015-09-051-0/+279