| Commit message (Expand) | Author | Age | Files | Lines |
* | rtc: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König | 2024-07-07 | 1 | -1/+1 |
* | rtc: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 2023-06-06 | 1 | -1/+1 |
* | rtc: use simple i2c probe | Stephen Kitt | 2022-06-24 | 1 | -3/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | rtc: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 2015-09-05 | 1 | -1/+0 |
* | rtc: use c99 initializers in structures | Julia Lawall | 2014-10-14 | 1 | -3/+15 |
* | drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZERO | Sachin Kamat | 2013-07-16 | 1 | -1/+1 |
* | drivers/rtc/rtc-pcf8583.c: use PTR_RET() | Sachin Kamat | 2013-07-04 | 1 | -4/+2 |
* | drivers/rtc/rtc-pcf8583.c: remove empty function | Sachin Kamat | 2013-07-04 | 1 | -6/+0 |
* | drivers/rtc/rtc-pcf8583.c: move assignment outside if condition | Sachin Kamat | 2013-07-04 | 1 | -1/+2 |
* | rtc: rtc-pcf8583: use devm_*() functions | Jingoo Han | 2013-04-30 | 1 | -17/+7 |
* | rtc: rtc-pcf8583: use dev_warn() instead of printk() | Jingoo Han | 2013-02-22 | 1 | -2/+2 |
* | Drivers: rtc: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -2/+2 |
* | rtc: convert rtc i2c drivers to module_i2c_driver | Axel Lin | 2012-03-24 | 1 | -12/+1 |
* | rtc: fix driver data issues in several rtc drivers | Alessandro Zummo | 2009-12-16 | 1 | -1/+2 |
* | drivers/rtc/: use bcd2bin/bin2bcd | Adrian Bunk | 2008-10-20 | 1 | -10/+10 |
* | rtc: convert the PCF8583 driver to the new I2C style framework with device_ids | Wolfram Sang | 2008-07-24 | 1 | -90/+39 |
* | rtc-pcf8583 build fix | David Brownell | 2008-04-28 | 1 | -1/+1 |
* | rtc-pcf8583: Don't abuse I2C_M_NOSTART | Jean Delvare | 2008-02-06 | 1 | -17/+7 |
* | i2c: normal_i2c can be made const (rtc drivers) | Jean Delvare | 2008-01-27 | 1 | -1/+1 |
* | rtc-pcf8583: Check for i2c adapter functionality | Jean Delvare | 2007-10-16 | 1 | -0/+3 |
* | [ARM] rtc-pcf8583: Final fixes for this RTC on RiscPC | Russell King | 2007-03-04 | 1 | -1/+1 |
* | [ARM] rtc-pcf8583: correct month and year offsets | Russell King | 2007-03-04 | 1 | -5/+6 |
* | [ARM] rtc-pcf8583: don't use BCD_TO_BIN/BIN_TO_BCD | Russell King | 2007-03-04 | 1 | -10/+10 |
* | [PATCH] constify rtc_class_ops: update drivers | David Brownell | 2006-10-01 | 1 | -1/+1 |
* | [PATCH] drivers/acorn/char/pcf8583.[hc] vs. RTC subsystem | G. Liakhovetski | 2006-06-25 | 1 | -0/+394 |