summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-max6902.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* drivers/rtc/rtc-max6902.c: remove empty functionSachin Kamat2013-07-031-6/+0
* drivers/rtc/rtc-max6902.c: remove unwanted spacesSachin Kamat2013-07-031-3/+3
* drivers/rtc/rtc-max6902.c: use register defines instead of magic numbersAxel Lin2013-04-291-10/+10
* rtc: rtc-max6902: use spi_set_drvdata()Jingoo Han2013-04-291-1/+1
* rtc: rtc-max6902: use devm_rtc_device_register()Jingoo Han2013-04-291-5/+2
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* rtc: convert rtc spi drivers to module_spi_driverAxel Lin2012-03-231-11/+1
* drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen2012-01-101-1/+0
* rtc: rtc-max6902 - set driver data in max6902_probe()Axel Lin2011-01-131-1/+2
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
* rtc: rtc-max6902 fixesAlessandro Zummo2009-01-061-138/+38
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-16/+16
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-2/+0
* rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-2/+2
* spi: use simplified spi_sync() calling conventionMarc Pignat2007-12-051-9/+3
* rtc-max6902 minor fixesDavid Brownell2007-08-221-3/+3
* [PATCH] rtc-max6902: month conversion fixFrancisco Larramendi2006-10-171-1/+1
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-011-1/+1
* [PATCH] Add max6902 RTC supportRaphael Assenat2006-06-251-0/+286