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