aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1307.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-21rtc: ds1307: fix regmap configHeiner Kallweit1-1/+0
2017-07-07rtc: ds1307: remove ds1307_removeAlexandre Belloni1-6/+0
2017-07-07rtc: ds1307: use generic nvmemAlexandre Belloni1-66/+22
2017-07-07rtc: ds1307: switch to rtc_register_deviceAlexandre Belloni1-2/+7
2017-07-06rtc: ds1307: add ds1308 variantSean Nyekjaer1-0/+12
2017-07-06rtc: ds1307: factor out century bit handlingHeiner Kallweit1-46/+27
2017-07-05rtc: ds1307: use regmap_update_bits where applicableHeiner Kallweit1-62/+20
2017-06-24rtc: ds1307: Add support for Epson RX8130CEMarek Vasut1-0/+175
2017-06-03rtc: ds1307: avoid using rtc-nameAlexandre Belloni1-1/+1
2017-05-31rtc: rtc-ds1307: enable support for mcp794xx as a wakeup source without IRQDavid Lowe1-1/+2
2017-05-26rtc: ds1307: convert driver to regmapHeiner Kallweit1-382/+221
2017-04-14rtc: ds1307: Add m41t0 to OF device ID tableAlexandre Belloni1-0/+4
2017-04-14rtc: ds1307: support m41t0 variantStefan Agner1-0/+13
2017-03-09rtc: ds1307: Add OF device ID tableJavier Martinez Canillas1-1/+67
2016-12-19rtc: ds1307: Add ACPI supportTin Huynh1-9/+43
2016-08-31rtc: ds1307: add Intersil ISL12057 supportAlexandre Belloni1-0/+6
2016-08-31rtc: ds1307: fix century bit supportAlexandre Belloni1-5/+43
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König1-5/+0
2016-07-09rtc: ds1307: Fix relying on reset value for weekdayKeerthy1-1/+27
2016-05-20rtc: ds1307: Remove CLK_IS_ROOTStephen Boyd1-2/+0
2016-05-20rtc: ds1307: ensure that any pending alarm is cleared before a new alarm is enabledNicolas Boullis1-5/+8
2016-05-20rtc: ds1307: fix ds1307_native_smbus_read_block_data functionNicolas Boullis1-2/+6
2016-04-21rtc: ds1307: Use irq when available for wakeup-source deviceNishanth Menon1-1/+1
2016-04-21rtc: ds1307: ds3231 temperature s16 overflowZhuang Yuyao1-2/+2
2016-03-14rtc: ds1307: add clock provider support for DS3231Akinobu Mita1-1/+295
2016-02-04rtc: ds1307: add temperature sensor support for ds3231Akinobu Mita1-0/+88
2016-02-04rtc: ds1307: add support for the DT property 'wakeup-source'Michael Lange1-2/+27
2016-01-11rtc: use %ph for short hex dumpsRasmus Villemoes1-13/+4
2015-11-26rtc: ds1307: fix alarm reading at probe timeSimon Guinot1-5/+7
2015-11-25rtc: ds1307: fix kernel splat due to wakeup irq handlingFelipe Balbi1-33/+3
2015-11-08rtc: ds1307: Fix alarm programming for mcp794xxTero Kristo1-2/+2
2015-09-05rtc: ds1307: clean up ds1307_nvram_read()/ds1307_nvram_write()Vladimir Zapolskiy1-14/+0
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-09-05rtc: ds1307: Support optional wakeup interrupt sourceNishanth Menon1-3/+33
2015-09-05rtc: ds1307: Sort the headersNishanth Menon1-5/+5
2015-09-05rtc: ds1307: Switch to managed irq allocationNishanth Menon1-6/+4
2015-09-05rtc: ds1307: Convert to threaded IRQFelipe Balbi1-40/+19
2015-06-25rtc: ds1307: Enable the mcp794xx alarm after programming timeNishanth Menon1-6/+6
2014-12-10rtc: ds1307: add support for mcp7940x chipsTomas Novotny1-63/+64
2014-10-14rtc: ds1307: add trickle charger device tree bindingMatti Vaittinen1-4/+63
2014-04-03drivers/rtc/rtc-ds1307.c: add alarm support for mcp7941x chipsSimon Guinot1-1/+182
2014-04-03drivers/rtc/rtc-ds1307.c: fix sysfs wakealarm attribute creationSimon Guinot1-1/+1
2014-04-03rtc: fix potential race conditionAlessandro Zummo1-27/+33
2013-11-13drivers/rtc/rtc-ds1307.c: change variable type to boolPeter Senna Tschudin1-1/+1
2013-11-13drivers/rtc/rtc-ds1307.c: use dev_get_platdata()Jingoo Han1-1/+1
2013-11-13drivers/rtc/rtc-ds1307.c: release irq on errorSachin Kamat1-2/+4
2013-07-03rtc: rtc-ds1307: use devm_*() functionsJingoo Han1-26/+17
2013-04-29drivers/rtc/rtc-ds1307.c: change sysfs function pointer assignmentSteffen Trumtrar1-2/+2
2013-04-29rtc: rtc-ds1307: use dev_dbg() instead of pr_debug()Jingoo Han1-5/+5
2013-04-29drivers/rtc/rtc-ds1307.c: long block operations bugfixBertrand Achard1-4/+56