aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf8563.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-06rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-02-01rtc: pcf8563: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2022-11-16rtc: pcf8563: clear RTC_FEATURE_ALARM if no irqVincent Whitchurch1-0/+2
2022-06-24rtc: use simple i2c probeStephen Kitt1-3/+2
2022-03-23rtc: pcf8563: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni1-1/+1
2022-03-23rtc: pcf8563: let the core handle the alarm resolutionAlexandre Belloni1-13/+1
2021-06-20rtc: pcf8563: Fix the datasheet URLFabio Estevam1-1/+1
2021-02-13rtc: pcf8563: Add NXP PCA8565 compatibleMarek Vasut1-0/+2
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2019-12-23rtc: pcf8563: Use BITNobuhiro Iwamatsu1-2/+2
2019-12-18rtc: pcf8563: return meaningful value for RTC_VL_READAlexandre Belloni1-7/+3
2019-12-18rtc: pcf8563: stop caching voltage_lowAlexandre Belloni1-7/+9
2019-12-18rtc: pcf8563: remove conditional compilationAlexandre Belloni1-5/+0
2019-12-18rtc: pcf8563: remove RTC_VL_CLR handlingAlexandre Belloni1-15/+0
2019-11-15rtc: pcf8563: Constify clkout_ratesNobuhiro Iwamatsu1-1/+1
2019-09-01rtc: pcf8563: let the core handle range offsettingAlexandre Belloni1-4/+5
2019-09-01rtc: pcf8563: remove useless indirectionAlexandre Belloni1-14/+6
2019-09-01rtc: pcf8563: convert to devm_rtc_allocate_deviceAlexandre Belloni1-8/+9
2019-09-01rtc: pcf8563: add Microcrystal RV8564 compatibleAlexandre Belloni1-0/+1
2019-09-01rtc: pcf8563: add Epson RTC8564 compatibleAlexandre Belloni1-0/+1
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-7/+6
2019-06-20rtc: pcf8563: Clear event flags and disable interrupts before requesting irqChen-Yu Tsai1-6/+5
2019-06-20rtc: pcf8563: Fix interrupt trigger methodChen-Yu Tsai1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-11-09rtc: pcf8563: don't alway enable the alarmAlexandre Belloni1-1/+1
2017-11-09rtc: pcf8563: fix output clock ratePhilipp Zabel1-1/+1
2017-06-03rtc: pcf8563: avoid using rtc->nameAlexandre Belloni1-1/+1
2016-07-19rtc: explicitly set tm_sec = 0 for drivers with minute accurancyUwe Kleine-König1-0/+1
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König1-4/+0
2016-05-20rtc: pcf8563: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-5/+0
2015-11-08rtc: pcf8563: add CLKOUT to common clock frameworkHeiko Schocher1-1/+169
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-25rtc: pfc8563: fix uninitialized variable warningArnd Bergmann1-1/+1
2015-06-25rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()Xunlei Pang1-4/+4
2015-06-25rtc: pcf8563 fix: return -EINVAL if we read an invalid time.Jan Kardell1-8/+3
2015-04-17drivers/rtc/rtc-pcf8563.c: simplify return from functionRobert Kmiec1-6/+1
2014-12-10rtc: pcf8563: clear expired alarm at boot timeJan Kardell1-0/+10
2014-12-10rtc: pcf8563: save battery powerJan Kardell1-0/+16
2014-12-10rtc: pcf8563: handle consequeces of lacking second alarm regJan Kardell1-0/+11
2014-12-10rtc: pcf8563: fix wrong time from read_alarmJan Kardell1-2/+2
2014-12-10rtc: pcf8563: fix write of invalid bits to ST2 regJan Kardell1-1/+2
2014-12-10rtc: pcf8563: remove leftover codeJan Kardell1-7/+6
2014-10-14drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return valueArnd Bergmann1-1/+1
2014-10-14drivers/rtc/rtc-pcf8563.c: fix uninitialized use warningArnd Bergmann1-1/+1
2014-08-08drivers/rtc/rtc-pcf8563.c: add alarm supportVincent Donnefort1-4/+153
2014-08-08drivers/rtc/rtc-pcf8563.c: introduce read|write_block_dataVincent Donnefort1-26/+48
2013-07-16drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat1-1/+1
2013-07-03drivers/rtc/rtc-pcf8563.c: use PTR_RET()Sachin Kamat1-4/+2
2013-07-03drivers/rtc/rtc-pcf8563.c: remove empty functionSachin Kamat1-6/+0
2013-04-29rtc: rtc-pcf8563: use devm_*() functionsJingoo Han1-21/+7
2013-02-21drivers/rtc: remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-10-06drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-2/+11
2012-07-30drivers/rtc/rtc-pcf8563.c: add device tree supportNick Bowler1-0/+10
2012-07-30drivers/rtc/rtc-pcf8563.c: set owner field in driver structNick Bowler1-0/+1
2012-05-29drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl featureAlexander Stein1-1/+43
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin1-12/+1
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker1-0/+1
2010-08-11drivers/rtc/rtc-pcf8563.c: remove unused structGraham Gower1-8/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-16rtc: fix driver data issues in several rtc driversAlessandro Zummo1-2/+2
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-12/+12
2008-10-16rtc-pcf8563: remove client validationLaurent Pinchart1-58/+0
2008-07-12rtc-pcf8563: add chip idJon Smirl1-0/+1
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare1-0/+7
2008-04-29i2c: Add support for device alias namesJean Delvare1-1/+2
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-7/+7
2008-04-28rtc-pcf8563: new style conversionAlessandro Zummo1-78/+34
2008-01-27i2c: normal_i2c can be made const (rtc drivers)Jean Delvare1-1/+1
2007-02-13i2c: Stop using i2c_adapter.class_devJean Delvare1-1/+1
2007-02-09[PATCH] rtc-pcf8563: detect polarity of century bit automaticallyAtsushi Nemoto1-6/+34
2006-12-10[PATCH] RTCs don't use i2c_adapter.devDavid Brownell1-3/+3
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-10-01[PATCH] rtc driver rtc-pcf8563 century bit inversedJean-Baptiste Maneyrol1-2/+2
2006-04-11[PATCH] RTC subsystem: compact error messagesAlessandro Zummo1-2/+0
2006-04-11[PATCH] RTC subsystem: fix proc outputAlessandro Zummo1-7/+0
2006-04-11[PATCH] RTC subsystem: whitespaces and error messages cleanupAlessandro Zummo1-2/+0
2006-03-27[PATCH] RTC subsystem: PCF8563 driverAlessandro Zummo1-0/+353