aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rv3032.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27rtc: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-06rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-06-06rtc: rv3032: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-02-22rtc: rv3032: add ACPI supportAlexandre Belloni1-0/+7
2023-02-01rtc: rv3032: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2021-11-10rtc: rv3032: let the core handle the alarm resolutionAlexandre Belloni1-8/+1
2021-10-18rtc: rv3032: allow setting BSMAlexandre Belloni1-0/+76
2021-10-15rtc: rv3032: fix error handling in rv3032_clkout_set_rate()Dan Carpenter1-2/+2
2021-02-06rtc: rv3032: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-01-16rtc: rv3032: constify rv3032_rtc_opsAlexandre Belloni1-5/+6
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski1-2/+2
2020-11-15rtc: rv3032: fix nvram nvmem priv pointerAlexandre Belloni1-1/+1
2020-10-19rtc: rv3032: Add a driver for Microcrystal RV-3032Alexandre Belloni1-0/+925