aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf8523.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29rtc: pcf8523: add suspend handlers for alarm IRQAlexandre Belloni1-0/+25
2023-06-06rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-17rtc: pcf8523: remove unnecessary OR operationJavier Carrasco1-1/+1
2023-03-17rtc: pcf8523: fix coding-style issuesJavier Carrasco1-8/+7
2023-02-01rtc: pcf8523: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2022-11-16rtc: pcf8523: fix for stop bitpaulmn1-10/+10
2022-06-24rtc: use simple i2c probeStephen Kitt1-3/+2
2022-03-23rtc: pcf8523: let the core handle the alarm resolutionAlexandre Belloni1-8/+1
2022-03-23rtc: pcf8523: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni1-1/+1
2022-02-15rtc: pcf8523: Fix GCC 12 warningVictor Erminpour1-2/+2
2021-10-18rtc: pcf8523: add BSM supportAlexandre Belloni1-6/+97
2021-10-18rtc: pcf8523: allow usage on ACPI platformsAlexandre Belloni1-3/+1
2021-10-18rtc: pcf8523: remove unecessary ifdeferyAlexandre Belloni1-2/+0
2021-10-18rtc: pcf8523: always compile pcf8523_rtc_ioctlAlexandre Belloni1-4/+0
2021-10-18rtc: pcf8523: switch to regmapAlexandre Belloni1-219/+84
2021-10-18rtc: pcf8523: avoid reading BLF in pcf8523_rtc_read_timeAlexandre Belloni1-22/+4
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