aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1672.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-24rtc: use simple i2c probeStephen Kitt1-3/+2
2021-02-06rtc: ds1672: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2019-08-21rtc: ds1672: remove unnecessary checkAlexandre Belloni1-3/+0
2019-04-08rtc: ds1672: switch debug message to %ptRAlexandre Belloni1-4/+1
2019-04-08rtc: ds1672: convert to SPDX identifierAlexandre Belloni1-4/+1
2019-04-08rtc: ds1672: use .set_timeAlexandre Belloni1-2/+3
2019-04-08rtc: ds1672: use rtc_time64_to_tmAlexandre Belloni1-1/+1
2019-04-08rtc: ds1672: remove useless indirectionAlexandre Belloni1-14/+6
2019-04-08rtc: ds1672: remove sysfs debug interfaceAlexandre Belloni1-51/+0
2019-04-08rtc: ds1672: move oscillator handling to .read_timeAlexandre Belloni1-13/+16
2019-04-08rtc: ds1672: set rangeAlexandre Belloni1-5/+11
2019-02-05rtc: ds1672: fix unintended sign extensionColin Ian King1-1/+2
2017-09-01rtc: constify i2c_device_idArvind Yadav1-1/+1
2017-03-09rtc: rtc-ds1672: Add OF device ID tableJavier Martinez Canillas1-1/+8
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-5/+0
2015-06-25rtc: ds1672, max6900, max8998: Add MODULE_DEVICE_TABLEAxel Lin1-0/+1
2014-04-03rtc: fix potential race conditionAlessandro Zummo1-6/+5
2013-07-03drivers/rtc/rtc-ds1672.c: remove empty functionSachin Kamat1-6/+0
2013-04-29rtc: rtc-ds1672: use devm_rtc_device_register()Jingoo Han1-7/+1
2012-10-06drivers/rtc/rtc-ds1672.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-4/+22
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
2009-01-06rtc: use set_mmss when set_time is not availableAlessandro Zummo1-22/+0
2008-12-10rtc: fix missing id_table in rtc-ds1672 and rtc-max6900 driversAlessandro Zummo1-0/+6
2008-10-16rtc-ds1672 new style driverAlessandro Zummo1-80/+34
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-7/+7
2008-01-27i2c: normal_i2c can be made const (rtc drivers)Jean Delvare1-1/+1
2007-02-13i2c: Stop using i2c_adapter.class_devJean Delvare1-1/+1
2006-12-10[PATCH] RTCs don't use i2c_adapter.devDavid Brownell1-1/+1
2006-12-07[PATCH] RTC: handle sysfs errorsJeff Garzik1-2/+7
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: DS1672 cleanupAlessandro Zummo1-19/+10
2006-04-11[PATCH] RTC subsystem: DS1672 oscillator handlingKumar Gala1-3/+58
2006-03-27[PATCH] RTC subsystem: DS1672 driverAlessandro Zummo1-0/+233