aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-max6902.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2013-07-03drivers/rtc/rtc-max6902.c: remove empty functionSachin Kamat1-6/+0
2013-07-03drivers/rtc/rtc-max6902.c: remove unwanted spacesSachin Kamat1-3/+3
2013-04-29drivers/rtc/rtc-max6902.c: use register defines instead of magic numbersAxel Lin1-10/+10
2013-04-29rtc: rtc-max6902: use spi_set_drvdata()Jingoo Han1-1/+1
2013-04-29rtc: rtc-max6902: use devm_rtc_device_register()Jingoo Han1-5/+2
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-03-23rtc: convert rtc spi drivers to module_spi_driverAxel Lin1-11/+1
2012-01-10drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-01-13rtc: rtc-max6902 - set driver data in max6902_probe()Axel Lin1-1/+2
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-01-06rtc: rtc-max6902 fixesAlessandro Zummo1-138/+38
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-16/+16
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-2/+0
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2007-12-05spi: use simplified spi_sync() calling conventionMarc Pignat1-9/+3
2007-08-22rtc-max6902 minor fixesDavid Brownell1-3/+3
2006-10-17[PATCH] rtc-max6902: month conversion fixFrancisco Larramendi1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-06-25[PATCH] Add max6902 RTC supportRaphael Assenat1-0/+286