summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)Author
2020-10-21Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2020-10-19rtc: r9701: set rangeAlexandre Belloni
2020-10-19rtc: r9701: convert to devm_rtc_allocate_deviceAlexandre Belloni
2020-10-19rtc: r9701: stop setting RWKCNTAlexandre Belloni
2020-10-19rtc: r9701: remove useless memsetAlexandre Belloni
2020-10-19rtc: r9701: stop setting a default timeAlexandre Belloni
2020-10-19rtc: r9701: remove leftover commentAlexandre Belloni
2020-10-19rtc: rv3032: Add a driver for Microcrystal RV-3032Alexandre Belloni
2020-10-15rtc: rv3028: ensure ram configuration registers are savedAlexandre Belloni
2020-10-15rtc: rv3028: factorize EERD bit handlingAlexandre Belloni
2020-10-15rtc: rv3028: fix trickle resistor valuesAlexandre Belloni
2020-10-15rtc: rv3028: fix clock output supportAlexandre Belloni
2020-10-15rtc: mt6397: Remove unused member devFei Shao
2020-09-29rtc: rv8803: simplify the return expression of rv8803_nvram_writeLiu Shixin
2020-09-29rtc: meson: simplify the return expression of meson_vrtc_probeLiu Shixin
2020-09-29rtc: rx8010: rename rx8010_init_client() to rx8010_init()Bartosz Golaszewski
2020-09-24rtc: ds1307: enable rx8130's backup battery, make it chargeable optionallyBastian Krause
2020-09-24rtc: ds1307: consider aux-voltage-chargeableBastian Krause
2020-09-24rtc: ds1307: store previous charge default per chipBastian Krause
2020-09-24rtc: ds1307: introduce requires_trickle_resistor per chipBastian Krause
2020-09-24rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionallyBastian Krause
2020-09-15rtc: pcf2127: fix a bug when not specify interrupts propertyBiwen Li
2020-09-15rtc: ds1685: Fix bank switching to avoid endless loopThomas Bogendoerfer
2020-09-15rtc: st-lpc: Constify st_rtc_opsRikard Falkeborn
2020-09-15rtc: rx8010: use range checking provided by core RTC codeBartosz Golaszewski
2020-09-15rtc: rx8010: convert to using regmapBartosz Golaszewski
2020-09-15rtc: rx8010: switch to using the preferred i2c APIBartosz Golaszewski
2020-09-15rtc: rx8010: switch to using the preferred RTC APIBartosz Golaszewski
2020-09-15rtc: rx8010: prefer sizeof(*val) over sizeof(struct type_of_val)Bartosz Golaszewski
2020-09-15rtc: rx8010: use a helper variable for client->dev in probe()Bartosz Golaszewski
2020-09-15rtc: rx8010: drop unnecessary initializationBartosz Golaszewski
2020-09-15rtc: rx8010: don't use magic values for time buffer lengthBartosz Golaszewski
2020-09-15rtc: rx8010: rename ret to err in rx8010_set_time()Bartosz Golaszewski
2020-09-15rtc: rx8010: use tabs instead of spaces for code formattingBartosz Golaszewski
2020-09-15rtc: rx8010: consolidate local variables of the same typeBartosz Golaszewski
2020-09-15rtc: rx8010: remove unnecessary bracketsBartosz Golaszewski
2020-09-15rtc: rx8010: remove a stray newlineBartosz Golaszewski
2020-09-15rtc: rx8010: don't modify the global rtc opsBartosz Golaszewski
2020-09-15rtc: s3c: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21rtc: fsl-ftm-alarm: update acpi device idPeng Ma
2020-08-21rtc: ds1307: Clear OSF flag on DS1388 when setting timeChris Packham
2020-08-21rtc: ds1307: Ensure oscillator is enabled for DS1388Chris Packham
2020-08-21rtc: rtc-rs5c313: Convert to module_platform_driver()Geert Uytterhoeven
2020-08-21rtc: rtc-rs5c313: Fix late hardware initGeert Uytterhoeven
2020-08-21rtc: rtc-rs5c313: Drop obsolete platform_set_drvdata() callGeert Uytterhoeven
2020-08-21rtc: cmos: zero-init wkalrm when reading from CMOSVictor Ding
2020-08-12Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2020-08-12rtc: pcf2127: fix alarm handlingAlexandre Belloni
2020-08-12rtc: pcf2127: add alarm supportLiam Beguin