summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf8523.c
AgeCommit message (Expand)Author
2024-03-26rtc: pcf8523: provide set_offset_nsecRussell King
2023-06-06rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-03-17rtc: pcf8523: remove unnecessary OR operationJavier Carrasco
2023-03-17rtc: pcf8523: fix coding-style issuesJavier Carrasco
2023-02-01rtc: pcf8523: use IRQ flags obtained from fwnodeAlexandre Belloni
2022-11-16rtc: pcf8523: fix for stop bitpaulmn
2022-06-24rtc: use simple i2c probeStephen Kitt
2022-03-23rtc: pcf8523: let the core handle the alarm resolutionAlexandre Belloni
2022-03-23rtc: pcf8523: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni
2022-02-15rtc: pcf8523: Fix GCC 12 warningVictor Erminpour
2021-10-18rtc: pcf8523: add BSM supportAlexandre Belloni
2021-10-18rtc: pcf8523: allow usage on ACPI platformsAlexandre Belloni
2021-10-18rtc: pcf8523: remove unecessary ifdeferyAlexandre Belloni
2021-10-18rtc: pcf8523: always compile pcf8523_rtc_ioctlAlexandre Belloni
2021-10-18rtc: pcf8523: switch to regmapAlexandre Belloni
2021-10-18rtc: pcf8523: avoid reading BLF in pcf8523_rtc_read_timeAlexandre Belloni
2021-07-10rtc: pcf8523: rename register and bit definesAlexandre Belloni
2021-04-29rtc: pcf8523: report oscillator failuresAlexandre Belloni
2021-04-29rtc: pcf8523: add alarm supportAlexandre Belloni
2021-04-29rtc: pcf8523: remove useless defineAlexandre Belloni
2020-11-19rtc: pcf8523: use BITAlexandre Belloni
2020-11-19rtc: pcf8523: set rangeAlexandre Belloni
2020-11-19rtc: pcf8523: switch to devm_rtc_allocate_deviceAlexandre Belloni
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-18rtc: pcf8523: return meaningful value for RTC_VL_READAlexandre Belloni
2019-11-27rtc: pcf8523: Remove struct pcf8523Nobuhiro Iwamatsu
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-01-22rtc: pcf8523: set xtal load capacitance from DTSam Ravnborg
2019-01-10rtc: pcf8523: Add rv8523 compatibleAlexandre Belloni
2018-12-11rtc: pcf8523: don't return invalid date when battery is lowBaruch Siach
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2017-10-25rtc: pcf8523: add support for trimming the RTC oscillatorRussell King
2016-03-14rtc: pcf8523: properly handle oscillator stop bitAlexandre Belloni
2016-01-11rtc: pcf8523: refuse to write dates later than 2099Uwe Kleine-König
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2014-05-06drivers/rtc/rtc-pcf8523.c: fix month definitionChris Cui
2013-07-03drivers/rtc/rtc-pcf8523.c: remove empty functionSachin Kamat
2013-04-29rtc: rtc-pcf8523: use devm_rtc_device_register()Jingoo Han
2013-02-21rtc-pcf8523: add low battery voltage supportJesper Nilsson
2012-12-17rtc: add NXP PCF8523 supportThierry Reding