aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2020-11-17rtc: at91rm9200: Add sam9x60 compatibleAlexandre Belloni
2020-11-17rtc: at91rm9200: add correction supportAlexandre Belloni
2020-11-15rtc: rv3032: fix nvram nvmem priv pointerAlexandre Belloni
2020-11-15rtc: goldfish: Remove GOLDFISH dependencyJiaxun Yang
2020-11-14rtc: snvs: Remove NULL pointer check before clk_*Xu Wang
2020-11-14rtc: brcmstb-waketimer: Remove redundant null check before clk_disable_unprepareXu Wang
2020-11-14rtc: pl031: fix resource leak in pl031_probeZheng Liang
2020-11-14rtc: cpcap: Fix missing IRQF_ONESHOT as only threaded handlerTian Tao
2020-11-14rtc: hym8563: enable wakeup when applicableGuillaume Tucker
2020-11-14rtc: da9063: Simplify bool comparisonKaixu Xia
2020-11-14rtc: sc27xx: Remove unnecessary conversion to boolKaixu Xia
2020-10-28rtc: sun6i: Fix memleak in sun6i_rtc_clk_initDinghao Liu
2020-10-27rtc: pcf2127: fix pcf2127_nvmem_read/write() returnsDan Carpenter
2020-10-27rtc: pcf2127: move watchdog initialisation to a separate functionUwe Kleine-König
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