summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rs5c372.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: rs5c372: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-161-2/+1
* rtc: Explicitly include correct DT includesRob Herring2023-07-271-1/+1
* rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-061-1/+1
* rtc: remove duplicated words in commentsshaomin Deng2022-12-151-1/+1
* rtc: rs5c372: Convert to .probe_new()Uwe Kleine-König2022-11-151-5/+6
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
* rtc: rs5c372: fix incorrect oscillation value on r2221tlCamel Guo2022-01-051-3/+7
* rtc: rs5c372: add offset correction supportCamel Guo2022-01-041-0/+120
* rtc: rs5c372: Add RTC_VL_READ, RTC_VL_CLR ioctlsCamel Guo2021-12-011-0/+55
* rtc: rs5c372: quiet maybe-unused variable warningAlexandre Belloni2021-02-061-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* rtc: rs5c372: Fix reading from rtc when the oscillator got interrupted.Oliver.Rohe@wago.com2019-02-111-7/+47
* rtc: rs5c372: r2221: fix to use the correct XSTP bitOliver.Rohe@wago.com2019-02-051-11/+21
* rtc: rs5c372: remove useless indirectionAlexandre Belloni2018-03-171-13/+4
* rtc: rs5c372: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-171-2/+1
* rtc: rs5c372: remove useless messageAlexandre Belloni2018-03-171-4/+0
* 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