summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-armada38x.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* rtc: armada38x: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2018-09-281-16/+6Star
* rtc: armada38x: add rangeAlexandre Belloni2018-09-281-0/+2
* rtc: armada38x: fix possible race conditionAlexandre Belloni2018-09-281-11/+11
* rtc: armada38x: reset after rtc power lossBaruch Siach2018-07-121-0/+23
* rtc: armada38x: add support for trimming the RTCRussell King2017-10-251-0/+101
* rtc: armada38x: Add support for Armada 7K/8KGregory CLEMENT2017-02-211-0/+65
* rtc: armada38x: Prepare driver to manage different versionsGregory CLEMENT2017-02-211-53/+99
* rtc: armada38x: make struct rtc_class_ops constRussell King2017-01-121-7/+17
* rtc: armada38x: Follow the new recommendation for errata implementationGregory CLEMENT2017-01-111-23/+94
* rtc: Fix module autoload for OF platform driversJavier Martinez Canillas2015-09-051-0/+1
* rtc: armada38x: Align RTC set time procedure with the official errataNadav Haklai2015-09-051-20/+12Star
* rtc: armada38x: Remove unused variable from armada38x_rtc_set_time()Fabio Estevam2015-07-181-1/+1
* drivers/rtc/rtc-armada38x.c: remove unused local `flags'Andrew Morton2015-05-151-1/+1
* rtc: armada38x: fix concurrency access in armada38x_rtc_set_timeGregory CLEMENT2015-05-061-12/+12
* drivers/rtc/rtc-armada38x: add a new RTC driver for recent mvebu SoCsGregory CLEMENT2015-02-141-0/+320