aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-max8925.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-07-03drivers/rtc/rtc-max8925.c: remove empty functionSachin Kamat1-6/+0
2013-07-03rtc: rtc-max8925: remove unnecessary platform_set_drvdata()Jingoo Han1-5/+2
2013-04-29drivers/rtc/rtc-max8925.c: use devm_* APIsSachin Kamat1-17/+9
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-07-09mfd: Transfer rtc max8925 irq from MFD defined resourcesHaojian Zhuang1-6/+7
2012-03-23drivers/rtc/rtc-max8925.c: fix alarm->enabled mistake in max8925_rtc_read_alarm/max8925_rtc_set_alarmKevin Liu1-5/+15
2012-03-23drivers/rtc/rtc-max8925.c: fix max8925_rtc_read_alarm() return value errorKevin Liu1-0/+1
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-0/+26
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-11/+1
2012-01-09rtc: max8925: Add function to work as wakeup sourceKevin Liu1-0/+26
2011-05-06rtc: max8925: Initialize drvdata before registering deviceJohn Stultz1-2/+3
2011-04-28rtc: max8925: Call dev_set_drvdata before rtc_device_registerZhangfei Gao1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07rtc: Enable rtc in max8925Haojian Zhuang1-0/+314