summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf8563.c
AgeCommit message (Expand)AuthorLines
2026-01-20rtc: pcf8563: use correct of_node for output clockJohn Keeping-1/+1
2025-08-03rtc: pcf8563: convert from round_rate() to determine_rate()Brian Masney-6/+11
2025-08-03rtc: pcf8563: fix incorrect maximum clock rate handlingBrian Masney-1/+1
2025-06-02rtc: pcf8563: fix wrong alarm registerTroy Mitchell-1/+1
2024-11-11rtc: pcf8563: Switch to regmapNobuhiro Iwamatsu-123/+81
2024-11-11rtc: pcf8563: Sort headers alphabeticallyNobuhiro Iwamatsu-4/+4
2024-07-07rtc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-3/+3
2024-05-07pcf8563: add wakeup-source supportAlexandre Belloni-2/+7
2023-06-06rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König-1/+1
2023-02-01rtc: pcf8563: use IRQ flags obtained from fwnodeAlexandre Belloni-1/+6
2022-11-16rtc: pcf8563: clear RTC_FEATURE_ALARM if no irqVincent Whitchurch-0/+2
2022-06-24rtc: use simple i2c probeStephen Kitt-3/+2
2022-03-23rtc: pcf8563: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni-1/+1
2022-03-23rtc: pcf8563: let the core handle the alarm resolutionAlexandre Belloni-13/+1
2021-06-20rtc: pcf8563: Fix the datasheet URLFabio Estevam-1/+1
2021-02-13rtc: pcf8563: Add NXP PCA8565 compatibleMarek Vasut-0/+2
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski-1/+1
2019-12-23rtc: pcf8563: Use BITNobuhiro Iwamatsu-2/+2
2019-12-18rtc: pcf8563: return meaningful value for RTC_VL_READAlexandre Belloni-7/+3
2019-12-18rtc: pcf8563: stop caching voltage_lowAlexandre Belloni-7/+9
2019-12-18rtc: pcf8563: remove conditional compilationAlexandre Belloni-5/+0
2019-12-18rtc: pcf8563: remove RTC_VL_CLR handlingAlexandre Belloni-15/+0
2019-11-15rtc: pcf8563: Constify clkout_ratesNobuhiro Iwamatsu-1/+1
2019-09-01rtc: pcf8563: let the core handle range offsettingAlexandre Belloni-4/+5
2019-09-01rtc: pcf8563: remove useless indirectionAlexandre Belloni-14/+6
2019-09-01rtc: pcf8563: convert to devm_rtc_allocate_deviceAlexandre Belloni-8/+9
2019-09-01rtc: pcf8563: add Microcrystal RV8564 compatibleAlexandre Belloni-0/+1
2019-09-01rtc: pcf8563: add Epson RTC8564 compatibleAlexandre Belloni-0/+1
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-7/+6
2019-06-20rtc: pcf8563: Clear event flags and disable interrupts before requesting irqChen-Yu Tsai-6/+5
2019-06-20rtc: pcf8563: Fix interrupt trigger methodChen-Yu Tsai-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2017-11-09rtc: pcf8563: don't alway enable the alarmAlexandre Belloni-1/+1
2017-11-09rtc: pcf8563: fix output clock ratePhilipp Zabel-1/+1
2017-06-03rtc: pcf8563: avoid using rtc->nameAlexandre Belloni-1/+1
2016-07-19rtc: explicitly set tm_sec = 0 for drivers with minute accurancyUwe Kleine-König-0/+1
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König-4/+0
2016-05-20rtc: pcf8563: Remove CLK_IS_ROOTStephen Boyd-1/+1
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni-5/+0
2015-11-08rtc: pcf8563: add CLKOUT to common clock frameworkHeiko Schocher-1/+169
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski-1/+0
2015-06-25rtc: pfc8563: fix uninitialized variable warningArnd Bergmann-1/+1
2015-06-25rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()Xunlei Pang-4/+4
2015-06-25rtc: pcf8563 fix: return -EINVAL if we read an invalid time.Jan Kardell-8/+3
2015-04-17drivers/rtc/rtc-pcf8563.c: simplify return from functionRobert Kmiec-6/+1
2014-12-10rtc: pcf8563: clear expired alarm at boot timeJan Kardell-0/+10
2014-12-10rtc: pcf8563: save battery powerJan Kardell-0/+16
2014-12-10rtc: pcf8563: handle consequeces of lacking second alarm regJan Kardell-0/+11
2014-12-10rtc: pcf8563: fix wrong time from read_alarmJan Kardell-2/+2
2014-12-10rtc: pcf8563: fix write of invalid bits to ST2 regJan Kardell-1/+2