summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rv3028.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: rv3028: correct weekday register usageHeiko Schocher2021-03-151-2/+2
* rtc: rv3028: quiet maybe-unused variable warningAlexandre Belloni2021-02-061-1/+1
* rtc: rv3028: remove useless warning messagesAlexandre Belloni2021-02-061-9/+1
* rtc: rv3028: fix PORF handlingAlexandre Belloni2021-02-061-0/+2
* rtc: rv3028: constify rv3028_rtc_opsAlexandre Belloni2021-01-161-5/+6
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-191-2/+2
* rtc: rv3028: ensure ram configuration registers are savedAlexandre Belloni2020-10-151-9/+67
* rtc: rv3028: factorize EERD bit handlingAlexandre Belloni2020-10-151-59/+59
* rtc: rv3028: fix trickle resistor valuesAlexandre Belloni2020-10-151-1/+1
* rtc: rv3028: fix clock output supportAlexandre Belloni2020-10-151-10/+9
* rtc: rv3028: Add missed check for devm_regmap_init_i2c()Chuhong Yuan2020-05-301-0/+2
* rtc: rv3028: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-9/+2
* rtc: rv3028: remove RTC_VL_CLR handlingAlexandre Belloni2019-12-181-6/+0
* rtc: rv3028: add clkout supportParthiban Nallathambi2019-10-191-0/+146
* rtc: remove superfluous error messageAlexandre Belloni2019-08-211-2/+1
* rtc: rv3028: add new driverAlexandre Belloni2019-02-171-0/+732