aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/twl6040-vibra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-14Input: remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-15/+1
2018-01-08Input: twl6040-vibra - fix child-node lookupJohan Hovold1-2/+1
2016-05-16Merge branch 'next' into for-linusDmitry Torokhov1-13/+2
2016-05-09Input: twl6040-vibra - fix DT node memory managementH. Nikolaus Schaller1-0/+1
2016-04-25Input: twl6040-vibra - remove mutexH. Nikolaus Schaller1-13/+2
2016-04-25Input: twl6040-vibra - fix atomic schedule panicH. Nikolaus Schaller1-8/+8
2016-04-20Input: twl6040-vibra - do not reparent to grandparentDmitry Torokhov1-1/+0
2016-04-19Input: twl6040-vibra - ignore return value of schedule_workH. Nikolaus Schaller1-5/+1
2016-04-19Input: twl6040-vibra - fix NULL pointer dereference by removing workqueueH. Nikolaus Schaller1-2/+1
2015-05-15Input: twl6040-vibra - pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-3/+1
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-3/+1
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-14Input: twl6040-vibra - use devm functionsFabio Estevam1-51/+32
2014-01-06Input: twl6040-vibra - remove unneeded check for CONFIG_OFDmitry Torokhov1-4/+1
2014-01-04Input: twl6040-vibra - add missing of_node_putLibo Chen1-0/+3
2013-08-12Input: twl6040-vibra - remove support for legacy (pdata) modePeter Ujfalusi1-26/+15
2013-01-25Input: twl6040-vibra - use system workqueuePeter Ujfalusi1-10/+1
2013-01-25Input: twl6040-vibra - code cleanup in probe with devm_* conversionPeter Ujfalusi1-54/+45
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-06-12Input: twl6040-vibra - update for device tree supportPeter Ujfalusi1-18/+24
2012-05-10Input: tl6040-vibra - Device Tree supportPeter Ujfalusi1-11/+35
2012-04-16mfd: Convert twl6040 to i2c driver, and separate it from twl corePeter Ujfalusi1-2/+2
2011-11-30Input: misc - use macro module_platform_driver()JJ Ding1-12/+1
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-7/+14
2011-10-12Input: twl6040-vibra: Check the selected path for vibraPeter Ujfalusi1-0/+7
2011-10-12Input: twl6040: Simplify vibra regsiter definitionsPeter Ujfalusi1-6/+6
2011-09-19Input: twl6040-vibra: Use accessor to get revision informationPeter Ujfalusi1-1/+1
2011-09-09Input: twl6040-vibra - fix compiler warningRandy Dunlap1-1/+1
2011-07-07input: twl6040-vibra: Do not use wrapper for irq requestPeter Ujfalusi1-5/+12
2011-07-04input: Add initial support for TWL6040 vibratorMisael Lopez Cruz1-0/+416