aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1307.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-16rtc: ds1307: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-06-06rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-09rtc: ds1307: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-15rtc: ds1307: use sysfs_emit() to instead of scnprintf()ye xingchen1-2/+1
2022-11-15rtc: Include <linux/kstrtox.h> when appropriateChristophe JAILLET1-0/+1
2022-03-23rtc: ds1307: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni1-1/+1
2021-04-29rtc: ds1307: Fix wday settings for rx8130Nobuhiro Iwamatsu1-2/+10
2021-04-29rtc: ds1307: remove flagsAlexandre Belloni1-2/+0
2021-04-29rtc: ds1307: replace HAS_ALARM by RTC_FEATURE_ALARMAlexandre Belloni1-35/+7
2021-01-25rtc: ds1307: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+2
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski1-1/+1
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni1-1/+0
2020-11-17rtc: ds1307: Drop of_match_ptr and CONFIG_OF protectionsAndy Shevchenko1-4/+2
2020-11-17rtc: ds1307: Make use of device propertiesAndy Shevchenko1-17/+21
2020-11-17rtc: ds1307: Remove non-valid ACPI IDsAndy Shevchenko1-35/+1
2020-09-24rtc: ds1307: enable rx8130's backup battery, make it chargeable optionallyBastian Krause1-0/+15
2020-09-24rtc: ds1307: consider aux-voltage-chargeableBastian Krause1-2/+21
2020-09-24rtc: ds1307: store previous charge default per chipBastian Krause1-1/+8
2020-09-24rtc: ds1307: introduce requires_trickle_resistor per chipBastian Krause1-1/+7
2020-09-24rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionallyBastian Krause1-1/+2
2020-08-21rtc: ds1307: Clear OSF flag on DS1388 when setting timeChris Packham1-0/+4
2020-08-21rtc: ds1307: Ensure oscillator is enabled for DS1388Chris Packham1-0/+14
2020-08-05rtc: ds1307: provide an indication that the watchdog has firedChris Packham1-0/+6
2020-04-03rtc: ds1307: check for failed memory allocation on wdtColin Ian King1-0/+2
2020-04-01rtc: ds1307: add support for watchdog timer on ds1388Chris Packham1-0/+115
2020-03-22rtc: ds1307: handle oscillator failure flags for ds1388 variantChris Packham1-0/+9
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-71/+58
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-23rtc: ds1307: properly handle oscillator failure flagsAlexandre Belloni1-71/+58
2019-02-07rtc: ds1307: rx8130: Fix alarm handlingUwe Kleine-König1-4/+3
2019-02-07rtc: ds1307: rx8130: honor Voltage Loss Flag when reading the timeUwe Kleine-König1-0/+25
2019-02-07rtc: ds1307: correct register offset for rx8130Uwe Kleine-König1-6/+7
2019-02-07rtc: ds1307: forward declare chips array instead of a bunch of functionsUwe Kleine-König1-325/+297
2019-02-07rtc: ds1307: Move register definitions to start of fileUwe Kleine-König1-26/+26
2018-10-22rtc: ds1307: fix ds1339 wakealarm supportSoeren Moch1-1/+0
2018-09-28rtc: ds1307: use rtc_add_groupAlexandre Belloni1-39/+14
2018-09-28rtc: ds1307: add frequency_test_enable attribute on m41txxGiulio Benetti1-0/+92
2018-09-28rtc: ds1307: add offset sysfs for mt41txx chips.Giulio Benetti1-0/+77
2018-08-16rtc: ds1307: simplify hwmon configHeiner Kallweit1-1/+1
2018-07-16rtc: ds1307: support m41t11 variantGiulio Benetti1-0/+14
2018-07-16rtc: ds1307: fix data pointer to m41t0Giulio Benetti1-1/+1
2018-05-03rtc: ds1340: Add support for trickle charger.Andrea Greco1-0/+2
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-2/+1
2018-03-01rtc: ds1307: put struct nvmem_config on the stackAlexandre Belloni1-9/+10
2018-03-01rtc: ds1307: call rtc_nvmem_register()Alexandre Belloni1-6/+6
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/abellon...Linus 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 e...Nicolas 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
2015-11-25rtc: ds1307: fix kernel splat due to wakeup irq handlingFelipe Balbi1-33/+3
2015-11-08rtc: ds1307: Fix alarm programming for mcp794xxTero Kristo1-2/+2
2015-09-05rtc: ds1307: clean up ds1307_nvram_read()/ds1307_nvram_write()Vladimir Zapolskiy1-14/+0
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-09-05rtc: ds1307: Support optional wakeup interrupt sourceNishanth Menon1-3/+33
2015-09-05rtc: ds1307: Sort the headersNishanth Menon1-5/+5
2015-09-05rtc: ds1307: Switch to managed irq allocationNishanth Menon1-6/+4
2015-09-05rtc: ds1307: Convert to threaded IRQFelipe Balbi1-40/+19
2015-06-25rtc: ds1307: Enable the mcp794xx alarm after programming timeNishanth Menon1-6/+6
2014-12-10rtc: ds1307: add support for mcp7940x chipsTomas Novotny1-63/+64
2014-10-14rtc: ds1307: add trickle charger device tree bindingMatti Vaittinen1-4/+63
2014-04-03drivers/rtc/rtc-ds1307.c: add alarm support for mcp7941x chipsSimon Guinot1-1/+182
2014-04-03drivers/rtc/rtc-ds1307.c: fix sysfs wakealarm attribute creationSimon Guinot1-1/+1
2014-04-03rtc: fix potential race conditionAlessandro Zummo1-27/+33
2013-11-13drivers/rtc/rtc-ds1307.c: change variable type to boolPeter Senna Tschudin1-1/+1
2013-11-13drivers/rtc/rtc-ds1307.c: use dev_get_platdata()Jingoo Han1-1/+1
2013-11-13drivers/rtc/rtc-ds1307.c: release irq on errorSachin Kamat1-2/+4
2013-07-03rtc: rtc-ds1307: use devm_*() functionsJingoo Han1-26/+17
2013-04-29drivers/rtc/rtc-ds1307.c: change sysfs function pointer assignmentSteffen Trumtrar1-2/+2
2013-04-29rtc: rtc-ds1307: use dev_dbg() instead of pr_debug()Jingoo Han1-5/+5
2013-04-29drivers/rtc/rtc-ds1307.c: long block operations bugfixBertrand Achard1-4/+56
2013-02-21drivers/rtc: dump small buffers via %*phAndy Shevchenko1-9/+2
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-05-29rtc: ds1307: add trickle charger supportWolfram Sang1-3/+16
2012-05-29rtc: ds1307: remove superfluous initializationWolfram Sang1-1/+0
2012-04-25drivers/rtc/rtc-ds1307.c: fix BUG shown with lock debugging enabledAnatolij Gustschin1-0/+1
2012-03-23rtc: ds1307: generalise ram size and offsetAustin Boyle1-31/+47
2012-03-23rtc: ds1307: comment and format cleanupDavid Anders1-13/+24
2012-03-23rtc: ds1307: simplify irq setup codeWolfram Sang1-6/+5
2012-03-23rtc: ds1307: refactor chip_desc tableWolfram Sang1-29/+19
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin1-11/+1
2011-11-02rtc: add initial support for mcp7941x partsDavid Anders1-0/+27
2011-06-27drivers/rtc/rtc-ds1307.c: add support for RTC device pt7c4338Priyanka Jain1-0/+1
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-36/+13
2011-01-10i2c: Constify i2c_client where possibleJean Delvare1-6/+6
2010-06-29rtc: fix ds1388 time corruptionJoakim Tjernlund1-2/+2
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+4
2009-12-17rtc: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov1-0/+2
2009-12-16rtc: ds1307 make it possible to share an irqDmitry Eremin-Solenikov1-1/+1
2009-09-23drivers/rtc: correct error-handling codeJulia Lawall1-2/+1
2009-06-19rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto1-5/+0
2009-06-18rtc: rtc-ds1307 add ds3231Wolfram Sang1-4/+18
2009-06-18rtc: rtc-ds1307 add ds1388Joakim Tjernlund1-4/+15
2009-04-01rtc: add EPSON RX8025 support to DS1307 RTC driverMatthias Fuchs1-0/+80
2009-04-01rtc-ds1307: true SMBus compatibilityEd Swierk1-12/+97
2009-01-08rtc-ds1307: remove legacy probe() checksJüri Reitel1-27/+4
2009-01-08rtc-ds1307: SMBus compatibilityBARRE Sebastien1-88/+35
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+0
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-20/+20
2008-10-16rtc-ds1307: alarm support for ds1337/ds1339Rodolfo Giometti1-13/+295
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare1-38/+25
2008-04-29i2c: Add support for device alias namesJean Delvare1-1/+2
2008-02-06rtc ds1307: ds_1340 change initfrederic Rodo1-7/+20
2007-11-14rtc-ds1307 exports NVRAMDavid Brownell1-0/+93
2007-07-26rtc-ds1307: typo fix found by coverityDavid Brownell1-1/+1
2007-07-17rtc-ds1307 becomes new-style i2c driverDavid Brownell1-75/+53
2007-07-17rtc-ds1307: oscillator restart for ds13{37,38,39,40}Rodolfo Giometti1-21/+45
2007-07-17rtc-ds1307 cleanupsDavid Brownell1-52/+124
2006-10-04[PATCH] RTC: build fixesJeff Garzik1-3/+3
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-06-25[PATCH] "RTC-framework" driver for DS1307 and similar RTC chipsDavid Brownell1-0/+388