aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1307.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-07rtc: ds1307: rx8130: Fix alarm handlingGravatar Uwe Kleine-König 1-4/+3
2019-02-07rtc: ds1307: rx8130: honor Voltage Loss Flag when reading the timeGravatar Uwe Kleine-König 1-0/+25
2019-02-07rtc: ds1307: correct register offset for rx8130Gravatar Uwe Kleine-König 1-6/+7
2019-02-07rtc: ds1307: forward declare chips array instead of a bunch of functionsGravatar Uwe Kleine-König 1-325/+297
2019-02-07rtc: ds1307: Move register definitions to start of fileGravatar Uwe Kleine-König 1-26/+26
2018-10-22rtc: ds1307: fix ds1339 wakealarm supportGravatar Soeren Moch 1-1/+0
2018-09-28rtc: ds1307: use rtc_add_groupGravatar Alexandre Belloni 1-39/+14
2018-09-28rtc: ds1307: add frequency_test_enable attribute on m41txxGravatar Giulio Benetti 1-0/+92
2018-09-28rtc: ds1307: add offset sysfs for mt41txx chips.Gravatar Giulio Benetti 1-0/+77
2018-08-16rtc: ds1307: simplify hwmon configGravatar Heiner Kallweit 1-1/+1
2018-07-16rtc: ds1307: support m41t11 variantGravatar Giulio Benetti 1-0/+14
2018-07-16rtc: ds1307: fix data pointer to m41t0Gravatar Giulio Benetti 1-1/+1
2018-05-03rtc: ds1340: Add support for trickle charger.Gravatar Andrea Greco 1-0/+2
2018-03-02rtc: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-2/+1
2018-03-01rtc: ds1307: put struct nvmem_config on the stackGravatar Alexandre Belloni 1-9/+10
2018-03-01rtc: ds1307: call rtc_nvmem_register()Gravatar Alexandre Belloni 1-6/+6
2017-10-26rtc: ds1307: add OF and ACPI entries for Epson RX8130Gravatar Bastian Stender 1-0/+5
2017-10-12rtc: ds1307: improve weekday handlingGravatar Heiner Kallweit 1-26/+26
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