summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-armada38x.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: armada38x: remove armada38x_rtc_ops_noirqAlexandre Belloni2021-01-161-17/+4
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: armada38x: Use of_device_get_match_data()Stephen Boyd2019-10-071-7/+3
* rtc: remove superfluous error messageAlexandre Belloni2019-08-211-6/+1
* rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-131-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* rtc: armada38x: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2018-09-281-16/+6
* 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/+12
* 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-141-1/+1
* rtc: armada38x: fix concurrency access in armada38x_rtc_set_timeGregory CLEMENT2015-05-051-12/+12
* drivers/rtc/rtc-armada38x: add a new RTC driver for recent mvebu SoCsGregory CLEMENT2015-02-131-0/+320