aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/twl4030-pwrbutton.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27Input: twl4030-pwrbutton - add missing of.h includeDmitry Torokhov1-0/+1
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-1/+1
2017-05-01Input: twl4030-pwrbutton - use input_set_capability() helperSebastian Reichel1-2/+1
2017-05-01Input: twl4030-pwrbutton - use correct device for irq requestSebastian Reichel1-1/+1
2017-01-21Input: misc - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck1-1/+0
2015-05-15Input: twl4030-pwrbutton - pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
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-11-08Input: twl4030-pwrbutton - ensure a wakeup event is recorded.NeilBrown1-0/+1
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-25Input: twl4030-pwrbutton - simplify driver using devm_*Sebastian Reichel1-22/+4
2013-11-25Input: twl4030-pwrbutton - use dev_err for errorsSebastian Reichel1-3/+3
2013-11-25Input: twl4030-pwrbutton - add device tree supportSebastian Reichel1-4/+12
2013-03-17Input: twl4030-pwrbutton - use module_platform_driver_probe macroSachin Kamat1-11/+1
2012-11-24Input: twl4030-pwrbutton - switch to using TWL_MODULE_PM_MASTER definePeter Ujfalusi1-2/+1
2012-08-21Input: twl4030-pwrbutton - report a wakeup_event on button pressNeilBrown1-0/+1
2012-01-10Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov1-2/+13
2011-11-30Input: misc - use macro module_platform_driver()JJ Ding1-13/+2
2011-04-27Input: twl4030-pwrbutton - fix a leak of the IRQ during init failureAxel Lin1-1/+1
2010-07-08Input: twl4030-pwrbutton - replace __devinit with __initMarkus Lehtonen1-6/+6
2009-12-29Input: twl4030-pwrbutton - switch to using threaded IRQFelipe Balbi1-12/+2
2009-12-13mfd: Rename all twl4030_i2c*Balaji T K1-1/+1
2009-12-13mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar1-1/+1
2009-04-19Input: add twl4030-pwrbutton driverFelipe Balbi1-0/+145