aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf8523.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-01rtc: pcf8523: use IRQ flags obtained from fwnodeGravatar Alexandre Belloni 1-1/+6
2022-11-16rtc: pcf8523: fix for stop bitGravatar paulmn 1-10/+10
2022-06-24rtc: use simple i2c probeGravatar Stephen Kitt 1-3/+2
2022-03-23rtc: pcf8523: let the core handle the alarm resolutionGravatar Alexandre Belloni 1-8/+1
2022-03-23rtc: pcf8523: switch to RTC_FEATURE_UPDATE_INTERRUPTGravatar Alexandre Belloni 1-1/+1
2022-02-15rtc: pcf8523: Fix GCC 12 warningGravatar Victor Erminpour 1-2/+2
2021-10-18rtc: pcf8523: add BSM supportGravatar Alexandre Belloni 1-6/+97
2021-10-18rtc: pcf8523: allow usage on ACPI platformsGravatar Alexandre Belloni 1-3/+1
2021-10-18rtc: pcf8523: remove unecessary ifdeferyGravatar Alexandre Belloni 1-2/+0
2021-10-18rtc: pcf8523: always compile pcf8523_rtc_ioctlGravatar Alexandre Belloni 1-4/+0
2021-10-18rtc: pcf8523: switch to regmapGravatar Alexandre Belloni 1-219/+84
2021-10-18rtc: pcf8523: avoid reading BLF in pcf8523_rtc_read_timeGravatar Alexandre Belloni 1-22/+4
2021-07-10rtc: pcf8523: rename register and bit definesGravatar Alexandre Belloni 1-73/+73
2021-04-29rtc: pcf8523: report oscillator failuresGravatar Alexandre Belloni 1-2/+11
2021-04-29rtc: pcf8523: add alarm supportGravatar Alexandre Belloni 1-0/+179
2021-04-29rtc: pcf8523: remove useless defineGravatar Alexandre Belloni 1-3/+1
2020-11-19rtc: pcf8523: use BITGravatar Alexandre Belloni 1-7/+7
2020-11-19rtc: pcf8523: set rangeGravatar Alexandre Belloni 1-11/+2
2020-11-19rtc: pcf8523: switch to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-3/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-12-18rtc: pcf8523: return meaningful value for RTC_VL_READGravatar Alexandre Belloni 1-3/+3
2019-11-27rtc: pcf8523: Remove struct pcf8523Gravatar Nobuhiro Iwamatsu 1-14/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-01-22rtc: pcf8523: set xtal load capacitance from DTGravatar Sam Ravnborg 1-8/+20
2019-01-10rtc: pcf8523: Add rv8523 compatibleGravatar Alexandre Belloni 1-0/+1
2018-12-11rtc: pcf8523: don't return invalid date when battery is lowGravatar Baruch Siach 1-8/+24
2018-03-02rtc: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1
2017-10-25rtc: pcf8523: add support for trimming the RTC oscillatorGravatar Russell King 1-0/+40
2016-03-14rtc: pcf8523: properly handle oscillator stop bitGravatar Alexandre Belloni 1-22/+3
2016-01-11rtc: pcf8523: refuse to write dates later than 2099Gravatar Uwe Kleine-König 1-0/+11
2015-09-05rtc: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2014-05-06drivers/rtc/rtc-pcf8523.c: fix month definitionGravatar Chris Cui 1-2/+2
2013-07-03drivers/rtc/rtc-pcf8523.c: remove empty functionGravatar Sachin Kamat 1-6/+0
2013-04-29rtc: rtc-pcf8523: use devm_rtc_device_register()Gravatar Jingoo Han 1-5/+1
2013-02-21rtc-pcf8523: add low battery voltage supportGravatar Jesper Nilsson 1-0/+31
2012-12-17rtc: add NXP PCF8523 supportGravatar Thierry Reding 1-0/+326