summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-19rtc: r9701: set rangeAlexandre Belloni1-5/+3
2020-10-19rtc: r9701: convert to devm_rtc_allocate_deviceAlexandre Belloni1-3/+3
2020-10-19rtc: r9701: stop setting RWKCNTAlexandre Belloni1-1/+0
2020-10-19rtc: r9701: remove useless memsetAlexandre Belloni1-2/+0
2020-10-19rtc: r9701: stop setting a default timeAlexandre Belloni1-22/+0
2020-10-19rtc: r9701: remove leftover commentAlexandre Belloni1-4/+0
2020-10-19rtc: rv3032: Add a driver for Microcrystal RV-3032Alexandre Belloni3-0/+936
2020-10-19dt-bindings: rtc: rv3032: add RV-3032 bindingsAlexandre Belloni1-0/+64
2020-10-19dt-bindings: rtc: add trickle-voltage-millivoltAlexandre Belloni1-0/+6
2020-10-15rtc: rv3028: ensure ram configuration registers are savedAlexandre Belloni1-9/+67
2020-10-15rtc: rv3028: factorize EERD bit handlingAlexandre Belloni1-59/+59
2020-10-15rtc: rv3028: fix trickle resistor valuesAlexandre Belloni1-1/+1
2020-10-15rtc: rv3028: fix clock output supportAlexandre Belloni1-10/+9
2020-10-15rtc: mt6397: Remove unused member devFei Shao2-2/+2
2020-09-29rtc: rv8803: simplify the return expression of rv8803_nvram_writeLiu Shixin1-7/+1
2020-09-29rtc: meson: simplify the return expression of meson_vrtc_probeLiu Shixin1-6/+1
2020-09-29rtc: rx8010: rename rx8010_init_client() to rx8010_init()Bartosz Golaszewski1-2/+2
2020-09-24rtc: ds1307: enable rx8130's backup battery, make it chargeable optionallyBastian Krause1-0/+15
2020-09-24rtc: ds1307: consider aux-voltage-chargeableBastian Krause1-2/+21
2020-09-24rtc: ds1307: store previous charge default per chipBastian Krause1-1/+8
2020-09-24rtc: ds1307: introduce requires_trickle_resistor per chipBastian Krause1-1/+7
2020-09-24rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionallyBastian Krause1-1/+2
2020-09-24dt-bindings: rtc: ds1307: add rx8130 aux-voltage-chargeable supportBastian Krause1-1/+1
2020-09-24dt-bindings: rtc: ds1307: let aux-voltage-chargeable supersede trickle-diode-...Bastian Krause1-1/+8
2020-09-24dt-bindings: rtc: let aux-voltage-chargeable supersede trickle-diode-disableBastian Krause1-0/+10
2020-09-15rtc: pcf2127: fix a bug when not specify interrupts propertyBiwen Li1-2/+2
2020-09-15rtc: ds1685: Fix bank switching to avoid endless loopThomas Bogendoerfer1-4/+4
2020-09-15rtc: st-lpc: Constify st_rtc_opsRikard Falkeborn1-1/+1
2020-09-15rtc: rx8010: use range checking provided by core RTC codeBartosz Golaszewski1-3/+2
2020-09-15rtc: rx8010: convert to using regmapBartosz Golaszewski1-119/+79
2020-09-15rtc: rx8010: switch to using the preferred i2c APIBartosz Golaszewski1-3/+2
2020-09-15rtc: rx8010: switch to using the preferred RTC APIBartosz Golaszewski1-11/+7
2020-09-15rtc: rx8010: prefer sizeof(*val) over sizeof(struct type_of_val)Bartosz Golaszewski1-1/+1
2020-09-15rtc: rx8010: use a helper variable for client->dev in probe()Bartosz Golaszewski1-8/+7
2020-09-15rtc: rx8010: drop unnecessary initializationBartosz Golaszewski1-1/+1
2020-09-15rtc: rx8010: don't use magic values for time buffer lengthBartosz Golaszewski1-5/+6
2020-09-15rtc: rx8010: rename ret to err in rx8010_set_time()Bartosz Golaszewski1-11/+11
2020-09-15rtc: rx8010: use tabs instead of spaces for code formattingBartosz Golaszewski1-29/+29
2020-09-15rtc: rx8010: consolidate local variables of the same typeBartosz Golaszewski1-12/+6
2020-09-15rtc: rx8010: remove unnecessary bracketsBartosz Golaszewski1-6/+3
2020-09-15rtc: rx8010: remove a stray newlineBartosz Golaszewski1-1/+0
2020-09-15rtc: rx8010: don't modify the global rtc opsBartosz Golaszewski1-7/+17
2020-09-15rtc: s3c: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+2
2020-08-21rtc: fsl-ftm-alarm: update acpi device idPeng Ma1-2/+2
2020-08-21rtc: ds1307: Clear OSF flag on DS1388 when setting timeChris Packham1-0/+4
2020-08-21rtc: ds1307: Ensure oscillator is enabled for DS1388Chris Packham1-0/+14
2020-08-21rtc: rtc-rs5c313: Convert to module_platform_driver()Geert Uytterhoeven1-12/+1
2020-08-21rtc: rtc-rs5c313: Fix late hardware initGeert Uytterhoeven1-12/+8
2020-08-21rtc: rtc-rs5c313: Drop obsolete platform_set_drvdata() callGeert Uytterhoeven1-6/+1
2020-08-21rtc: cmos: zero-init wkalrm when reading from CMOSVictor Ding1-0/+2