aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf85363.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-24rtc: use simple i2c probeStephen Kitt1-3/+2
2021-02-06rtc: pcf85363: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-01-16rtc: pcf85363: drop a struct rtc_class_opsAlexandre Belloni1-6/+2
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski1-1/+1
2019-09-01rtc: pcf85363/pcf85263: fix regmap error in set_timeBiwen Li1-1/+6
2019-04-11rtc: pcf85363: convert to SPDX identifierAlexandre Belloni1-6/+1
2019-04-11rtc: pcf85363: remove useless forward declarationAlexandre Belloni1-2/+0
2019-04-11rtc: pcf85363: remove bogus i2c functionality checkAlexandre Belloni1-3/+0
2019-04-11rtc: pcf85363: set rangeAlexandre Belloni1-0/+2
2019-04-11rtc: pcf85363: remove unused struct pcf85363 memberAlexandre Belloni1-4/+2
2018-12-11rtc: pcf85363: Add support for NXP pcf85263 rtcBiju Das1-18/+76
2018-03-17rtc: pcf85363: set time accuratelyAlexandre Belloni1-4/+16
2018-03-17rtc: pcf85363: add alarm supportAlexandre Belloni1-0/+159
2018-03-17rtc: pcf85363: add .max_register in regmap_configAlexandre Belloni1-0/+1
2018-03-01rtc: pcf85363: put struct nvmem_config on the stackAlexandre Belloni1-9/+10
2018-03-01rtc: pcf85363: call rtc_nvmem_register()Alexandre Belloni1-2/+6
2017-11-08rtc: add support for NXP PCF85363 real-time clockEric Nelson1-0/+220