summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf8583.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-051-1/+0
* rtc: use c99 initializers in structuresJulia Lawall2014-10-141-3/+15
* drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
* drivers/rtc/rtc-pcf8583.c: use PTR_RET()Sachin Kamat2013-07-031-4/+2
* drivers/rtc/rtc-pcf8583.c: remove empty functionSachin Kamat2013-07-031-6/+0
* drivers/rtc/rtc-pcf8583.c: move assignment outside if conditionSachin Kamat2013-07-031-1/+2
* rtc: rtc-pcf8583: use devm_*() functionsJingoo Han2013-04-291-17/+7
* rtc: rtc-pcf8583: use dev_warn() instead of printk()Jingoo Han2013-02-211-2/+2
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-231-12/+1
* rtc: fix driver data issues in several rtc driversAlessandro Zummo2009-12-161-1/+2
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-10/+10
* rtc: convert the PCF8583 driver to the new I2C style framework with device_idsWolfram Sang2008-07-241-90/+39
* rtc-pcf8583 build fixDavid Brownell2008-04-281-1/+1
* rtc-pcf8583: Don't abuse I2C_M_NOSTARTJean Delvare2008-02-061-17/+7
* i2c: normal_i2c can be made const (rtc drivers)Jean Delvare2008-01-271-1/+1
* rtc-pcf8583: Check for i2c adapter functionalityJean Delvare2007-10-161-0/+3
* [ARM] rtc-pcf8583: Final fixes for this RTC on RiscPCRussell King2007-03-041-1/+1
* [ARM] rtc-pcf8583: correct month and year offsetsRussell King2007-03-041-5/+6
* [ARM] rtc-pcf8583: don't use BCD_TO_BIN/BIN_TO_BCDRussell King2007-03-041-10/+10
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-011-1/+1
* [PATCH] drivers/acorn/char/pcf8583.[hc] vs. RTC subsystemG. Liakhovetski2006-06-251-0/+394