aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-rv3029c2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-21rtc: rv3029: hide unused i2c device tableArnd Bergmann1-7/+7
2016-05-21rtc: rv3029: add alarm IRQMylène Josserand1-21/+93
2016-05-21rtc: rv3029: fix set_time functionMylène Josserand1-1/+1
2016-05-21rtc: rv3029: fix alarm supportMylène Josserand1-7/+16
2016-05-21rtc: rv3029: Remove some checks and warningsMylène Josserand1-34/+34
2016-05-21rtc: rv3029: Add support of RV3049Mylène Josserand1-3/+105
2016-05-21rtc: rv3029: convert to use regmapMylène Josserand1-133/+142
2016-05-21rtc: rv3029: remove 'i2c' in functions namesMylène Josserand1-75/+57
2016-03-14rtc: rv3029: Add thermometer hwmon supportMichael Büsch1-0/+120
2016-03-14rtc: rv3029: Add update_bits helper for eeprom accessMichael Büsch1-14/+25
2016-03-14rtc: rv3029: Add device tree property for trickle chargerMichael Büsch1-3/+103
2016-03-14rtc: rv3029: Add functions for EEPROM accessMichael Büsch1-0/+125
2016-03-14rtc: rv3029: Add i2c register update-bits helperMichael Büsch1-26/+28
2016-03-14rtc: rv3029: Add missing register definitionsMichael Büsch1-16/+45
2016-03-14rtc: rv3029: Add "rv3029" I2C device idMichael Büsch1-0/+1
2016-03-14rtc: rv3029: Remove all 'C2' suffixes from identifiersMichael Büsch1-147/+148
2014-04-03drivers/rtc/rtc-rv3029c2.c: fix potential race conditionGregory Hermant1-6/+6
2013-07-03drivers/rtc/rtc-rv3029c2.c: remove empty functionSachin Kamat1-6/+0
2013-07-03drivers/rtc/rtc-rv3029c2.c: fix disabling AIE irqAxel Lin1-1/+1
2013-04-29rtc: rtc-rv3029c2: use devm_rtc_device_register()Jingoo Han1-13/+3
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
2011-05-26rtc: add rv3029c2 RTC supportHeiko Schocher1-0/+454