summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf85363.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: pcf85363: quiet maybe-unused variable warningAlexandre Belloni2021-02-061-1/+1
* rtc: pcf85363: drop a struct rtc_class_opsAlexandre Belloni2021-01-161-6/+2
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-191-1/+1
* rtc: pcf85363/pcf85263: fix regmap error in set_timeBiwen Li2019-09-011-1/+6
* rtc: pcf85363: convert to SPDX identifierAlexandre Belloni2019-04-111-6/+1
* rtc: pcf85363: remove useless forward declarationAlexandre Belloni2019-04-111-2/+0
* rtc: pcf85363: remove bogus i2c functionality checkAlexandre Belloni2019-04-111-3/+0
* rtc: pcf85363: set rangeAlexandre Belloni2019-04-111-0/+2
* rtc: pcf85363: remove unused struct pcf85363 memberAlexandre Belloni2019-04-111-4/+2
* rtc: pcf85363: Add support for NXP pcf85263 rtcBiju Das2018-12-111-18/+76
* rtc: pcf85363: set time accuratelyAlexandre Belloni2018-03-171-4/+16
* rtc: pcf85363: add alarm supportAlexandre Belloni2018-03-171-0/+159
* rtc: pcf85363: add .max_register in regmap_configAlexandre Belloni2018-03-171-0/+1
* rtc: pcf85363: put struct nvmem_config on the stackAlexandre Belloni2018-03-011-9/+10
* rtc: pcf85363: call rtc_nvmem_register()Alexandre Belloni2018-03-011-2/+6
* rtc: add support for NXP PCF85363 real-time clockEric Nelson2017-11-081-0/+220