aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-twl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-30rtc: twl: make driver DT onlyNicolae Rosia1-5/+7
2016-11-30rtc: twl: kill static variablesNicolae Rosia1-76/+114
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall1-1/+1
2015-04-17rtc: use more standard kernel logging stylesJoe Perches1-4/+5
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-23drivers/rtc/rtc-twl.c: use devm_*() functionsJingoo Han1-25/+13
2013-07-31drivers/rtc/rtc-twl.c: fix: rtcX/wakealarm attribute isn't createdGrygorii Strashko1-1/+2
2013-07-03drivers/rtc/rtc-twl.c: cleanup with module_platform_driver() conversionPeter Ujfalusi1-11/+1
2013-07-03drivers/rtc/rtc-twl.c: fix rtc_reg_map initializationPeter Ujfalusi1-5/+6
2013-07-03drivers/rtc/rtc-twl.c: ensure IRQ is wakeup enabledKevin Hilman1-2/+14
2013-07-03rtc: rtc-twl: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-06-12drivers/rtc/rtc-twl.c: fix missing device_init_wakeup() when booted with device treeTony Lindgren1-0/+1
2013-04-29rtc: rtc-twl: convert twl4030rtc_driver to dev_pm_opsJingoo Han1-10/+6
2013-02-21drivers/rtc: use of_match_ptr() macroSachin Kamat1-1/+5
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-21mfd/rtc/gpio: twl: No need to allocate bigger buffer for writePeter Ujfalusi1-16/+16
2012-09-17drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman1-0/+5
2012-07-11drivers/rtc/rtc-twl.c: fix threaded IRQ to use IRQF_ONESHOTKevin Hilman1-1/+1
2012-04-12drivers/rtc/rtc-twl.c: use static register while reading timeKonstantin Shlyakhovoy1-5/+38
2012-03-23drivers/rtc/rtc-twl.c: return correct RTC event from ISRVenu Byravarasu1-3/+3
2012-03-23drivers/rtc/rtc-twl.c: simplify RTC interrupt clearingVenu Byravarasu1-1/+1
2012-03-23drivers/rtc/rtc-twl.c: enable RTC irrespective of its prior stateVenu Byravarasu1-10/+2
2012-03-23drivers/rtc/rtc-twl.c: optimize IRQ bit accessVenu Byravarasu1-0/+8
2012-01-10drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030Benoit Cousson1-2/+8
2011-08-26rtc: twl: Fix registration vs. init orderTodd Poynor1-28/+24
2011-08-10rtc: rtc-twl: Remove lockdep related local_irq_enable()Sebastian Reichel1-8/+0
2011-08-10rtc: rtc-twl: Switch to using threaded irqIlkka Koskinen1-1/+1
2011-07-25drivers/rtc/rtc-twl.c: check return value of twl_rtc_write_u8() in twl_rtc_set_time()Jesper Juhl1-1/+1
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz1-13/+0
2010-03-06rtc-twl: Storage class should be before const qualifierTobias Klauser1-2/+2
2009-12-14rtc: Add twl6030 RTC supportBalaji T K1-41/+111
2009-12-13mfd: Rename twl4030_ routines in rtc-twl.cBalaji T K1-68/+68
2009-12-13mfd: Rename all twl4030_i2c*Balaji T K1-7/+7
2009-12-13mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar1-0/+540