aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1307.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-13Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-225/+232
2017-09-05rtc: ds1307: use octal permissionsGravatar Alexandre Belloni 1-1/+1
2017-09-05rtc: ds1307: fix bracesGravatar Alexandre Belloni 1-3/+3
2017-09-05rtc: ds1307: fix alignments and blank linesGravatar Alexandre Belloni 1-11/+10
2017-09-05rtc: ds1307: use BITGravatar Alexandre Belloni 1-9/+9
2017-09-05rtc: ds1307: use u32Gravatar Alexandre Belloni 1-4/+4
2017-09-05rtc: ds1307: use sizeofGravatar Alexandre Belloni 1-8/+16
2017-09-05rtc: ds1307: remove regs memberGravatar Alexandre Belloni 1-100/+107
2017-09-01rtc: ds1307: add basic support for ds1341 chipGravatar Nikita Yushchenko 1-0/+12
2017-09-01rtc: ds1307: remove member nvram_offset from struct ds1307Gravatar Heiner Kallweit 1-4/+4
2017-09-01rtc: ds1307: factor out offset to struct chip_descGravatar Heiner Kallweit 1-11/+7
2017-09-01rtc: ds1307: factor out rtc_ops to struct chip_descGravatar Heiner Kallweit 1-23/+28
2017-09-01rtc: ds1307: factor out irq_handler to struct chip_descGravatar Heiner Kallweit 1-8/+7
2017-09-01rtc: ds1307: improve irq setupGravatar Heiner Kallweit 1-17/+10
2017-09-01rtc: ds1307: constify struct chip_desc variablesGravatar Heiner Kallweit 1-3/+3
2017-09-01rtc: ds1307: improve trickle charger initializationGravatar Heiner Kallweit 1-17/+16
2017-09-01rtc: ds1307: factor out bbsqi bit to struct chip_descGravatar Heiner Kallweit 1-7/+4
2017-09-01rtc: ds1307: remove member irq from struct ds1307Gravatar Heiner Kallweit 1-7/+5
2017-08-21rtc: ds1307: fix regmap configGravatar Heiner Kallweit 1-1/+0
2017-07-31rtc: ds1307: remove legacy check for "isil, irq2-can-wakeup-machine" propertyGravatar Heiner Kallweit 1-7/+1
2017-07-07rtc: ds1307: remove ds1307_removeGravatar Alexandre Belloni 1-6/+0
2017-07-07rtc: ds1307: use generic nvmemGravatar Alexandre Belloni 1-66/+22
2017-07-07rtc: ds1307: switch to rtc_register_deviceGravatar Alexandre Belloni 1-2/+7
2017-07-06rtc: ds1307: add ds1308 variantGravatar Sean Nyekjaer 1-0/+12
2017-07-06rtc: ds1307: factor out century bit handlingGravatar Heiner Kallweit 1-46/+27
2017-07-05rtc: ds1307: use regmap_update_bits where applicableGravatar Heiner Kallweit 1-62/+20
2017-06-24rtc: ds1307: Add support for Epson RX8130CEGravatar Marek Vasut 1-0/+175
2017-06-03rtc: ds1307: avoid using rtc-nameGravatar Alexandre Belloni 1-1/+1
2017-05-31rtc: rtc-ds1307: enable support for mcp794xx as a wakeup source without IRQGravatar David Lowe 1-1/+2
2017-05-26rtc: ds1307: convert driver to regmapGravatar Heiner Kallweit 1-382/+221
2017-04-14rtc: ds1307: Add m41t0 to OF device ID tableGravatar Alexandre Belloni 1-0/+4
2017-04-14rtc: ds1307: support m41t0 variantGravatar Stefan Agner 1-0/+13
2017-03-09rtc: ds1307: Add OF device ID tableGravatar Javier Martinez Canillas 1-1/+67
2016-12-19rtc: ds1307: Add ACPI supportGravatar Tin Huynh 1-9/+43
2016-08-31rtc: ds1307: add Intersil ISL12057 supportGravatar Alexandre Belloni 1-0/+6
2016-08-31rtc: ds1307: fix century bit supportGravatar Alexandre Belloni 1-5/+43
2016-07-09rtc: simplify implementations of read_alarmGravatar Uwe Kleine-König 1-5/+0
2016-07-09rtc: ds1307: Fix relying on reset value for weekdayGravatar Keerthy 1-1/+27
2016-05-20rtc: ds1307: Remove CLK_IS_ROOTGravatar Stephen Boyd 1-2/+0
2016-05-20rtc: ds1307: ensure that any pending alarm is cleared before a new alarm is e...Gravatar Nicolas Boullis 1-5/+8
2016-05-20rtc: ds1307: fix ds1307_native_smbus_read_block_data functionGravatar Nicolas Boullis 1-2/+6
2016-04-21rtc: ds1307: Use irq when available for wakeup-source deviceGravatar Nishanth Menon 1-1/+1
2016-04-21rtc: ds1307: ds3231 temperature s16 overflowGravatar Zhuang Yuyao 1-2/+2
2016-03-14rtc: ds1307: add clock provider support for DS3231Gravatar Akinobu Mita 1-1/+295
2016-02-04rtc: ds1307: add temperature sensor support for ds3231Gravatar Akinobu Mita 1-0/+88
2016-02-04rtc: ds1307: add support for the DT property 'wakeup-source'Gravatar Michael Lange 1-2/+27
2016-01-11rtc: use %ph for short hex dumpsGravatar Rasmus Villemoes 1-13/+4
2015-11-26rtc: ds1307: fix alarm reading at probe timeGravatar Simon Guinot 1-5/+7
2015-11-25rtc: ds1307: fix kernel splat due to wakeup irq handlingGravatar Felipe Balbi 1-33/+3
2015-11-08rtc: ds1307: Fix alarm programming for mcp794xxGravatar Tero Kristo 1-2/+2