aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/twl4030-vibra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08Input: twl4030-vibra - fix sibling-node lookupJohan Hovold1-2/+4
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-1/+1
2016-04-20Input: twl4030-vibra - do not reparent to grandparentDmitry Torokhov1-1/+0
2015-08-05Input: twl4030-vibra - fix ERROR: Bad of_node_put() warningMarek Belisko1-1/+2
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-4/+2
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-04Input: twl4030-vibra - add missing of_node_putLibo Chen1-1/+3
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+1
2013-01-21Input: twl4030-vibra - Use system workqueuePeter Ujfalusi1-18/+1
2013-01-21Input: twl4030-vibra - switch to using managed resourcesPeter Ujfalusi1-22/+4
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-18input: twl4030-vibra: Support for DT booted kernelPeter Ujfalusi1-2/+16
2012-03-12Input: twl4030-vibra - really switch from #if to #ifdefDmitry Torokhov1-1/+1
2012-02-24Input: twl4030-vibra - use proper guard for PM methodsDmitry Torokhov1-4/+2
2011-11-30Input: misc - use macro module_platform_driver()JJ Ding1-13/+1
2011-07-04MFD: twl4030-audio: Rename platform dataPeter Ujfalusi1-1/+1
2011-07-04MFD: twl4030-codec -> twl4030-audio: Rename the driverPeter Ujfalusi1-5/+5
2011-05-26mfd: Use mfd cell platform_data for twl4030 codec cells platform bitsSamuel Ortiz1-2/+1
2011-03-23mfd: mfd_cell is now implicitly available to twl4030 driversAndres Salomon1-1/+2
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-2/+2
2010-05-22Input: twl4030-vibra - correct the power down sequencePeter Ujfalusi1-1/+1
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
2010-03-09Input: add driver for TWL4030 vibrator deviceJari Vanhala1-0/+297