summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski110-120/+117
2020-11-19rtc: nvmem: emit an error message when nvmem registration failsBartosz Golaszewski4-8/+8
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski27-30/+30
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni16-98/+1
2020-11-19rtc: omap: use devm_pinctrl_register()Bartosz Golaszewski1-7/+2
2020-11-19rtc: sc27xx: Always read normal alarmAlexandre Belloni1-36/+2
2020-11-17rtc: mxc: use of_device_get_match_dataAlexandre Belloni1-3/+1
2020-11-17rtc: mxc: Convert the driver to DT-onlyFabio Estevam1-20/+1
2020-11-17rtc: rx6110: add i2c supportClaudius Heine2-32/+153
2020-11-17rtc: Kconfig: Fix typo in help message of rx 6110Claudius Heine1-1/+1
2020-11-17rtc: ds1307: Drop of_match_ptr and CONFIG_OF protectionsAndy Shevchenko1-4/+2
2020-11-17rtc: ds1307: Make use of device propertiesAndy Shevchenko1-17/+21
2020-11-17rtc: ds1307: Remove non-valid ACPI IDsAndy Shevchenko1-35/+1
2020-11-17rtc: at91rm9200: Add sam9x60 compatibleAlexandre Belloni1-0/+3
2020-11-17rtc: at91rm9200: add correction supportAlexandre Belloni1-4/+99
2020-11-15rtc: rv3032: fix nvram nvmem priv pointerAlexandre Belloni1-1/+1
2020-11-15rtc: goldfish: Remove GOLDFISH dependencyJiaxun Yang1-1/+0
2020-11-14rtc: snvs: Remove NULL pointer check before clk_*Xu Wang1-43/+24
2020-11-14rtc: brcmstb-waketimer: Remove redundant null check before clk_disable_unprepareXu Wang1-2/+1
2020-11-14rtc: pl031: fix resource leak in pl031_probeZheng Liang1-2/+4
2020-11-14rtc: cpcap: Fix missing IRQF_ONESHOT as only threaded handlerTian Tao1-2/+4
2020-11-14rtc: hym8563: enable wakeup when applicableGuillaume Tucker1-2/+5
2020-11-14rtc: da9063: Simplify bool comparisonKaixu Xia1-1/+1
2020-11-14rtc: sc27xx: Remove unnecessary conversion to boolKaixu Xia1-1/+1
2020-10-28rtc: sun6i: Fix memleak in sun6i_rtc_clk_initDinghao Liu1-3/+5
2020-10-27rtc: pcf2127: fix pcf2127_nvmem_read/write() returnsDan Carpenter1-8/+4
2020-10-27rtc: pcf2127: move watchdog initialisation to a separate functionUwe Kleine-König1-25/+31
2020-10-21Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds17-366/+1315
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-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 Shao1-1/+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-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