aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rv3028.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-15rtc: rv3028: correct weekday register usageHeiko Schocher1-2/+2
2021-02-06rtc: rv3028: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: rv3028: remove useless warning messagesAlexandre Belloni1-9/+1
2021-02-06rtc: rv3028: fix PORF handlingAlexandre Belloni1-0/+2
2021-01-16rtc: rv3028: constify rv3028_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-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-05-30rtc: rv3028: Add missed check for devm_regmap_init_i2c()Chuhong Yuan1-0/+2
2019-12-18rtc: rv3028: return meaningful value for RTC_VL_READAlexandre Belloni1-9/+2
2019-12-18rtc: rv3028: remove RTC_VL_CLR handlingAlexandre Belloni1-6/+0
2019-10-19rtc: rv3028: add clkout supportParthiban Nallathambi1-0/+146
2019-08-21rtc: remove superfluous error messageAlexandre Belloni1-2/+1
2019-02-17rtc: rv3028: add new driverAlexandre Belloni1-0/+732