aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rx8581.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-06rtc: rx8581: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-02rtc: rx8581: Add support for Epson rx8571 RTCBiju Das1-9/+105
2018-05-17rtc: rx8581: switch to regmapAlexandre Belloni1-113/+42
2018-05-17rtc: rx8581: error out when time invalidAlexandre Belloni1-4/+6
2018-05-17rtc: rx8581: remove useless declarationAlexandre Belloni1-18/+15
2018-05-17rtc: rx8581: remove useless indirectionAlexandre Belloni1-12/+4
2018-05-17rtc: rx8581: let the core handle rtc rangeAlexandre Belloni1-5/+4
2018-05-17rtc: rx8581: add RTC rangeAlexandre Belloni1-0/+2
2018-05-17rtc: rx8581: switch to rtc_register_deviceAlexandre Belloni1-8/+5
2018-03-02rtc: rx8581: remove useless messageAlexandre Belloni1-5/+1
2017-03-09rtc: rx8581: Add OF device ID tableJavier Martinez Canillas1-0/+7
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-5/+0
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-01-23drivers/rtc/rtc-rx8581.c: add SMBus-only adapters supportAndreas Werner1-13/+68
2013-07-03drivers/rtc/rtc-rx8581.c: remove empty functionSachin Kamat1-6/+0
2013-04-29rtc: rtc-rx8581: use devm_rtc_device_register()Jingoo Han1-6/+2
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin1-12/+1
2010-07-27drivers/rtc/rtc-rx8581.c: fix setdatetimeRudolf Marek1-3/+17
2010-04-14rtc: e-mail corrections following split of GE Fanuc joint ventureMartyn Welch1-3/+3
2008-11-12rtc: basic implementation of Epson RX-8581 I2C Real Time ClockMartyn Welch1-0/+281