aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1307.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-09rtc: ds1307: Fix relying on reset value for weekdayKeerthy1-1/+27
2016-05-20rtc: ds1307: Remove CLK_IS_ROOTStephen Boyd1-2/+0
2016-05-20rtc: ds1307: ensure that any pending alarm is cleared before a new alarm is enabledNicolas Boullis1-5/+8
2016-05-20rtc: ds1307: fix ds1307_native_smbus_read_block_data functionNicolas Boullis1-2/+6
2016-04-21rtc: ds1307: Use irq when available for wakeup-source deviceNishanth Menon1-1/+1
2016-04-21rtc: ds1307: ds3231 temperature s16 overflowZhuang Yuyao1-2/+2
2016-03-14rtc: ds1307: add clock provider support for DS3231Akinobu Mita1-1/+295
2016-02-04rtc: ds1307: add temperature sensor support for ds3231Akinobu Mita1-0/+88
2016-02-04rtc: ds1307: add support for the DT property 'wakeup-source'Michael Lange1-2/+27
2016-01-11rtc: use %ph for short hex dumpsRasmus Villemoes1-13/+4
2015-11-26rtc: ds1307: fix alarm reading at probe timeSimon Guinot1-5/+7