summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1307.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: ds1307: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-161-1/+1
* rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-061-1/+1
* rtc: ds1307: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-091-3/+3
* rtc: ds1307: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-151-2/+1
* rtc: Include <linux/kstrtox.h> when appropriateChristophe JAILLET2022-11-151-0/+1
* rtc: ds1307: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* rtc: ds1307: Fix wday settings for rx8130Nobuhiro Iwamatsu2021-04-291-2/+10
* rtc: ds1307: remove flagsAlexandre Belloni2021-04-291-2/+0
* rtc: ds1307: replace HAS_ALARM by RTC_FEATURE_ALARMAlexandre Belloni2021-04-291-35/+7
* rtc: ds1307: use rtc_lock/rtc_unlockAlexandre Belloni2021-01-251-3/+2
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-191-1/+1
* rtc: nvmem: remove nvram ABIAlexandre Belloni2020-11-191-1/+0
* rtc: ds1307: Drop of_match_ptr and CONFIG_OF protectionsAndy Shevchenko2020-11-171-4/+2
* rtc: ds1307: Make use of device propertiesAndy Shevchenko2020-11-171-17/+21
* rtc: ds1307: Remove non-valid ACPI IDsAndy Shevchenko2020-11-171-35/+1
* rtc: ds1307: enable rx8130's backup battery, make it chargeable optionallyBastian Krause2020-09-241-0/+15
* rtc: ds1307: consider aux-voltage-chargeableBastian Krause2020-09-241-2/+21
* rtc: ds1307: store previous charge default per chipBastian Krause2020-09-241-1/+8
* rtc: ds1307: introduce requires_trickle_resistor per chipBastian Krause2020-09-241-1/+7
* rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionallyBastian Krause2020-09-241-1/+2
* rtc: ds1307: Clear OSF flag on DS1388 when setting timeChris Packham2020-08-211-0/+4
* rtc: ds1307: Ensure oscillator is enabled for DS1388Chris Packham2020-08-211-0/+14
* rtc: ds1307: provide an indication that the watchdog has firedChris Packham2020-08-051-0/+6
* rtc: ds1307: check for failed memory allocation on wdtColin Ian King2020-04-031-0/+2
* rtc: ds1307: add support for watchdog timer on ds1388Chris Packham2020-04-011-0/+115
* rtc: ds1307: handle oscillator failure flags for ds1388 variantChris Packham2020-03-221-0/+9
* Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-07-171-71/+58
|\
| * rtc: ds1307: properly handle oscillator failure flagsAlexandre Belloni2019-05-231-71/+58
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* rtc: ds1307: rx8130: Fix alarm handlingUwe Kleine-König2019-02-071-4/+3
* rtc: ds1307: rx8130: honor Voltage Loss Flag when reading the timeUwe Kleine-König2019-02-071-0/+25
* rtc: ds1307: correct register offset for rx8130Uwe Kleine-König2019-02-071-6/+7
* rtc: ds1307: forward declare chips array instead of a bunch of functionsUwe Kleine-König2019-02-071-325/+297
* rtc: ds1307: Move register definitions to start of fileUwe Kleine-König2019-02-071-26/+26
* rtc: ds1307: fix ds1339 wakealarm supportSoeren Moch2018-10-221-1/+0
* rtc: ds1307: use rtc_add_groupAlexandre Belloni2018-09-281-39/+14
* rtc: ds1307: add frequency_test_enable attribute on m41txxGiulio Benetti2018-09-281-0/+92
* rtc: ds1307: add offset sysfs for mt41txx chips.Giulio Benetti2018-09-281-0/+77
* rtc: ds1307: simplify hwmon configHeiner Kallweit2018-08-161-1/+1
* rtc: ds1307: support m41t11 variantGiulio Benetti2018-07-161-0/+14
* rtc: ds1307: fix data pointer to m41t0Giulio Benetti2018-07-161-1/+1
* rtc: ds1340: Add support for trickle charger.Andrea Greco2018-05-031-0/+2
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-2/+1
* rtc: ds1307: put struct nvmem_config on the stackAlexandre Belloni2018-03-011-9/+10
* rtc: ds1307: call rtc_nvmem_register()Alexandre Belloni2018-03-011-6/+6
* 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