aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1307.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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