aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2020-10-21Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 17-366/+1315
2020-10-19rtc: r9701: set rangeGravatar Alexandre Belloni 1-5/+3
2020-10-19rtc: r9701: convert to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-3/+3
2020-10-19rtc: r9701: stop setting RWKCNTGravatar Alexandre Belloni 1-1/+0
2020-10-19rtc: r9701: remove useless memsetGravatar Alexandre Belloni 1-2/+0
2020-10-19rtc: r9701: stop setting a default timeGravatar Alexandre Belloni 1-22/+0
2020-10-19rtc: r9701: remove leftover commentGravatar Alexandre Belloni 1-4/+0
2020-10-19rtc: rv3032: Add a driver for Microcrystal RV-3032Gravatar Alexandre Belloni 3-0/+936
2020-10-15rtc: rv3028: ensure ram configuration registers are savedGravatar Alexandre Belloni 1-9/+67
2020-10-15rtc: rv3028: factorize EERD bit handlingGravatar Alexandre Belloni 1-59/+59
2020-10-15rtc: rv3028: fix trickle resistor valuesGravatar Alexandre Belloni 1-1/+1
2020-10-15rtc: rv3028: fix clock output supportGravatar Alexandre Belloni 1-10/+9
2020-10-15rtc: mt6397: Remove unused member devGravatar Fei Shao 1-1/+2
2020-09-29rtc: rv8803: simplify the return expression of rv8803_nvram_writeGravatar Liu Shixin 1-7/+1
2020-09-29rtc: meson: simplify the return expression of meson_vrtc_probeGravatar Liu Shixin 1-6/+1
2020-09-29rtc: rx8010: rename rx8010_init_client() to rx8010_init()Gravatar Bartosz Golaszewski 1-2/+2
2020-09-24rtc: ds1307: enable rx8130's backup battery, make it chargeable optionallyGravatar Bastian Krause 1-0/+15
2020-09-24rtc: ds1307: consider aux-voltage-chargeableGravatar Bastian Krause 1-2/+21
2020-09-24rtc: ds1307: store previous charge default per chipGravatar Bastian Krause 1-1/+8
2020-09-24rtc: ds1307: introduce requires_trickle_resistor per chipGravatar Bastian Krause 1-1/+7
2020-09-24rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionallyGravatar Bastian Krause 1-1/+2
2020-09-15rtc: pcf2127: fix a bug when not specify interrupts propertyGravatar Biwen Li 1-2/+2
2020-09-15rtc: ds1685: Fix bank switching to avoid endless loopGravatar Thomas Bogendoerfer 1-4/+4
2020-09-15rtc: st-lpc: Constify st_rtc_opsGravatar Rikard Falkeborn 1-1/+1
2020-09-15rtc: rx8010: use range checking provided by core RTC codeGravatar Bartosz Golaszewski 1-3/+2
2020-09-15rtc: rx8010: convert to using regmapGravatar Bartosz Golaszewski 1-119/+79
2020-09-15rtc: rx8010: switch to using the preferred i2c APIGravatar Bartosz Golaszewski 1-3/+2
2020-09-15rtc: rx8010: switch to using the preferred RTC APIGravatar Bartosz Golaszewski 1-11/+7
2020-09-15rtc: rx8010: prefer sizeof(*val) over sizeof(struct type_of_val)Gravatar Bartosz Golaszewski 1-1/+1
2020-09-15rtc: rx8010: use a helper variable for client->dev in probe()Gravatar Bartosz Golaszewski 1-8/+7
2020-09-15rtc: rx8010: drop unnecessary initializationGravatar Bartosz Golaszewski 1-1/+1
2020-09-15rtc: rx8010: don't use magic values for time buffer lengthGravatar Bartosz Golaszewski 1-5/+6
2020-09-15rtc: rx8010: rename ret to err in rx8010_set_time()Gravatar Bartosz Golaszewski 1-11/+11
2020-09-15rtc: rx8010: use tabs instead of spaces for code formattingGravatar Bartosz Golaszewski 1-29/+29
2020-09-15rtc: rx8010: consolidate local variables of the same typeGravatar Bartosz Golaszewski 1-12/+6
2020-09-15rtc: rx8010: remove unnecessary bracketsGravatar Bartosz Golaszewski 1-6/+3
2020-09-15rtc: rx8010: remove a stray newlineGravatar Bartosz Golaszewski 1-1/+0
2020-09-15rtc: rx8010: don't modify the global rtc opsGravatar Bartosz Golaszewski 1-7/+17
2020-09-15rtc: s3c: Simplify with dev_err_probe()Gravatar Krzysztof Kozlowski 1-7/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 4-4/+4
2020-08-21rtc: fsl-ftm-alarm: update acpi device idGravatar Peng Ma 1-2/+2
2020-08-21rtc: ds1307: Clear OSF flag on DS1388 when setting timeGravatar Chris Packham 1-0/+4
2020-08-21rtc: ds1307: Ensure oscillator is enabled for DS1388Gravatar Chris Packham 1-0/+14
2020-08-21rtc: rtc-rs5c313: Convert to module_platform_driver()Gravatar Geert Uytterhoeven 1-12/+1
2020-08-21rtc: rtc-rs5c313: Fix late hardware initGravatar Geert Uytterhoeven 1-12/+8
2020-08-21rtc: rtc-rs5c313: Drop obsolete platform_set_drvdata() callGravatar Geert Uytterhoeven 1-6/+1
2020-08-21rtc: cmos: zero-init wkalrm when reading from CMOSGravatar Victor Ding 1-0/+2
2020-08-12Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 13-214/+242
2020-08-12rtc: pcf2127: fix alarm handlingGravatar Alexandre Belloni 1-18/+19
2020-08-12rtc: pcf2127: add alarm supportGravatar Liam Beguin 1-0/+134