aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1307.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29rtc: ds1307: Fix wday settings for rx8130Gravatar Nobuhiro Iwamatsu 1-2/+10
2021-04-29rtc: ds1307: remove flagsGravatar Alexandre Belloni 1-2/+0
2021-04-29rtc: ds1307: replace HAS_ALARM by RTC_FEATURE_ALARMGravatar Alexandre Belloni 1-35/+7
2021-01-25rtc: ds1307: use rtc_lock/rtc_unlockGravatar Alexandre Belloni 1-3/+2
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Gravatar Bartosz Golaszewski 1-1/+1
2020-11-19rtc: nvmem: remove nvram ABIGravatar Alexandre Belloni 1-1/+0
2020-11-17rtc: ds1307: Drop of_match_ptr and CONFIG_OF protectionsGravatar Andy Shevchenko 1-4/+2
2020-11-17rtc: ds1307: Make use of device propertiesGravatar Andy Shevchenko 1-17/+21
2020-11-17rtc: ds1307: Remove non-valid ACPI IDsGravatar Andy Shevchenko 1-35/+1
2020-09-24rtc: ds1307: enable rx8130's backup battery, make it chargeable optionallyGravatar Bastian Krause 1-0/+15
2020-09-24rtc: ds1307: consider aux-voltage-chargeableGravatar Bastian Krause 1-2/+21
2020-09-24rtc: ds1307: store previous charge default per chipGravatar Bastian Krause 1-1/+8
2020-09-24rtc: ds1307: introduce requires_trickle_resistor per chipGravatar Bastian Krause 1-1/+7
2020-09-24rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionallyGravatar Bastian Krause 1-1/+2
2020-08-21rtc: ds1307: Clear OSF flag on DS1388 when setting timeGravatar Chris Packham 1-0/+4
2020-08-21rtc: ds1307: Ensure oscillator is enabled for DS1388Gravatar Chris Packham 1-0/+14
2020-08-05rtc: ds1307: provide an indication that the watchdog has firedGravatar Chris Packham 1-0/+6
2020-04-03rtc: ds1307: check for failed memory allocation on wdtGravatar Colin Ian King 1-0/+2
2020-04-01rtc: ds1307: add support for watchdog timer on ds1388Gravatar Chris Packham 1-0/+115
2020-03-22rtc: ds1307: handle oscillator failure flags for ds1388 variantGravatar Chris Packham 1-0/+9
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-71/+58
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-23rtc: ds1307: properly handle oscillator failure flagsGravatar Alexandre Belloni 1-71/+58
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