aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-rs5c372.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König1-6/+0
2016-05-21rtc: rs5c372: r2025: fix check for 'oscillator halted' conditionThomas Koeller1-2/+2
2016-05-20rtc: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-4/+4
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-5/+1
2014-10-14drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffersAndy Shevchenko1-6/+5
2013-05-07drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach1-0/+5
2013-04-29rtc: rtc-rs5c372: use devm_*() functionsJingoo Han1-19/+11
2013-02-21rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()Jingoo Han1-6/+4
2012-10-06drivers/rtc/rtc-rs5c372.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-1/+6
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin1-12/+1
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker1-0/+1
2011-03-09RTC: Clean out UIE icotl implementationsJohn Stultz1-52/+0
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-14/+34
2010-12-22rtc: rs5c372: fix buffer sizeWolfram Sang1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-21/+21
2008-10-16rtc: rtc-rs5c372: add support for Ricoh R2025S/D RTCPaul Mundt1-5/+20
2008-10-16rtc: rtc-rs5c372: SMBus conversion/supportPaul Mundt1-78/+131
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare1-13/+11
2008-04-29i2c: Add support for device alias namesJean Delvare1-1/+2
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-5/+5
2008-04-28rtc: rtc-rs5c372: fix up NULL name in transfer error pathPaul Mundt1-4/+4
2007-07-17rtc-rs5c372 becomes a new-style i2c driverDavid Brownell1-61/+34
2007-02-13i2c: Stop using i2c_adapter.class_devJean Delvare1-1/+1
2007-01-05[PATCH] Update the rtc-rs5c372 driverDavid Brownell1-68/+467
2006-12-10[PATCH] RTCs don't use i2c_adapter.devDavid Brownell1-1/+1
2006-12-07[PATCH] rtc-rs5c372: change register reading methodRiku Voipio1-40/+44
2006-12-07[PATCH] RTC: handle sysfs errorsJeff Garzik1-2/+10
2006-11-25[PATCH] drivers/rtc/rtc-rs5c372.c: fix a NULL dereferenceAdrian Bunk1-3/+3
2006-10-04[PATCH] RTC: build fixesJeff Garzik1-2/+2
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-04-11[PATCH] RTC subsystem: compact error messagesAlessandro Zummo1-2/+0
2006-04-11[PATCH] RTC subsystem: RS5C372 sysfs fixAlessandro Zummo1-8/+10
2006-04-11[PATCH] RTC subsystem: fix proc outputAlessandro Zummo1-3/+2
2006-04-11[PATCH] RTC subsystem: whitespaces and error messages cleanupAlessandro Zummo1-3/+0
2006-03-27[PATCH] RTC subsystem: RS5C372 driverAlessandro Zummo1-0/+294