summary refs log tree commit diff
path: root/drivers/rtc
AgeCommit message (Expand)Author
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-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
2020-08-12rtc: pcf2127: add pca2129 device idLiam Beguin
2020-08-07rtc: max77686: Fix wake-ups for max77620Jon Hunter
2020-08-05rtc: ds1307: provide an indication that the watchdog has firedChris Packham
2020-07-21rtc: ds1374: remove unused defineAlexandre Belloni
2020-07-21rtc: ds1374: fix RTC_DRV_DS1374_WDT dependenciesAlexandre Belloni
2020-07-16rtc: pl031: fix set_alarm by adding back call to alarm_irq_enableSudeep Holla
2020-07-16rtc: ds1374: wdt: Use watchdog core for watchdog partJohnson CH Chen (陳昭勳)
2020-07-16rtc: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-16rtc: goldfish: Enable interrupt in set_alarm() when necessaryHuacai Chen
2020-07-16rtc: max77686: Do not allow interrupt to fire before system resumeKrzysztof Kozlowski
2020-07-02rtc: imxdi: fix trivial typosTales L. da Aparecida
2020-07-02rtc: cpcap: fix rangeSebastian Reichel
2020-07-01rtc: remove fb-puv3 driverMike Rapoport
2020-06-07Merge tag 'rtc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds