summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf8563.c
AgeCommit message (Expand)Author
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
2012-05-29drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl featureAlexander Stein
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker
2010-08-11drivers/rtc/rtc-pcf8563.c: remove unused structGraham Gower
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-16rtc: fix driver data issues in several rtc driversAlessandro Zummo
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk
2008-10-16rtc-pcf8563: remove client validationLaurent Pinchart
2008-07-12rtc-pcf8563: add chip idJon Smirl
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare
2008-04-29i2c: Add support for device alias namesJean Delvare
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28rtc-pcf8563: new style conversionAlessandro Zummo
2008-01-27i2c: normal_i2c can be made const (rtc drivers)Jean Delvare
2007-02-13i2c: Stop using i2c_adapter.class_devJean Delvare
2007-02-09[PATCH] rtc-pcf8563: detect polarity of century bit automaticallyAtsushi Nemoto
2006-12-10[PATCH] RTCs don't use i2c_adapter.devDavid Brownell
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell