aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1307.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-71/+58
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-23rtc: ds1307: properly handle oscillator failure flagsAlexandre Belloni1-71/+58
2019-02-07rtc: ds1307: rx8130: Fix alarm handlingUwe Kleine-König1-4/+3
2019-02-07rtc: ds1307: rx8130: honor Voltage Loss Flag when reading the timeUwe Kleine-König1-0/+25
2019-02-07rtc: ds1307: correct register offset for rx8130Uwe Kleine-König1-6/+7
2019-02-07rtc: ds1307: forward declare chips array instead of a bunch of functionsUwe Kleine-König1-325/+297
2019-02-07rtc: ds1307: Move register definitions to start of fileUwe Kleine-König1-26/+26
2018-10-22rtc: ds1307: fix ds1339 wakealarm supportSoeren Moch1-1/+0
2018-09-28rtc: ds1307: use rtc_add_groupAlexandre Belloni1-39/+14
2018-09-28rtc: ds1307: add frequency_test_enable attribute on m41txxGiulio Benetti1-0/+92
2018-09-28rtc: ds1307: add offset sysfs for mt41txx chips.Giulio Benetti1-0/+77
2018-08-16rtc: ds1307: simplify hwmon configHeiner Kallweit1-1/+1
2018-07-16rtc: ds1307: support m41t11 variantGiulio Benetti1-0/+14
2018-07-16rtc: ds1307: fix data pointer to m41t0Giulio Benetti1-1/+1
2018-05-03rtc: ds1340: Add support for trickle charger.Andrea Greco1-0/+2
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-2/+1
2018-03-01rtc: ds1307: put struct nvmem_config on the stackAlexandre Belloni1-9/+10
2018-03-01rtc: ds1307: call rtc_nvmem_register()Alexandre Belloni1-6/+6
2017-10-26rtc: ds1307: add OF and ACPI entries for Epson RX8130Bastian Stender1-0/+5
2017-10-12rtc: ds1307: improve weekday handlingHeiner Kallweit1-26/+26
2017-09-13Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-225/+232
2017-09-05rtc: ds1307: use octal permissionsAlexandre Belloni1-1/+1
2017-09-05rtc: ds1307: fix bracesAlexandre Belloni1-3/+3
2017-09-05rtc: ds1307: fix alignments and blank linesAlexandre Belloni1-11/+10
2017-09-05rtc: ds1307: use BITAlexandre Belloni1-9/+9
2017-09-05rtc: ds1307: use u32Alexandre Belloni1-4/+4
2017-09-05rtc: ds1307: use sizeofAlexandre Belloni1-8/+16
2017-09-05rtc: ds1307: remove regs memberAlexandre Belloni1-100/+107
2017-09-01rtc: ds1307: add basic support for ds1341 chipNikita Yushchenko1-0/+12
2017-09-01rtc: ds1307: remove member nvram_offset from struct ds1307Heiner Kallweit1-4/+4
2017-09-01rtc: ds1307: factor out offset to struct chip_descHeiner Kallweit1-11/+7
2017-09-01rtc: ds1307: factor out rtc_ops to struct chip_descHeiner Kallweit1-23/+28
2017-09-01rtc: ds1307: factor out irq_handler to struct chip_descHeiner Kallweit1-8/+7
2017-09-01rtc: ds1307: improve irq setupHeiner Kallweit1-17/+10
2017-09-01rtc: ds1307: constify struct chip_desc variablesHeiner Kallweit1-3/+3
2017-09-01rtc: ds1307: improve trickle charger initializationHeiner Kallweit1-17/+16
2017-09-01rtc: ds1307: factor out bbsqi bit to struct chip_descHeiner Kallweit1-7/+4
2017-09-01rtc: ds1307: remove member irq from struct ds1307Heiner Kallweit1-7/+5
2017-08-21rtc: ds1307: fix regmap configHeiner Kallweit1-1/+0
2017-07-31rtc: ds1307: remove legacy check for "isil, irq2-can-wakeup-machine" propertyHeiner Kallweit1-7/+1
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