summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf8523.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: pcf8523: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
* rtc: pcf8523: fix for stop bitpaulmn2022-11-161-10/+10
* rtc: use simple i2c probeStephen Kitt2022-06-241-3/+2
* rtc: pcf8523: let the core handle the alarm resolutionAlexandre Belloni2022-03-231-8/+1
* rtc: pcf8523: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* rtc: pcf8523: Fix GCC 12 warningVictor Erminpour2022-02-151-2/+2
* rtc: pcf8523: add BSM supportAlexandre Belloni2021-10-181-6/+97
* rtc: pcf8523: allow usage on ACPI platformsAlexandre Belloni2021-10-181-3/+1
* rtc: pcf8523: remove unecessary ifdeferyAlexandre Belloni2021-10-181-2/+0
* rtc: pcf8523: always compile pcf8523_rtc_ioctlAlexandre Belloni2021-10-181-4/+0
* rtc: pcf8523: switch to regmapAlexandre Belloni2021-10-181-219/+84
* rtc: pcf8523: avoid reading BLF in pcf8523_rtc_read_timeAlexandre Belloni2021-10-181-22/+4
* rtc: pcf8523: rename register and bit definesAlexandre Belloni2021-07-101-73/+73
* rtc: pcf8523: report oscillator failuresAlexandre Belloni2021-04-291-2/+11
* rtc: pcf8523: add alarm supportAlexandre Belloni2021-04-291-0/+179
* rtc: pcf8523: remove useless defineAlexandre Belloni2021-04-291-3/+1
* rtc: pcf8523: use BITAlexandre Belloni2020-11-191-7/+7
* rtc: pcf8523: set rangeAlexandre Belloni2020-11-191-11/+2
* rtc: pcf8523: switch to devm_rtc_allocate_deviceAlexandre Belloni2020-11-191-3/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* rtc: pcf8523: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-3/+3
* rtc: pcf8523: Remove struct pcf8523Nobuhiro Iwamatsu2019-11-271-14/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* rtc: pcf8523: set xtal load capacitance from DTSam Ravnborg2019-01-221-8/+20
* rtc: pcf8523: Add rv8523 compatibleAlexandre Belloni2019-01-101-0/+1
* rtc: pcf8523: don't return invalid date when battery is lowBaruch Siach2018-12-111-8/+24
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: pcf8523: add support for trimming the RTC oscillatorRussell King2017-10-251-0/+40
* rtc: pcf8523: properly handle oscillator stop bitAlexandre Belloni2016-03-141-22/+3
* rtc: pcf8523: refuse to write dates later than 2099Uwe Kleine-König2016-01-111-0/+11
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-051-1/+0
* drivers/rtc/rtc-pcf8523.c: fix month definitionChris Cui2014-05-061-2/+2
* drivers/rtc/rtc-pcf8523.c: remove empty functionSachin Kamat2013-07-031-6/+0
* rtc: rtc-pcf8523: use devm_rtc_device_register()Jingoo Han2013-04-291-5/+1
* rtc-pcf8523: add low battery voltage supportJesper Nilsson2013-02-211-0/+31
* rtc: add NXP PCF8523 supportThierry Reding2012-12-171-0/+326