| Commit message (Expand) | Author | Age | Files | Lines |
* | rtc: ds1374: Merge conditional + WARN_ON() | Srikant Ritolia | 2016-12-07 | 1 | -3/+1 |
* | rtc: ds1374: Remove unused variable | Fabio Estevam | 2015-09-05 | 1 | -2/+0 |
* | rtc: fix drivers that consider 0 as a valid IRQ in client->irq | Octavian Purdila | 2015-09-05 | 1 | -2/+2 |
* | rtc: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 2015-09-05 | 1 | -1/+0 |
* | char: make misc_deregister a void function | Greg Kroah-Hartman | 2015-08-05 | 1 | -3/+2 |
* | rtc: use more standard kernel logging styles | Joe Perches | 2015-04-17 | 1 | -3/+5 |
* | drivers/rtc/rtc-ds1374.c: add watchdog support | Søren Andersen | 2014-12-10 | 1 | -0/+285 |
* | drivers/rtc/rtc-ds1374.c: fix spacing related issues | Sachin Kamat | 2013-07-03 | 1 | -6/+5 |
* | drivers/rtc/rtc-ds1374.c: use devm_* APIs | Sachin Kamat | 2013-04-29 | 1 | -18/+7 |
* | drivers/rtc/rtc-ds1374.c: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han | 2013-04-29 | 1 | -7/+3 |
* | Drivers: rtc: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -2/+2 |
* | rtc: convert rtc i2c drivers to module_i2c_driver | Axel Lin | 2012-03-23 | 1 | -12/+1 |
* | rtc: convert DS1374 to dev_pm_ops | Mark Brown | 2011-03-22 | 1 | -6/+13 |
* | RTC: Convert rtc drivers to use the alarm_irq_enable method | John Stultz | 2011-02-03 | 1 | -27/+10 |
* | rtc: don't use flush_scheduled_work() | Tejun Heo | 2010-12-24 | 1 | -1/+1 |
* | i2c: Remove all i2c_set_clientdata(client, NULL) in drivers | Wolfram Sang | 2010-06-03 | 1 | -2/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | rtc: set wakeup capability for I2C and SPI RTC drivers | Anton Vorontsov | 2009-12-17 | 1 | -0/+2 |
* | rtc: ds1374, fix lock imbalance | Jiri Slaby | 2009-07-06 | 1 | -2/+2 |
* | rtc: make rtc_update_irq callable with irqs enabled | Atsushi Nemoto | 2009-06-19 | 1 | -5/+0 |
* | rtc: test before subtraction on unsigned | Roel Kluin | 2009-04-01 | 1 | -3/+3 |
* | rtc: DS1374 wakeup support | Marc Pignat | 2008-10-16 | 1 | -0/+21 |
* | rtc: rtc-ds1374: fix 'no irq' case handling | Anton Vorontsov | 2008-08-20 | 1 | -5/+5 |
* | rtc-ds1374: rename device to just "ds1374" | Jean Delvare | 2008-06-06 | 1 | -1/+1 |
* | i2c: Convert most new-style drivers to use module aliasing | Jean Delvare | 2008-04-29 | 1 | -0/+7 |
* | i2c: Add support for device alias names | Jean Delvare | 2008-04-29 | 1 | -1/+2 |
* | rtc: RTC class driver for the ds1374 | Scott Wood | 2007-10-16 | 1 | -0/+449 |