summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1672.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: ds1672: fix unintended sign extensionColin Ian King2019-02-051-1/+2
* rtc: constify i2c_device_idArvind Yadav2017-09-011-1/+1
* rtc: rtc-ds1672: Add OF device ID tableJavier Martinez Canillas2017-03-091-1/+8
* rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-201-5/+0Star
* rtc: ds1672, max6900, max8998: Add MODULE_DEVICE_TABLEAxel Lin2015-06-251-0/+1
* rtc: fix potential race conditionAlessandro Zummo2014-04-041-6/+5Star
* drivers/rtc/rtc-ds1672.c: remove empty functionSachin Kamat2013-07-041-6/+0Star
* rtc: rtc-ds1672: use devm_rtc_device_register()Jingoo Han2013-04-301-7/+1Star
* drivers/rtc/rtc-ds1672.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-051-4/+22
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-241-12/+1Star
* rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker2011-11-011-0/+1
* rtc: use set_mmss when set_time is not availableAlessandro Zummo2009-01-071-22/+0Star
* rtc: fix missing id_table in rtc-ds1672 and rtc-max6900 driversAlessandro Zummo2008-12-101-0/+6
* rtc-ds1672 new style driverAlessandro Zummo2008-10-161-80/+34Star
* rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-7/+7
* i2c: normal_i2c can be made const (rtc drivers)Jean Delvare2008-01-271-1/+1
* i2c: Stop using i2c_adapter.class_devJean Delvare2007-02-131-1/+1
* [PATCH] RTCs don't use i2c_adapter.devDavid Brownell2006-12-101-1/+1
* [PATCH] RTC: handle sysfs errorsJeff Garzik2006-12-071-2/+7
* [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/+0Star
* [PATCH] RTC subsystem: DS1672 cleanupAlessandro Zummo2006-04-111-19/+10Star
* [PATCH] RTC subsystem: DS1672 oscillator handlingKumar Gala2006-04-111-3/+58
* [PATCH] RTC subsystem: DS1672 driverAlessandro Zummo2006-03-271-0/+233