summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1307.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: ds1307: remove ds1307_removeAlexandre Belloni2017-07-071-6/+0
* rtc: ds1307: use generic nvmemAlexandre Belloni2017-07-071-66/+22
* rtc: ds1307: switch to rtc_register_deviceAlexandre Belloni2017-07-071-2/+7
* rtc: ds1307: add ds1308 variantSean Nyekjaer2017-07-061-0/+12
* rtc: ds1307: factor out century bit handlingHeiner Kallweit2017-07-061-46/+27
* rtc: ds1307: use regmap_update_bits where applicableHeiner Kallweit2017-07-051-62/+20
* rtc: ds1307: Add support for Epson RX8130CEMarek Vasut2017-06-241-0/+175
* rtc: ds1307: avoid using rtc-nameAlexandre Belloni2017-06-031-1/+1
* rtc: rtc-ds1307: enable support for mcp794xx as a wakeup source without IRQDavid Lowe2017-05-311-1/+2
* rtc: ds1307: convert driver to regmapHeiner Kallweit2017-05-261-382/+221
* rtc: ds1307: Add m41t0 to OF device ID tableAlexandre Belloni2017-04-141-0/+4
* rtc: ds1307: support m41t0 variantStefan Agner2017-04-141-0/+13
* rtc: ds1307: Add OF device ID tableJavier Martinez Canillas2017-03-091-1/+67
* rtc: ds1307: Add ACPI supportTin Huynh2016-12-191-9/+43
* rtc: ds1307: add Intersil ISL12057 supportAlexandre Belloni2016-08-311-0/+6
* rtc: ds1307: fix century bit supportAlexandre Belloni2016-08-311-5/+43
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-091-5/+0
* rtc: ds1307: Fix relying on reset value for weekdayKeerthy2016-07-091-1/+27
* rtc: ds1307: Remove CLK_IS_ROOTStephen Boyd2016-05-201-2/+0
* rtc: ds1307: ensure that any pending alarm is cleared before a new alarm is e...Nicolas Boullis2016-05-201-5/+8
* rtc: ds1307: fix ds1307_native_smbus_read_block_data functionNicolas Boullis2016-05-201-2/+6
* rtc: ds1307: Use irq when available for wakeup-source deviceNishanth Menon2016-04-211-1/+1
* rtc: ds1307: ds3231 temperature s16 overflowZhuang Yuyao2016-04-211-2/+2
* rtc: ds1307: add clock provider support for DS3231Akinobu Mita2016-03-141-1/+295
* rtc: ds1307: add temperature sensor support for ds3231Akinobu Mita2016-02-041-0/+88
* rtc: ds1307: add support for the DT property 'wakeup-source'Michael Lange2016-02-041-2/+27
* rtc: use %ph for short hex dumpsRasmus Villemoes2016-01-111-13/+4
* rtc: ds1307: fix alarm reading at probe timeSimon Guinot2015-11-261-5/+7
* rtc: ds1307: fix kernel splat due to wakeup irq handlingFelipe Balbi2015-11-251-33/+3
* rtc: ds1307: Fix alarm programming for mcp794xxTero Kristo2015-11-081-2/+2
* rtc: ds1307: clean up ds1307_nvram_read()/ds1307_nvram_write()Vladimir Zapolskiy2015-09-051-14/+0
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-051-1/+0
* rtc: ds1307: Support optional wakeup interrupt sourceNishanth Menon2015-09-051-3/+33
* rtc: ds1307: Sort the headersNishanth Menon2015-09-051-5/+5
* rtc: ds1307: Switch to managed irq allocationNishanth Menon2015-09-051-6/+4
* rtc: ds1307: Convert to threaded IRQFelipe Balbi2015-09-051-40/+19
* rtc: ds1307: Enable the mcp794xx alarm after programming timeNishanth Menon2015-06-251-6/+6
* rtc: ds1307: add support for mcp7940x chipsTomas Novotny2014-12-101-63/+64
* rtc: ds1307: add trickle charger device tree bindingMatti Vaittinen2014-10-141-4/+63
* drivers/rtc/rtc-ds1307.c: add alarm support for mcp7941x chipsSimon Guinot2014-04-031-1/+182
* drivers/rtc/rtc-ds1307.c: fix sysfs wakealarm attribute creationSimon Guinot2014-04-031-1/+1
* rtc: fix potential race conditionAlessandro Zummo2014-04-031-27/+33
* drivers/rtc/rtc-ds1307.c: change variable type to boolPeter Senna Tschudin2013-11-131-1/+1
* drivers/rtc/rtc-ds1307.c: use dev_get_platdata()Jingoo Han2013-11-131-1/+1
* drivers/rtc/rtc-ds1307.c: release irq on errorSachin Kamat2013-11-131-2/+4
* rtc: rtc-ds1307: use devm_*() functionsJingoo Han2013-07-031-26/+17
* drivers/rtc/rtc-ds1307.c: change sysfs function pointer assignmentSteffen Trumtrar2013-04-291-2/+2
* rtc: rtc-ds1307: use dev_dbg() instead of pr_debug()Jingoo Han2013-04-291-5/+5
* drivers/rtc/rtc-ds1307.c: long block operations bugfixBertrand Achard2013-04-291-4/+56
* drivers/rtc: dump small buffers via %*phAndy Shevchenko2013-02-211-9/+2
OpenPOWER on IntegriCloud