aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-max6900.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-5/+0
2015-06-25rtc: ds1672, max6900, max8998: Add MODULE_DEVICE_TABLEAxel Lin1-0/+1
2013-11-13drivers/rtc/rtc-max6900.c: remove redundant checksSachin Kamat1-8/+1
2013-07-03drivers/rtc/rtc-max6900.c: remove empty functionSachin Kamat1-6/+0
2013-04-29rtc: rtc-max6900: use devm_rtc_device_register()Jingoo Han1-7/+2
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin1-12/+1
2010-08-11rtc/max6900: use rtc_valid_tm() to check returning tmWan ZongShun1-1/+1
2008-12-10rtc: fix missing id_table in rtc-ds1672 and rtc-max6900 driversAlessandro Zummo1-0/+6
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-16/+16
2008-10-16rtc-max6900 new style driverAlessandro Zummo1-154/+69
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-01-27i2c: normal_i2c can be made const (rtc drivers)Jean Delvare1-1/+1
2007-07-21rtc: update and use the MAX6900 century byteDale Farnsworth1-24/+72
2007-05-08rtc: add RTC class driver for the Maxim MAX6900Dale Farnsworth1-0/+311