aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-wm831x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2019-07-13rtc: wm831x: Add IRQF_ONESHOT flagHariprasad Kelam1-1/+2
2019-04-29rtc: Use dev_get_drvdata()Kefeng Wang1-11/+7
2019-04-29rtc: wm831x: use .set_timeAlexandre Belloni1-3/+5
2019-04-04rtc: wm831x: convert to SPDX identifierAlexandre Belloni1-5/+1
2019-04-04rtc: wm831x: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-12/+4
2019-04-04rtc: wm831x: remove unnecessary gotoAlexandre Belloni1-4/+1
2019-04-04rtc: wm831x: set rangeAlexandre Belloni1-6/+10
2018-03-01rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni1-1/+1
2013-07-03drivers/rtc/rtc-wm831x.c: remove empty functionSachin Kamat1-6/+0
2013-04-29rtc: rtc-wm831x: use devm_rtc_device_register()Jingoo Han1-5/+1
2013-02-21rtc: rtc-wm831x: use devm_request_threaded_irq()Jingoo Han1-5/+4
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-07-19rtc: wm831x: Feed the write counter into device_add_randomness()Mark Brown1-1/+23
2012-05-20mfd: Convert wm831x to irq_domainMark Brown1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-11/+1
2012-01-10drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()Mark Brown1-3/+1
2012-01-10drivers/rtc/rtc-wm831x.c: remove unused period IRQ handlerMark Brown1-20/+0
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz1-16/+0
2010-05-25rtc: use genirq directly in rtc-wm831xMark Brown1-8/+8
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
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-09-17rtc: Add support for RTCs on Wolfson WM831x devicesMark Brown1-0/+523