summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf8563.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: pcf8563: Fix the datasheet URLFabio Estevam2021-06-201-1/+1
* rtc: pcf8563: Add NXP PCA8565 compatibleMarek Vasut2021-02-131-0/+2
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: pcf8563: Use BITNobuhiro Iwamatsu2019-12-231-2/+2
* rtc: pcf8563: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-7/+3
* rtc: pcf8563: stop caching voltage_lowAlexandre Belloni2019-12-181-7/+9
* rtc: pcf8563: remove conditional compilationAlexandre Belloni2019-12-181-5/+0
* rtc: pcf8563: remove RTC_VL_CLR handlingAlexandre Belloni2019-12-181-15/+0
* rtc: pcf8563: Constify clkout_ratesNobuhiro Iwamatsu2019-11-151-1/+1
* rtc: pcf8563: let the core handle range offsettingAlexandre Belloni2019-09-011-4/+5
* rtc: pcf8563: remove useless indirectionAlexandre Belloni2019-09-011-14/+6
* rtc: pcf8563: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-09-011-8/+9
* rtc: pcf8563: add Microcrystal RV8564 compatibleAlexandre Belloni2019-09-011-0/+1
* rtc: pcf8563: add Epson RTC8564 compatibleAlexandre Belloni2019-09-011-0/+1
* Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-07-171-7/+6
|\
| * rtc: pcf8563: Clear event flags and disable interrupts before requesting irqChen-Yu Tsai2019-06-201-6/+5
| * rtc: pcf8563: Fix interrupt trigger methodChen-Yu Tsai2019-06-201-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* rtc: pcf8563: don't alway enable the alarmAlexandre Belloni2017-11-091-1/+1
* rtc: pcf8563: fix output clock ratePhilipp Zabel2017-11-091-1/+1
* rtc: pcf8563: avoid using rtc->nameAlexandre Belloni2017-06-031-1/+1
* rtc: explicitly set tm_sec = 0 for drivers with minute accurancyUwe Kleine-König2016-07-191-0/+1
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-091-4/+0
* rtc: pcf8563: Remove CLK_IS_ROOTStephen Boyd2016-05-201-1/+1
* rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-201-5/+0
* rtc: pcf8563: add CLKOUT to common clock frameworkHeiko Schocher2015-11-081-1/+169
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-051-1/+0
* rtc: pfc8563: fix uninitialized variable warningArnd Bergmann2015-06-251-1/+1
* rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()Xunlei Pang2015-06-251-4/+4
* rtc: pcf8563 fix: return -EINVAL if we read an invalid time.Jan Kardell2015-06-251-8/+3
* drivers/rtc/rtc-pcf8563.c: simplify return from functionRobert Kmiec2015-04-171-6/+1
* rtc: pcf8563: clear expired alarm at boot timeJan Kardell2014-12-101-0/+10
* rtc: pcf8563: save battery powerJan Kardell2014-12-101-0/+16
* rtc: pcf8563: handle consequeces of lacking second alarm regJan Kardell2014-12-101-0/+11
* rtc: pcf8563: fix wrong time from read_alarmJan Kardell2014-12-101-2/+2
* rtc: pcf8563: fix write of invalid bits to ST2 regJan Kardell2014-12-101-1/+2
* rtc: pcf8563: remove leftover codeJan Kardell2014-12-101-7/+6
* drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return valueArnd Bergmann2014-10-141-1/+1
* drivers/rtc/rtc-pcf8563.c: fix uninitialized use warningArnd Bergmann2014-10-141-1/+1
* drivers/rtc/rtc-pcf8563.c: add alarm supportVincent Donnefort2014-08-081-4/+153
* drivers/rtc/rtc-pcf8563.c: introduce read|write_block_dataVincent Donnefort2014-08-081-26/+48
* drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
* drivers/rtc/rtc-pcf8563.c: use PTR_RET()Sachin Kamat2013-07-031-4/+2
* drivers/rtc/rtc-pcf8563.c: remove empty functionSachin Kamat2013-07-031-6/+0
* rtc: rtc-pcf8563: use devm_*() functionsJingoo Han2013-04-291-21/+7
* drivers/rtc: remove unnecessary semicolonsPeter Senna Tschudin2013-02-211-1/+1
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-061-2/+11
* drivers/rtc/rtc-pcf8563.c: add device tree supportNick Bowler2012-07-301-0/+10
* drivers/rtc/rtc-pcf8563.c: set owner field in driver structNick Bowler2012-07-301-0/+1