| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | rtc: Use named initializers for arrays of i2c_device_data | Uwe Kleine-König (The Capable Hub) | 1 | -6/+6 |
| 2026-03-12 | rtc: rs5c372: Remove use of i2c_match_id() | Andrew Davis | 1 | -6/+1 |
| 2023-08-16 | rtc: rs5c372: fix Wvoid-pointer-to-enum-cast warning | Krzysztof Kozlowski | 1 | -2/+1 |
| 2023-07-27 | rtc: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
| 2023-06-06 | rtc: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2022-12-15 | rtc: remove duplicated words in comments | shaomin Deng | 1 | -1/+1 |
| 2022-11-15 | rtc: rs5c372: Convert to .probe_new() | Uwe Kleine-König | 1 | -5/+6 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -2/+1 |
| 2022-01-05 | rtc: rs5c372: fix incorrect oscillation value on r2221tl | Camel Guo | 1 | -3/+7 |
| 2022-01-04 | rtc: rs5c372: add offset correction support | Camel Guo | 1 | -0/+120 |
| 2021-12-01 | rtc: rs5c372: Add RTC_VL_READ, RTC_VL_CLR ioctls | Camel Guo | 1 | -0/+55 |
| 2021-02-06 | rtc: rs5c372: quiet maybe-unused variable warning | Alexandre Belloni | 1 | -1/+1 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-02-11 | rtc: rs5c372: Fix reading from rtc when the oscillator got interrupted. | Oliver.Rohe@wago.com | 1 | -7/+47 |
| 2019-02-05 | rtc: rs5c372: r2221: fix to use the correct XSTP bit | Oliver.Rohe@wago.com | 1 | -11/+21 |
| 2018-03-17 | rtc: rs5c372: remove useless indirection | Alexandre Belloni | 1 | -13/+4 |
| 2018-03-17 | rtc: rs5c372: stop validating rtc_time in .read_time | Alexandre Belloni | 1 | -2/+1 |
| 2018-03-17 | rtc: rs5c372: remove useless message | Alexandre Belloni | 1 | -4/+0 |
| 2017-03-09 | rtc: rs5c372: Add OF device ID table | Javier Martinez Canillas | 1 | -1/+36 |
| 2016-07-09 | rtc: simplify implementations of read_alarm | Uwe Kleine-König | 1 | -6/+0 |
| 2016-05-21 | rtc: rs5c372: r2025: fix check for 'oscillator halted' condition | Thomas Koeller | 1 | -2/+2 |
| 2016-05-20 | rtc: Use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 1 | -4/+4 |
| 2016-05-20 | rtc: remove useless DRV_VERSION | Alexandre Belloni | 1 | -5/+1 |
| 2014-10-14 | drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffers | Andy Shevchenko | 1 | -6/+5 |
| 2013-05-07 | drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driver | Lucas Stach | 1 | -0/+5 |
| 2013-04-29 | rtc: rtc-rs5c372: use devm_*() functions | Jingoo Han | 1 | -19/+11 |
| 2013-02-21 | rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug() | Jingoo Han | 1 | -6/+4 |
| 2012-10-06 | drivers/rtc/rtc-rs5c372.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 1 | -1/+6 |
| 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 |
| 2011-03-09 | RTC: Clean out UIE icotl implementations | John Stultz | 1 | -52/+0 |
| 2011-02-03 | RTC: Convert rtc drivers to use the alarm_irq_enable method | John Stultz | 1 | -14/+34 |
| 2010-12-22 | rtc: rs5c372: fix buffer size | Wolfram Sang | 1 | -1/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2008-10-20 | drivers/rtc/: use bcd2bin/bin2bcd | Adrian Bunk | 1 | -21/+21 |
| 2008-10-16 | rtc: rtc-rs5c372: add support for Ricoh R2025S/D RTC | Paul Mundt | 1 | -5/+20 |
| 2008-10-16 | rtc: rtc-rs5c372: SMBus conversion/support | Paul Mundt | 1 | -78/+131 |
| 2008-04-29 | i2c: Convert most new-style drivers to use module aliasing | Jean Delvare | 1 | -13/+11 |
| 2008-04-29 | i2c: Add support for device alias names | Jean Delvare | 1 | -1/+2 |
| 2008-04-28 | rtc: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -5/+5 |
| 2008-04-28 | rtc: rtc-rs5c372: fix up NULL name in transfer error path | Paul Mundt | 1 | -4/+4 |
| 2007-07-17 | rtc-rs5c372 becomes a new-style i2c driver | David Brownell | 1 | -61/+34 |
| 2007-02-13 | i2c: Stop using i2c_adapter.class_dev | Jean Delvare | 1 | -1/+1 |
| 2007-01-05 | [PATCH] Update the rtc-rs5c372 driver | David Brownell | 1 | -65/+464 |
| 2006-12-10 | [PATCH] RTCs don't use i2c_adapter.dev | David Brownell | 1 | -1/+1 |
| 2006-12-07 | [PATCH] rtc-rs5c372: change register reading method | Riku Voipio | 1 | -40/+44 |
| 2006-12-07 | [PATCH] RTC: handle sysfs errors | Jeff Garzik | 1 | -2/+10 |
| 2006-11-25 | [PATCH] drivers/rtc/rtc-rs5c372.c: fix a NULL dereference | Adrian Bunk | 1 | -3/+3 |
| 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: RS5C372 sysfs fix | Alessandro Zummo | 1 | -8/+10 |
| 2006-04-11 | [PATCH] RTC subsystem: fix proc output | Alessandro Zummo | 1 | -3/+2 |
| 2006-04-11 | [PATCH] RTC subsystem: whitespaces and error messages cleanup | Alessandro Zummo | 1 | -3/+0 |
| 2006-03-27 | [PATCH] RTC subsystem: RS5C372 driver | Alessandro Zummo | 1 | -0/+294 |