aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf8563.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-06rtc: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-02-01rtc: pcf8563: use IRQ flags obtained from fwnodeGravatar Alexandre Belloni 1-1/+6
2022-11-16rtc: pcf8563: clear RTC_FEATURE_ALARM if no irqGravatar Vincent Whitchurch 1-0/+2
2022-06-24rtc: use simple i2c probeGravatar Stephen Kitt 1-3/+2
2022-03-23rtc: pcf8563: switch to RTC_FEATURE_UPDATE_INTERRUPTGravatar Alexandre Belloni 1-1/+1
2022-03-23rtc: pcf8563: let the core handle the alarm resolutionGravatar Alexandre Belloni 1-13/+1
2021-06-20rtc: pcf8563: Fix the datasheet URLGravatar Fabio Estevam 1-1/+1
2021-02-13rtc: pcf8563: Add NXP PCA8565 compatibleGravatar Marek Vasut 1-0/+2
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2019-12-23rtc: pcf8563: Use BITGravatar Nobuhiro Iwamatsu 1-2/+2
2019-12-18rtc: pcf8563: return meaningful value for RTC_VL_READGravatar Alexandre Belloni 1-7/+3
2019-12-18rtc: pcf8563: stop caching voltage_lowGravatar Alexandre Belloni 1-7/+9
2019-12-18rtc: pcf8563: remove conditional compilationGravatar Alexandre Belloni 1-5/+0
2019-12-18rtc: pcf8563: remove RTC_VL_CLR handlingGravatar Alexandre Belloni 1-15/+0
2019-11-15rtc: pcf8563: Constify clkout_ratesGravatar Nobuhiro Iwamatsu 1-1/+1
2019-09-01rtc: pcf8563: let the core handle range offsettingGravatar Alexandre Belloni 1-4/+5
2019-09-01rtc: pcf8563: remove useless indirectionGravatar Alexandre Belloni 1-14/+6
2019-09-01rtc: pcf8563: convert to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-8/+9
2019-09-01rtc: pcf8563: add Microcrystal RV8564 compatibleGravatar Alexandre Belloni 1-0/+1
2019-09-01rtc: pcf8563: add Epson RTC8564 compatibleGravatar Alexandre Belloni 1-0/+1
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-7/+6
2019-06-20rtc: pcf8563: Clear event flags and disable interrupts before requesting irqGravatar Chen-Yu Tsai 1-6/+5
2019-06-20rtc: pcf8563: Fix interrupt trigger methodGravatar Chen-Yu Tsai 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2017-11-09rtc: pcf8563: don't alway enable the alarmGravatar Alexandre Belloni 1-1/+1
2017-11-09rtc: pcf8563: fix output clock rateGravatar Philipp Zabel 1-1/+1
2017-06-03rtc: pcf8563: avoid using rtc->nameGravatar Alexandre Belloni 1-1/+1
2016-07-19rtc: explicitly set tm_sec = 0 for drivers with minute accurancyGravatar Uwe Kleine-König 1-0/+1
2016-07-09rtc: simplify implementations of read_alarmGravatar Uwe Kleine-König 1-4/+0
2016-05-20rtc: pcf8563: Remove CLK_IS_ROOTGravatar Stephen Boyd 1-1/+1
2016-05-20rtc: remove useless DRV_VERSIONGravatar Alexandre Belloni 1-5/+0
2015-11-08rtc: pcf8563: add CLKOUT to common clock frameworkGravatar Heiko Schocher 1-1/+169
2015-09-05rtc: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-06-25rtc: pfc8563: fix uninitialized variable warningGravatar Arnd Bergmann 1-1/+1
2015-06-25rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()Gravatar Xunlei Pang 1-4/+4
2015-06-25rtc: pcf8563 fix: return -EINVAL if we read an invalid time.Gravatar Jan Kardell 1-8/+3
2015-04-17drivers/rtc/rtc-pcf8563.c: simplify return from functionGravatar Robert Kmiec 1-6/+1
2014-12-10rtc: pcf8563: clear expired alarm at boot timeGravatar Jan Kardell 1-0/+10
2014-12-10rtc: pcf8563: save battery powerGravatar Jan Kardell 1-0/+16
2014-12-10rtc: pcf8563: handle consequeces of lacking second alarm regGravatar Jan Kardell 1-0/+11
2014-12-10rtc: pcf8563: fix wrong time from read_alarmGravatar Jan Kardell 1-2/+2
2014-12-10rtc: pcf8563: fix write of invalid bits to ST2 regGravatar Jan Kardell 1-1/+2
2014-12-10rtc: pcf8563: remove leftover codeGravatar Jan Kardell 1-7/+6
2014-10-14drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return valueGravatar Arnd Bergmann 1-1/+1
2014-10-14drivers/rtc/rtc-pcf8563.c: fix uninitialized use warningGravatar Arnd Bergmann 1-1/+1
2014-08-08drivers/rtc/rtc-pcf8563.c: add alarm supportGravatar Vincent Donnefort 1-4/+153
2014-08-08drivers/rtc/rtc-pcf8563.c: introduce read|write_block_dataGravatar Vincent Donnefort 1-26/+48
2013-07-16drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZEROGravatar Sachin Kamat 1-1/+1
2013-07-03drivers/rtc/rtc-pcf8563.c: use PTR_RET()Gravatar Sachin Kamat 1-4/+2
2013-07-03drivers/rtc/rtc-pcf8563.c: remove empty functionGravatar Sachin Kamat 1-6/+0