aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-ab8500.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-08rtc: ab8500: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla1-1/+5
2015-09-05rtc: ab8500: Add a sentinel to ab85xx_rtc_ids[]Fabio Estevam1-0/+1
2015-09-05rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} driversJavier Martinez Canillas1-0/+1
2015-06-19rtc: ab8500: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-10rtc/ab8500: set uie_unsupported flagXunlei Pang1-0/+2
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-07-03drivers/rtc/rtc-ab8500.c: add second resolution to rtc driverAlexandre Torgue1-1/+62
2013-07-03rtc: rtc-ab8500: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-29rtc: rtc-ab8500: use devm_*() functionsJingoo Han1-12/+6
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-09-20drivers/rtc/rtc-ab8500.c: Revoke Device Tree enablementLee Jones1-6/+0
2012-07-30drivers/rtc/rtc-ab8500.c: remove fix for AB8500 ED versionBengt Jonsson1-16/+11
2012-07-30drivers/rtc/rtc-ab8500.c: use UIE emulationRamesh Chandrasekaran1-1/+14
2012-07-11drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Device Tree is enabledLee Jones1-1/+7
2012-07-11drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQLee Jones1-1/+1
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-11/+1
2012-01-10rtc/ab8500: add calibration attribute to AB8500 RTCMark Godfrey1-0/+112
2012-01-10drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()Linus Walleij1-3/+3
2012-01-10rtc/ab8500: set can_wake flagAndrew Lynn1-0/+2
2012-01-10rtc/ab8500: don't disable IRQ:s when suspendingRobert Marklund1-2/+2
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij1-1/+1
2010-10-29mfd: Align ab8500 with the abx500 interfaceMattias Wallin1-50/+53
2010-05-27rtc: AB8500 RTC driverVirupax Sadashivpetimath1-0/+363