summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rv3029c2.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* rtc: rv3029: Clean up error handling in rv3029_eeprom_write()Dan Carpenter2017-10-121-8/+8
* rtc: rv3029: fix vendor stringAlexandre Belloni2017-09-261-0/+2
* rtc: constify i2c_device_idArvind Yadav2017-09-011-1/+1
* rtc: rv3029: Add OF device ID tableJavier Martinez Canillas2017-03-091-0/+9
* rtc: rv3029: hide unused i2c device tableArnd Bergmann2016-05-211-7/+7
* rtc: rv3029: add alarm IRQMylène Josserand2016-05-211-21/+93
* rtc: rv3029: fix set_time functionMylène Josserand2016-05-211-1/+1
* rtc: rv3029: fix alarm supportMylène Josserand2016-05-211-7/+16
* rtc: rv3029: Remove some checks and warningsMylène Josserand2016-05-211-34/+34
* rtc: rv3029: Add support of RV3049Mylène Josserand2016-05-211-3/+105
* rtc: rv3029: convert to use regmapMylène Josserand2016-05-211-133/+142
* rtc: rv3029: remove 'i2c' in functions namesMylène Josserand2016-05-211-75/+57
* rtc: rv3029: Add thermometer hwmon supportMichael Büsch2016-03-141-0/+120
* rtc: rv3029: Add update_bits helper for eeprom accessMichael Büsch2016-03-141-14/+25
* rtc: rv3029: Add device tree property for trickle chargerMichael Büsch2016-03-141-3/+103
* rtc: rv3029: Add functions for EEPROM accessMichael Büsch2016-03-141-0/+125
* rtc: rv3029: Add i2c register update-bits helperMichael Büsch2016-03-141-26/+28
* rtc: rv3029: Add missing register definitionsMichael Büsch2016-03-141-16/+45
* rtc: rv3029: Add "rv3029" I2C device idMichael Büsch2016-03-141-0/+1
* rtc: rv3029: Remove all 'C2' suffixes from identifiersMichael Büsch2016-03-141-147/+148
* drivers/rtc/rtc-rv3029c2.c: fix potential race conditionGregory Hermant2014-04-031-6/+6
* drivers/rtc/rtc-rv3029c2.c: remove empty functionSachin Kamat2013-07-031-6/+0
* drivers/rtc/rtc-rv3029c2.c: fix disabling AIE irqAxel Lin2013-07-031-1/+1
* rtc: rtc-rv3029c2: use devm_rtc_device_register()Jingoo Han2013-04-291-13/+3
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-231-12/+1
* rtc: add rv3029c2 RTC supportHeiko Schocher2011-05-261-0/+454