aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf85363.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-06rtc: pcf85363: quiet maybe-unused variable warningGravatar Alexandre Belloni 1-1/+1
2021-01-16rtc: pcf85363: drop a struct rtc_class_opsGravatar Alexandre Belloni 1-6/+2
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Gravatar Bartosz Golaszewski 1-1/+1
2019-09-01rtc: pcf85363/pcf85263: fix regmap error in set_timeGravatar Biwen Li 1-1/+6
2019-04-11rtc: pcf85363: convert to SPDX identifierGravatar Alexandre Belloni 1-6/+1
2019-04-11rtc: pcf85363: remove useless forward declarationGravatar Alexandre Belloni 1-2/+0
2019-04-11rtc: pcf85363: remove bogus i2c functionality checkGravatar Alexandre Belloni 1-3/+0
2019-04-11rtc: pcf85363: set rangeGravatar Alexandre Belloni 1-0/+2
2019-04-11rtc: pcf85363: remove unused struct pcf85363 memberGravatar Alexandre Belloni 1-4/+2
2018-12-11rtc: pcf85363: Add support for NXP pcf85263 rtcGravatar Biju Das 1-18/+76
2018-03-17rtc: pcf85363: set time accuratelyGravatar Alexandre Belloni 1-4/+16
2018-03-17rtc: pcf85363: add alarm supportGravatar Alexandre Belloni 1-0/+159
2018-03-17rtc: pcf85363: add .max_register in regmap_configGravatar Alexandre Belloni 1-0/+1
2018-03-01rtc: pcf85363: put struct nvmem_config on the stackGravatar Alexandre Belloni 1-9/+10
2018-03-01rtc: pcf85363: call rtc_nvmem_register()Gravatar Alexandre Belloni 1-2/+6
2017-11-08rtc: add support for NXP PCF85363 real-time clockGravatar Eric Nelson 1-0/+220