aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf85363.c
AgeCommit message (Expand)AuthorFilesLines
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