summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1307.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+10
| * 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/+7
| * 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/+7
| * rtc: ds1307: improve irq setupHeiner Kallweit2017-09-011-17/+10
| * rtc: ds1307: constify struct chip_desc variablesHeiner Kallweit2017-09-011-3/+3
| * rtc: ds1307: improve trickle charger initializationHeiner Kallweit2017-09-011-17/+16
| * rtc: ds1307: factor out bbsqi bit to struct chip_descHeiner Kallweit2017-09-011-7/+4
| * rtc: ds1307: remove member irq from struct ds1307Heiner Kallweit2017-09-011-7/+5
| * rtc: ds1307: remove legacy check for "isil, irq2-can-wakeup-machine" propertyHeiner Kallweit2017-07-311-7/+1
* | rtc: ds1307: fix regmap configHeiner Kallweit2017-08-211-1/+0
|/
* rtc: ds1307: remove ds1307_removeAlexandre Belloni2017-07-071-6/+0
* rtc: ds1307: use generic nvmemAlexandre Belloni2017-07-071-66/+22
* 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/+27
* rtc: ds1307: use regmap_update_bits where applicableHeiner Kallweit2017-07-051-62/+20
* 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
* rtc: ds1307: convert driver to regmapHeiner Kallweit2017-05-261-382/+221
* rtc: ds1307: Add m41t0 to OF device ID tableAlexandre Belloni2017-04-141-0/+4
* rtc: ds1307: support m41t0 variantStefan Agner2017-04-141-0/+13
* rtc: ds1307: Add OF device ID tableJavier Martinez Canillas2017-03-091-1/+67
* 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