summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/twl4030-pwrbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Input: misc - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-211-1/+0
* Input: twl4030-pwrbutton - pass the IRQF_ONESHOT flagFabio Estevam2015-05-151-1/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * input: misc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | Input: twl4030-pwrbutton - ensure a wakeup event is recorded.NeilBrown2014-11-081-0/+1
|/
* Input: twl4030-pwrbutton - simplify driver using devm_*Sebastian Reichel2013-11-251-22/+4
* Input: twl4030-pwrbutton - use dev_err for errorsSebastian Reichel2013-11-251-3/+3
* Input: twl4030-pwrbutton - add device tree supportSebastian Reichel2013-11-251-4/+12
* Input: twl4030-pwrbutton - use module_platform_driver_probe macroSachin Kamat2013-03-171-11/+1
* Input: twl4030-pwrbutton - switch to using TWL_MODULE_PM_MASTER definePeter Ujfalusi2012-11-241-2/+1
* Input: twl4030-pwrbutton - report a wakeup_event on button pressNeilBrown2012-08-211-0/+1
* Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov2012-01-101-2/+13
* Input: misc - use macro module_platform_driver()JJ Ding2011-11-301-13/+2
* Input: twl4030-pwrbutton - fix a leak of the IRQ during init failureAxel Lin2011-04-271-1/+1
* Input: twl4030-pwrbutton - replace __devinit with __initMarkus Lehtonen2010-07-081-6/+6
* Input: twl4030-pwrbutton - switch to using threaded IRQFelipe Balbi2009-12-291-12/+2
* mfd: Rename all twl4030_i2c*Balaji T K2009-12-131-1/+1
* mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar2009-12-131-1/+1
* Input: add twl4030-pwrbutton driverFelipe Balbi2009-04-191-0/+145