| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-07-07 | rtc: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König | 1 | -1/+1 |
| 2023-06-06 | rtc: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2022-06-24 | rtc: use simple i2c probe | Stephen Kitt | 1 | -3/+2 |
| 2021-02-06 | rtc: ds1672: quiet maybe-unused variable warning | Alexandre Belloni | 1 | -1/+1 |
| 2020-11-19 | rtc: rework rtc_register_device() resource management | Bartosz Golaszewski | 1 | -1/+1 |
| 2019-08-21 | rtc: ds1672: remove unnecessary check | Alexandre Belloni | 1 | -3/+0 |
| 2019-04-08 | rtc: ds1672: switch debug message to %ptR | Alexandre Belloni | 1 | -4/+1 |
| 2019-04-08 | rtc: ds1672: convert to SPDX identifier | Alexandre Belloni | 1 | -4/+1 |
| 2019-04-08 | rtc: ds1672: use .set_time | Alexandre Belloni | 1 | -2/+3 |
| 2019-04-08 | rtc: ds1672: use rtc_time64_to_tm | Alexandre Belloni | 1 | -1/+1 |
| 2019-04-08 | rtc: ds1672: remove useless indirection | Alexandre Belloni | 1 | -14/+6 |
| 2019-04-08 | rtc: ds1672: remove sysfs debug interface | Alexandre Belloni | 1 | -51/+0 |
| 2019-04-08 | rtc: ds1672: move oscillator handling to .read_time | Alexandre Belloni | 1 | -13/+16 |
| 2019-04-08 | rtc: ds1672: set range | Alexandre Belloni | 1 | -5/+11 |
| 2019-02-05 | rtc: ds1672: fix unintended sign extension | Colin Ian King | 1 | -1/+2 |
| 2017-09-01 | rtc: constify i2c_device_id | Arvind Yadav | 1 | -1/+1 |
| 2017-03-09 | rtc: rtc-ds1672: Add OF device ID table | Javier Martinez Canillas | 1 | -1/+8 |
| 2016-05-20 | rtc: remove useless DRV_VERSION | Alexandre Belloni | 1 | -5/+0 |
| 2015-06-25 | rtc: ds1672, max6900, max8998: Add MODULE_DEVICE_TABLE | Axel Lin | 1 | -0/+1 |
| 2014-04-03 | rtc: fix potential race condition | Alessandro Zummo | 1 | -6/+5 |
| 2013-07-03 | drivers/rtc/rtc-ds1672.c: remove empty function | Sachin Kamat | 1 | -6/+0 |
| 2013-04-29 | rtc: rtc-ds1672: use devm_rtc_device_register() | Jingoo Han | 1 | -7/+1 |
| 2012-10-06 | drivers/rtc/rtc-ds1672.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 1 | -4/+22 |
| 2012-03-23 | rtc: convert rtc i2c drivers to module_i2c_driver | Axel Lin | 1 | -12/+1 |
| 2011-10-31 | rtc: Add module.h to implicit users in drivers/rtc | Paul Gortmaker | 1 | -0/+1 |
| 2009-01-06 | rtc: use set_mmss when set_time is not available | Alessandro Zummo | 1 | -22/+0 |
| 2008-12-10 | rtc: fix missing id_table in rtc-ds1672 and rtc-max6900 drivers | Alessandro Zummo | 1 | -0/+6 |
| 2008-10-16 | rtc-ds1672 new style driver | Alessandro Zummo | 1 | -80/+34 |
| 2008-04-28 | rtc: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -7/+7 |
| 2008-01-27 | i2c: normal_i2c can be made const (rtc drivers) | Jean Delvare | 1 | -1/+1 |
| 2007-02-13 | i2c: Stop using i2c_adapter.class_dev | Jean Delvare | 1 | -1/+1 |
| 2006-12-10 | [PATCH] RTCs don't use i2c_adapter.dev | David Brownell | 1 | -1/+1 |
| 2006-12-07 | [PATCH] RTC: handle sysfs errors | Jeff Garzik | 1 | -2/+7 |
| 2006-10-04 | [PATCH] RTC: build fixes | Jeff Garzik | 1 | -2/+2 |
| 2006-10-01 | [PATCH] constify rtc_class_ops: update drivers | David Brownell | 1 | -1/+1 |
| 2006-04-11 | [PATCH] RTC subsystem: compact error messages | Alessandro Zummo | 1 | -2/+0 |
| 2006-04-11 | [PATCH] RTC subsystem: DS1672 cleanup | Alessandro Zummo | 1 | -19/+10 |
| 2006-04-11 | [PATCH] RTC subsystem: DS1672 oscillator handling | Kumar Gala | 1 | -3/+58 |
| 2006-03-27 | [PATCH] RTC subsystem: DS1672 driver | Alessandro Zummo | 1 | -0/+233 |