summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rv3029c2.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: rv3029: remove useless error messagesAlexandre Belloni2019-12-231-26/+9
* rtc: rv3029: annotate init and exit functionsAlexandre Belloni2019-12-231-6/+6
* rtc: rv3029: drop deprecated compatbilesAlexandre Belloni2019-12-231-4/+0
* rtc: rv3029: add nvram supportAlexandre Belloni2019-12-231-5/+31
* rtc: rv3029: let the core handle rtc rangeAlexandre Belloni2019-12-181-16/+2
* rtc: rv3029: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-12-181-6/+5
* rtc: rv3029: correctly handle PON and VLOW2Alexandre Belloni2019-12-181-6/+15
* rtc: rv3029: add RTC_VL_READ and RTC_VL_CLEAR supportAlexandre Belloni2019-12-181-0/+30
* rtc: rv3029: drop rv3029_read_regs and rv3029_write_regsAlexandre Belloni2019-12-181-58/+46
* rtc: rv3029: simplify rv3029_set_alarmAlexandre Belloni2019-12-181-13/+1
* rtc: rv3029: simplify rv3029_alarm_irq_enableAlexandre Belloni2019-12-181-21/+4
* rtc: rv3029: get rid of rv3029_get_srAlexandre Belloni2019-12-181-19/+10
* rtc: rv3029: avoid reading the status register uselesslyAlexandre Belloni2019-12-181-26/+0
* rtc: rv3029: remove race condition when update STATUSAlexandre Belloni2019-12-181-28/+6
* rtc: rv3029: remove open coded regmap_update_bitsAlexandre Belloni2019-12-181-20/+6
* rtc: rv3029: let regmap validate the register rangesAlexandre Belloni2019-12-181-17/+22
* rtc: rv3029: use proper name for the driverAlexandre Belloni2019-12-181-1/+1
* rtc: rv3029: revert error handling patch to rv3029_eeprom_write()Dan Carpenter2019-08-211-8/+8
* 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