summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rs5c372.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: rs5c372: Add OF device ID tableJavier Martinez Canillas2017-03-091-1/+36
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-091-6/+0
* rtc: rs5c372: r2025: fix check for 'oscillator halted' conditionThomas Koeller2016-05-211-2/+2
* rtc: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-201-4/+4
* rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-201-5/+1
* drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffersAndy Shevchenko2014-10-141-6/+5
* drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach2013-05-071-0/+5
* rtc: rtc-rs5c372: use devm_*() functionsJingoo Han2013-04-291-19/+11
* rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()Jingoo Han2013-02-211-6/+4
* drivers/rtc/rtc-rs5c372.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-061-1/+6
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-231-12/+1
* rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker2011-10-311-0/+1
* RTC: Clean out UIE icotl implementationsJohn Stultz2011-03-091-52/+0
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-14/+34
* rtc: rs5c372: fix buffer sizeWolfram Sang2010-12-221-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-21/+21
* rtc: rtc-rs5c372: add support for Ricoh R2025S/D RTCPaul Mundt2008-10-161-5/+20
* rtc: rtc-rs5c372: SMBus conversion/supportPaul Mundt2008-10-161-78/+131
* i2c: Convert most new-style drivers to use module aliasingJean Delvare2008-04-291-13/+11
* i2c: Add support for device alias namesJean Delvare2008-04-291-1/+2
* rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-5/+5
* rtc: rtc-rs5c372: fix up NULL name in transfer error pathPaul Mundt2008-04-281-4/+4
* rtc-rs5c372 becomes a new-style i2c driverDavid Brownell2007-07-171-61/+34
* i2c: Stop using i2c_adapter.class_devJean Delvare2007-02-131-1/+1
* [PATCH] Update the rtc-rs5c372 driverDavid Brownell2007-01-051-68/+467
* [PATCH] RTCs don't use i2c_adapter.devDavid Brownell2006-12-101-1/+1
* [PATCH] rtc-rs5c372: change register reading methodRiku Voipio2006-12-071-40/+44
* [PATCH] RTC: handle sysfs errorsJeff Garzik2006-12-071-2/+10
* [PATCH] drivers/rtc/rtc-rs5c372.c: fix a NULL dereferenceAdrian Bunk2006-11-251-3/+3
* [PATCH] RTC: build fixesJeff Garzik2006-10-041-2/+2
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-011-1/+1
* [PATCH] RTC subsystem: compact error messagesAlessandro Zummo2006-04-111-2/+0
* [PATCH] RTC subsystem: RS5C372 sysfs fixAlessandro Zummo2006-04-111-8/+10
* [PATCH] RTC subsystem: fix proc outputAlessandro Zummo2006-04-111-3/+2
* [PATCH] RTC subsystem: whitespaces and error messages cleanupAlessandro Zummo2006-04-111-3/+0
* [PATCH] RTC subsystem: RS5C372 driverAlessandro Zummo2006-03-271-0/+294
OpenPOWER on IntegriCloud