aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-pcf8583.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-10-14rtc: use c99 initializers in structuresJulia Lawall1-3/+15
2013-07-16drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat1-1/+1
2013-07-03drivers/rtc/rtc-pcf8583.c: use PTR_RET()Sachin Kamat1-4/+2
2013-07-03drivers/rtc/rtc-pcf8583.c: remove empty functionSachin Kamat1-6/+0
2013-07-03drivers/rtc/rtc-pcf8583.c: move assignment outside if conditionSachin Kamat1-1/+2
2013-04-29rtc: rtc-pcf8583: use devm_*() functionsJingoo Han1-17/+7
2013-02-21rtc: rtc-pcf8583: use dev_warn() instead of printk()Jingoo Han1-2/+2
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin1-12/+1
2009-12-16rtc: fix driver data issues in several rtc driversAlessandro Zummo1-1/+2
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-10/+10
2008-07-24rtc: convert the PCF8583 driver to the new I2C style framework with device_idsWolfram Sang1-90/+39
2008-04-28rtc-pcf8583 build fixDavid Brownell1-1/+1
2008-02-06rtc-pcf8583: Don't abuse I2C_M_NOSTARTJean Delvare1-17/+7
2008-01-27i2c: normal_i2c can be made const (rtc drivers)Jean Delvare1-1/+1
2007-10-16rtc-pcf8583: Check for i2c adapter functionalityJean Delvare1-0/+3
2007-03-04[ARM] rtc-pcf8583: Final fixes for this RTC on RiscPCRussell King1-1/+1
2007-03-04[ARM] rtc-pcf8583: correct month and year offsetsRussell King1-5/+6
2007-03-04[ARM] rtc-pcf8583: don't use BCD_TO_BIN/BIN_TO_BCDRussell King1-10/+10
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-06-25[PATCH] drivers/acorn/char/pcf8583.[hc] vs. RTC subsystemG. Liakhovetski1-0/+394