aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-armada38x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21rtc: remove superfluous error messageAlexandre Belloni1-6/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-09-28rtc: armada38x: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-16/+6
2018-09-28rtc: armada38x: add rangeAlexandre Belloni1-0/+2
2018-09-28rtc: armada38x: fix possible race conditionAlexandre Belloni1-11/+11
2018-07-12rtc: armada38x: reset after rtc power lossBaruch Siach1-0/+23
2017-10-25rtc: armada38x: add support for trimming the RTCRussell King1-0/+101
2017-02-21rtc: armada38x: Add support for Armada 7K/8KGregory CLEMENT1-0/+65
2017-02-21rtc: armada38x: Prepare driver to manage different versionsGregory CLEMENT1-53/+99
2017-01-12rtc: armada38x: make struct rtc_class_ops constRussell King1-7/+17
2017-01-11rtc: armada38x: Follow the new recommendation for errata implementationGregory CLEMENT1-23/+94
2015-09-05rtc: Fix module autoload for OF platform driversJavier Martinez Canillas1-0/+1
2015-09-05rtc: armada38x: Align RTC set time procedure with the official errataNadav Haklai1-20/+12
2015-07-18rtc: armada38x: Remove unused variable from armada38x_rtc_set_time()Fabio Estevam1-1/+1
2015-05-14drivers/rtc/rtc-armada38x.c: remove unused local `flags'Andrew Morton1-1/+1
2015-05-05rtc: armada38x: fix concurrency access in armada38x_rtc_set_timeGregory CLEMENT1-12/+12
2015-02-13drivers/rtc/rtc-armada38x: add a new RTC driver for recent mvebu SoCsGregory CLEMENT1-0/+320