summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-x1205.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* rtc: x1205: Add DT probing supportLinus Walleij2019-04-041-0/+7
* rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-201-5/+0
* drivers/rtc/rtc-x1205.c: use sign_extend32() for sign extensionMartin Kepplinger2015-04-171-2/+2
* rtc: fix potential race conditionAlessandro Zummo2014-04-031-1/+1
* drivers/rtc/rtc-x1205.c: fix checkpatch issuesSachin Kamat2013-07-031-13/+20
* rtc: rtc-x1205: use devm_rtc_device_register()Jingoo Han2013-04-291-11/+3
* drivers/rtc/rtc-x1205.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-061-14/+78
* 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
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* rtc-x1205: unconditionally set date when setting clockJohannes Weiner2009-12-161-35/+18
* rtc-x1205: reset clock to sane state after power failureJohannes Weiner2009-12-011-2/+2
* rtc-x1205: fix rtc_time to y2k register value conversionJohannes Weiner2009-12-011-1/+1
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-15/+15
* rtc-x1205: Fix alarm setMichael Hamel2008-07-041-20/+91
* i2c: Convert most new-style drivers to use module aliasingJean Delvare2008-04-291-0/+7
* i2c: Add support for device alias namesJean Delvare2008-04-291-1/+2
* rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-20/+20
* rtc-x1205: new style conversionAlessandro Zummo2008-04-281-87/+43
* i2c: normal_i2c can be made const (rtc drivers)Jean Delvare2008-01-271-1/+1
* i2c: Delete outdated x1205 driver documentationJean Delvare2007-07-121-1/+4
* i2c: Stop using i2c_adapter.class_devJean Delvare2007-02-131-1/+1
* [PATCH] RTCs don't use i2c_adapter.devDavid Brownell2006-12-101-5/+5
* [PATCH] RTC: handle sysfs errorsJeff Garzik2006-12-071-2/+10
* [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: fix proc outputAlessandro Zummo2006-04-111-2/+0
* [PATCH] RTC subsystem: whitespaces and error messages cleanupAlessandro Zummo2006-04-111-3/+0
* [PATCH] RTC subsystem: X1205 sysfs cleanupAlessandro Zummo2006-04-111-10/+12
* [PATCH] RTC subsystem: X1205 driverAlessandro Zummo2006-03-271-0/+619