summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf8563.c
AgeCommit message (Expand)Author
2021-06-20rtc: pcf8563: Fix the datasheet URLFabio Estevam
2021-02-13rtc: pcf8563: Add NXP PCA8565 compatibleMarek Vasut
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2019-12-23rtc: pcf8563: Use BITNobuhiro Iwamatsu
2019-12-18rtc: pcf8563: return meaningful value for RTC_VL_READAlexandre Belloni
2019-12-18rtc: pcf8563: stop caching voltage_lowAlexandre Belloni
2019-12-18rtc: pcf8563: remove conditional compilationAlexandre Belloni
2019-12-18rtc: pcf8563: remove RTC_VL_CLR handlingAlexandre Belloni
2019-11-15rtc: pcf8563: Constify clkout_ratesNobuhiro Iwamatsu
2019-09-01rtc: pcf8563: let the core handle range offsettingAlexandre Belloni
2019-09-01rtc: pcf8563: remove useless indirectionAlexandre Belloni
2019-09-01rtc: pcf8563: convert to devm_rtc_allocate_deviceAlexandre Belloni
2019-09-01rtc: pcf8563: add Microcrystal RV8564 compatibleAlexandre Belloni
2019-09-01rtc: pcf8563: add Epson RTC8564 compatibleAlexandre Belloni
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2019-06-20rtc: pcf8563: Clear event flags and disable interrupts before requesting irqChen-Yu Tsai
2019-06-20rtc: pcf8563: Fix interrupt trigger methodChen-Yu Tsai
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-11-09rtc: pcf8563: don't alway enable the alarmAlexandre Belloni
2017-11-09rtc: pcf8563: fix output clock ratePhilipp Zabel
2017-06-03rtc: pcf8563: avoid using rtc->nameAlexandre Belloni
2016-07-19rtc: explicitly set tm_sec = 0 for drivers with minute accurancyUwe Kleine-König
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König
2016-05-20rtc: pcf8563: Remove CLK_IS_ROOTStephen Boyd
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni
2015-11-08rtc: pcf8563: add CLKOUT to common clock frameworkHeiko Schocher
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-06-25rtc: pfc8563: fix uninitialized variable warningArnd Bergmann
2015-06-25rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()Xunlei Pang
2015-06-25rtc: pcf8563 fix: return -EINVAL if we read an invalid time.Jan Kardell
2015-04-17drivers/rtc/rtc-pcf8563.c: simplify return from functionRobert Kmiec
2014-12-10rtc: pcf8563: clear expired alarm at boot timeJan Kardell
2014-12-10rtc: pcf8563: save battery powerJan Kardell
2014-12-10rtc: pcf8563: handle consequeces of lacking second alarm regJan Kardell
2014-12-10rtc: pcf8563: fix wrong time from read_alarmJan Kardell
2014-12-10rtc: pcf8563: fix write of invalid bits to ST2 regJan Kardell
2014-12-10rtc: pcf8563: remove leftover codeJan Kardell
2014-10-14drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return valueArnd Bergmann
2014-10-14drivers/rtc/rtc-pcf8563.c: fix uninitialized use warningArnd Bergmann
2014-08-08drivers/rtc/rtc-pcf8563.c: add alarm supportVincent Donnefort
2014-08-08drivers/rtc/rtc-pcf8563.c: introduce read|write_block_dataVincent Donnefort
2013-07-16drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat
2013-07-03drivers/rtc/rtc-pcf8563.c: use PTR_RET()Sachin Kamat
2013-07-03drivers/rtc/rtc-pcf8563.c: remove empty functionSachin Kamat
2013-04-29rtc: rtc-pcf8563: use devm_*() functionsJingoo Han
2013-02-21drivers/rtc: remove unnecessary semicolonsPeter Senna Tschudin
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-10-06drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D
2012-07-30drivers/rtc/rtc-pcf8563.c: add device tree supportNick Bowler
2012-07-30drivers/rtc/rtc-pcf8563.c: set owner field in driver structNick Bowler