summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf8563.c
Commit message (Expand)AuthorAge
* drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return valueArnd Bergmann2014-10-14
* drivers/rtc/rtc-pcf8563.c: fix uninitialized use warningArnd Bergmann2014-10-14
* drivers/rtc/rtc-pcf8563.c: add alarm supportVincent Donnefort2014-08-08
* drivers/rtc/rtc-pcf8563.c: introduce read|write_block_dataVincent Donnefort2014-08-08
* drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-16
* drivers/rtc/rtc-pcf8563.c: use PTR_RET()Sachin Kamat2013-07-03
* drivers/rtc/rtc-pcf8563.c: remove empty functionSachin Kamat2013-07-03
* rtc: rtc-pcf8563: use devm_*() functionsJingoo Han2013-04-29
* drivers/rtc: remove unnecessary semicolonsPeter Senna Tschudin2013-02-21
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-06
* drivers/rtc/rtc-pcf8563.c: add device tree supportNick Bowler2012-07-30
* drivers/rtc/rtc-pcf8563.c: set owner field in driver structNick Bowler2012-07-30
* drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl featureAlexander Stein2012-05-29
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-23
* rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker2011-10-31
* drivers/rtc/rtc-pcf8563.c: remove unused structGraham Gower2010-08-11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* rtc: fix driver data issues in several rtc driversAlessandro Zummo2009-12-16
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-20
* rtc-pcf8563: remove client validationLaurent Pinchart2008-10-16
* rtc-pcf8563: add chip idJon Smirl2008-07-12
* i2c: Convert most new-style drivers to use module aliasingJean Delvare2008-04-29
* i2c: Add support for device alias namesJean Delvare2008-04-29
* rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-28
* rtc-pcf8563: new style conversionAlessandro Zummo2008-04-28
* i2c: normal_i2c can be made const (rtc drivers)Jean Delvare2008-01-27
* i2c: Stop using i2c_adapter.class_devJean Delvare2007-02-13
* [PATCH] rtc-pcf8563: detect polarity of century bit automaticallyAtsushi Nemoto2007-02-09
* [PATCH] RTCs don't use i2c_adapter.devDavid Brownell2006-12-10
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-01
* [PATCH] rtc driver rtc-pcf8563 century bit inversedJean-Baptiste Maneyrol2006-10-01
* [PATCH] RTC subsystem: compact error messagesAlessandro Zummo2006-04-11
* [PATCH] RTC subsystem: fix proc outputAlessandro Zummo2006-04-11
* [PATCH] RTC subsystem: whitespaces and error messages cleanupAlessandro Zummo2006-04-11
* [PATCH] RTC subsystem: PCF8563 driverAlessandro Zummo2006-03-27