aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-wm8350.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-29rtc: rtc-wm8350: switch to using SIMPLE_DEV_PM_OPSJingoo Han1-9/+3
2013-04-29rtc: rtc-wm8350: use devm_rtc_device_register()Jingoo Han1-5/+2
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-11/+1
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz1-21/+0
2010-03-07rtc: Suppress duplicate enable/disable of WM8350 update interruptMark Brown1-0/+7
2010-03-07mfd: Add a data argument to the WM8350 IRQ free functionMark Brown1-2/+2
2009-12-16rtc: convert WM8350 RTC driver to dev_pm_opsMark Brown1-4/+10
2009-12-13mfd: Mask and unmask wm8350 IRQs on request and freeMark Brown1-6/+1
2009-12-13mfd: Convert wm8350 IRQ handlers to irq_handler_tMark Brown1-6/+12
2009-04-01rtc-wm8350: retries will reach -1Roel Kluin1-2/+2
2009-04-01rtc: convert wm8350 use new alarm and update operationsMark Brown1-21/+18
2008-11-12rtc: rtc-wm8350: add support for WM8350 RTCMark Brown1-0/+514