summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1307.c
AgeCommit message (Expand)Author
2020-04-03rtc: ds1307: check for failed memory allocation on wdtColin Ian King
2020-04-01rtc: ds1307: add support for watchdog timer on ds1388Chris Packham
2020-03-22rtc: ds1307: handle oscillator failure flags for ds1388 variantChris Packham
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-23rtc: ds1307: properly handle oscillator failure flagsAlexandre Belloni
2019-02-07rtc: ds1307: rx8130: Fix alarm handlingUwe Kleine-König
2019-02-07rtc: ds1307: rx8130: honor Voltage Loss Flag when reading the timeUwe Kleine-König
2019-02-07rtc: ds1307: correct register offset for rx8130Uwe Kleine-König
2019-02-07rtc: ds1307: forward declare chips array instead of a bunch of functionsUwe Kleine-König
2019-02-07rtc: ds1307: Move register definitions to start of fileUwe Kleine-König
2018-10-22rtc: ds1307: fix ds1339 wakealarm supportSoeren Moch
2018-09-28rtc: ds1307: use rtc_add_groupAlexandre Belloni
2018-09-28rtc: ds1307: add frequency_test_enable attribute on m41txxGiulio Benetti
2018-09-28rtc: ds1307: add offset sysfs for mt41txx chips.Giulio Benetti
2018-08-16rtc: ds1307: simplify hwmon configHeiner Kallweit
2018-07-16rtc: ds1307: support m41t11 variantGiulio Benetti
2018-07-16rtc: ds1307: fix data pointer to m41t0Giulio Benetti
2018-05-03rtc: ds1340: Add support for trickle charger.Andrea Greco
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2018-03-01rtc: ds1307: put struct nvmem_config on the stackAlexandre Belloni
2018-03-01rtc: ds1307: call rtc_nvmem_register()Alexandre Belloni
2017-10-26rtc: ds1307: add OF and ACPI entries for Epson RX8130Bastian Stender
2017-10-12rtc: ds1307: improve weekday handlingHeiner Kallweit
2017-09-13Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2017-09-05rtc: ds1307: use octal permissionsAlexandre Belloni
2017-09-05rtc: ds1307: fix bracesAlexandre Belloni
2017-09-05rtc: ds1307: fix alignments and blank linesAlexandre Belloni
2017-09-05rtc: ds1307: use BITAlexandre Belloni
2017-09-05rtc: ds1307: use u32Alexandre Belloni
2017-09-05rtc: ds1307: use sizeofAlexandre Belloni
2017-09-05rtc: ds1307: remove regs memberAlexandre Belloni
2017-09-01rtc: ds1307: add basic support for ds1341 chipNikita Yushchenko
2017-09-01rtc: ds1307: remove member nvram_offset from struct ds1307Heiner Kallweit
2017-09-01rtc: ds1307: factor out offset to struct chip_descHeiner Kallweit
2017-09-01rtc: ds1307: factor out rtc_ops to struct chip_descHeiner Kallweit
2017-09-01rtc: ds1307: factor out irq_handler to struct chip_descHeiner Kallweit
2017-09-01rtc: ds1307: improve irq setupHeiner Kallweit
2017-09-01rtc: ds1307: constify struct chip_desc variablesHeiner Kallweit
2017-09-01rtc: ds1307: improve trickle charger initializationHeiner Kallweit
2017-09-01rtc: ds1307: factor out bbsqi bit to struct chip_descHeiner Kallweit
2017-09-01rtc: ds1307: remove member irq from struct ds1307Heiner Kallweit
2017-08-21rtc: ds1307: fix regmap configHeiner Kallweit
2017-07-31rtc: ds1307: remove legacy check for "isil, irq2-can-wakeup-machine" propertyHeiner Kallweit
2017-07-07rtc: ds1307: remove ds1307_removeAlexandre Belloni
2017-07-07rtc: ds1307: use generic nvmemAlexandre Belloni
2017-07-07rtc: ds1307: switch to rtc_register_deviceAlexandre Belloni
2017-07-06rtc: ds1307: add ds1308 variantSean Nyekjaer
2017-07-06rtc: ds1307: factor out century bit handlingHeiner Kallweit
2017-07-05rtc: ds1307: use regmap_update_bits where applicableHeiner Kallweit