aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ab8500.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-17rtc: ab8500: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2021-11-10rtc: ab8500: let the core handle the alarm resolutionGravatar Alexandre Belloni 1-19/+4
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-03-16rtc: ab8500: switch to rtc_time64_to_tm/rtc_tm_to_time64Gravatar Alexandre Belloni 1-5/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Gravatar Thomas Gleixner 1-1/+1
2018-09-28rtc: ab8500: remove useless checkGravatar Alexandre Belloni 1-1/+1
2018-09-28rtc: ab8500: let the core handle rangeGravatar Alexandre Belloni 1-49/+4
2018-09-28rtc: ab8500: use rtc_add_groupGravatar Alexandre Belloni 1-24/+17
2018-03-27rtc: ab8500: Drop AB8540 supportGravatar Linus Walleij 1-55/+0
2018-03-01rtc: stop validating rtc_time after rtc_time_to_tmGravatar Alexandre Belloni 1-1/+1
2015-11-08rtc: ab8500: remove misuse of IRQF_NO_SUSPEND flagGravatar Sudeep Holla 1-1/+5
2015-09-05rtc: ab8500: Add a sentinel to ab85xx_rtc_ids[]Gravatar Fabio Estevam 1-0/+1
2015-09-05rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} driversGravatar Javier Martinez Canillas 1-0/+1
2015-06-19rtc: ab8500: Constify platform_device_idGravatar Krzysztof Kozlowski 1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-10rtc/ab8500: set uie_unsupported flagGravatar Xunlei Pang 1-0/+2
2014-10-20rtc: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-07-03drivers/rtc/rtc-ab8500.c: add second resolution to rtc driverGravatar Alexandre Torgue 1-1/+62
2013-07-03rtc: rtc-ab8500: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-04-29rtc: rtc-ab8500: use devm_*() functionsGravatar Jingoo Han 1-12/+6
2013-01-03Drivers: rtc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-09-20drivers/rtc/rtc-ab8500.c: Revoke Device Tree enablementGravatar Lee Jones 1-6/+0
2012-07-30drivers/rtc/rtc-ab8500.c: remove fix for AB8500 ED versionGravatar Bengt Jonsson 1-16/+11
2012-07-30drivers/rtc/rtc-ab8500.c: use UIE emulationGravatar Ramesh Chandrasekaran 1-1/+14
2012-07-11drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Devic...Gravatar Lee Jones 1-1/+7
2012-07-11drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQGravatar Lee Jones 1-1/+1
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Gravatar Linus Torvalds 1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Gravatar Axel Lin 1-11/+1
2012-01-10rtc/ab8500: add calibration attribute to AB8500 RTCGravatar Mark Godfrey 1-0/+112
2012-01-10drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()Gravatar Linus Walleij 1-3/+3
2012-01-10rtc/ab8500: set can_wake flagGravatar Andrew Lynn 1-0/+2
2012-01-10rtc/ab8500: don't disable IRQ:s when suspendingGravatar Robert Marklund 1-2/+2
2012-01-09mfd: Unify abx500 headers in mfd/abx500Gravatar Linus Walleij 1-1/+1
2010-10-29mfd: Align ab8500 with the abx500 interfaceGravatar Mattias Wallin 1-50/+53
2010-05-27rtc: AB8500 RTC driverGravatar Virupax Sadashivpetimath 1-0/+363