summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1307.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* rtc: ds1307: add trickle charger supportWolfram Sang2012-05-291-3/+16
* rtc: ds1307: remove superfluous initializationWolfram Sang2012-05-291-1/+0
* drivers/rtc/rtc-ds1307.c: fix BUG shown with lock debugging enabledAnatolij Gustschin2012-04-251-0/+1
* rtc: ds1307: generalise ram size and offsetAustin Boyle2012-03-231-31/+47
* rtc: ds1307: comment and format cleanupDavid Anders2012-03-231-13/+24
* rtc: ds1307: simplify irq setup codeWolfram Sang2012-03-231-6/+5
* rtc: ds1307: refactor chip_desc tableWolfram Sang2012-03-231-29/+19
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-231-11/+1
* rtc: add initial support for mcp7941x partsDavid Anders2011-11-021-0/+27
* drivers/rtc/rtc-ds1307.c: add support for RTC device pt7c4338Priyanka Jain2011-06-271-0/+1
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-36/+13
* i2c: Constify i2c_client where possibleJean Delvare2011-01-101-6/+6