aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf8523.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-10rtc: pcf8523: rename register and bit definesAlexandre Belloni1-73/+73
2021-04-29rtc: pcf8523: report oscillator failuresAlexandre Belloni1-2/+11
2021-04-29rtc: pcf8523: add alarm supportAlexandre Belloni1-0/+179
2021-04-29rtc: pcf8523: remove useless defineAlexandre Belloni1-3/+1
2020-11-19rtc: pcf8523: use BITAlexandre Belloni1-7/+7
2020-11-19rtc: pcf8523: set rangeAlexandre Belloni1-11/+2
2020-11-19rtc: pcf8523: switch to devm_rtc_allocate_deviceAlexandre Belloni1-3/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-18rtc: pcf8523: return meaningful value for RTC_VL_READAlexandre Belloni1-3/+3
2019-11-27rtc: pcf8523: Remove struct pcf8523Nobuhiro Iwamatsu1-14/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-22rtc: pcf8523: set xtal load capacitance from DTSam Ravnborg1-8/+20
2019-01-10rtc: pcf8523: Add rv8523 compatibleAlexandre Belloni1-0/+1
2018-12-11rtc: pcf8523: don't return invalid date when battery is lowBaruch Siach1-8/+24
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2017-10-25rtc: pcf8523: add support for trimming the RTC oscillatorRussell King1-0/+40
2016-03-14rtc: pcf8523: properly handle oscillator stop bitAlexandre Belloni1-22/+3
2016-01-11rtc: pcf8523: refuse to write dates later than 2099Uwe Kleine-König1-0/+11
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-05-06drivers/rtc/rtc-pcf8523.c: fix month definitionChris Cui1-2/+2
2013-07-03drivers/rtc/rtc-pcf8523.c: remove empty functionSachin Kamat1-6/+0
2013-04-29rtc: rtc-pcf8523: use devm_rtc_device_register()Jingoo Han1-5/+1
2013-02-21rtc-pcf8523: add low battery voltage supportJesper Nilsson1-0/+31
2012-12-17rtc: add NXP PCF8523 supportThierry Reding1-0/+326