summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1307.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-07-171-71/+58Star
|\
| * rtc: ds1307: properly handle oscillator failure flagsAlexandre Belloni2019-05-231-71/+58Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* rtc: ds1307: rx8130: Fix alarm handlingUwe Kleine-König2019-02-071-4/+3Star
* rtc: ds1307: rx8130: honor Voltage Loss Flag when reading the timeUwe Kleine-König2019-02-071-0/+25
* rtc: ds1307: correct register offset for rx8130Uwe Kleine-König2019-02-071-6/+7
* rtc: ds1307: forward declare chips array instead of a bunch of functionsUwe Kleine-König2019-02-071-325/+297Star
* rtc: ds1307: Move register definitions to start of fileUwe Kleine-König2019-02-071-26/+26
* rtc: ds1307: fix ds1339 wakealarm supportSoeren Moch2018-10-221-1/+0Star
* rtc: ds1307: use rtc_add_groupAlexandre Belloni2018-09-281-39/+14Star
* rtc: ds1307: add frequency_test_enable attribute on m41txxGiulio Benetti2018-09-281-0/+92
* rtc: ds1307: add offset sysfs for mt41txx chips.Giulio Benetti2018-09-281-0/+77
* rtc: ds1307: simplify hwmon configHeiner Kallweit2018-08-161-1/+1
* rtc: ds1307: support m41t11 variantGiulio Benetti2018-07-161-0/+14
* rtc: ds1307: fix data pointer to m41t0Giulio Benetti2018-07-161-1/+1
* rtc: ds1340: Add support for trickle charger.Andrea Greco2018-05-031-0/+2
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-2/+1Star
* rtc: ds1307: put struct nvmem_config on the stackAlexandre Belloni2018-03-011-9/+10
* rtc: ds1307: call rtc_nvmem_register()Alexandre Belloni2018-03-011-6/+6
* rtc: ds1307: add OF and ACPI entries for Epson RX8130Bastian Stender2017-10-261-0/+5
* rtc: ds1307: improve weekday handlingHeiner Kallweit2017-10-121-26/+26
* Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2017-09-131-225/+232
|\
| * rtc: ds1307: use octal permissionsAlexandre Belloni2017-09-051-1/+1
| * rtc: ds1307: fix bracesAlexandre Belloni2017-09-051-3/+3
| * rtc: ds1307: fix alignments and blank linesAlexandre Belloni2017-09-051-11/+10Star
| * rtc: ds1307: use BITAlexandre Belloni2017-09-051-9/+9
| * rtc: ds1307: use u32Alexandre Belloni2017-09-051-4/+4
| * rtc: ds1307: use sizeofAlexandre Belloni2017-09-051-8/+16
| * rtc: ds1307: remove regs memberAlexandre Belloni2017-09-051-100/+107
| * rtc: ds1307: add basic support for ds1341 chipNikita Yushchenko2017-09-011-0/+12
| * rtc: ds1307: remove member nvram_offset from struct ds1307Heiner Kallweit2017-09-011-4/+4
| * rtc: ds1307: factor out offset to struct chip_descHeiner Kallweit2017-09-011-11/+7Star
| * rtc: ds1307: factor out rtc_ops to struct chip_descHeiner Kallweit2017-09-011-23/+28
| * rtc: ds1307: factor out irq_handler to struct chip_descHeiner Kallweit2017-09-011-8/+7Star
| * rtc: ds1307: improve irq setupHeiner Kallweit2017-09-011-17/+10Star
| * rtc: ds1307: constify struct chip_desc variablesHeiner Kallweit2017-09-011-3/+3
| * rtc: ds1307: improve trickle charger initializationHeiner Kallweit2017-09-011-17/+16Star
| * rtc: ds1307: factor out bbsqi bit to struct chip_descHeiner Kallweit2017-09-011-7/+4Star
| * rtc: ds1307: remove member irq from struct ds1307Heiner Kallweit2017-09-011-7/+5Star
| * rtc: ds1307: remove legacy check for "isil, irq2-can-wakeup-machine" propertyHeiner Kallweit2017-07-311-7/+1Star
* | rtc: ds1307: fix regmap configHeiner Kallweit2017-08-211-1/+0Star
|/
* rtc: ds1307: remove ds1307_removeAlexandre Belloni2017-07-071-6/+0Star
* rtc: ds1307: use generic nvmemAlexandre Belloni2017-07-071-66/+22Star
* rtc: ds1307: switch to rtc_register_deviceAlexandre Belloni2017-07-071-2/+7
* rtc: ds1307: add ds1308 variantSean Nyekjaer2017-07-061-0/+12
* rtc: ds1307: factor out century bit handlingHeiner Kallweit2017-07-061-46/+27Star
* rtc: ds1307: use regmap_update_bits where applicableHeiner Kallweit2017-07-051-62/+20Star
* rtc: ds1307: Add support for Epson RX8130CEMarek Vasut2017-06-241-0/+175
* rtc: ds1307: avoid using rtc-nameAlexandre Belloni2017-06-031-1/+1
* rtc: rtc-ds1307: enable support for mcp794xx as a wakeup source without IRQDavid Lowe2017-05-311-1/+2