aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/wm831x-ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2014-10-20input: touchscreen: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-12-24Input: wm831x-ts - convert to devm_input_allocate_device()Mark Brown1-3/+1
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-10-30Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changesDmitry Torokhov1-1/+1
2012-10-11Input: wm831x-ts - convert to devm_kzalloc()Mark Brown1-3/+2
2012-10-11Input: wm831x-ts - remove unneeded clearing of driver dataMark Brown1-1/+0
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-05-20mfd: Convert wm831x to irq_domainMark Brown1-4/+5
2011-11-30Input: touchscreen - use macro module_platform_driver()JJ Ding1-12/+1
2011-04-27Input: wm831x-ts - move BTN_TOUCH reporting to data transferMark Brown1-3/+2
2011-04-27Input: wm831x-ts - allow IRQ flags to be specifiedMark Brown1-3/+13
2011-04-27Input: wm831x-ts - fix races with IRQ managementMark Brown1-5/+49
2011-03-14Input: wm831x-ts - ensure the controller is in a known state on openMark Brown1-1/+3
2011-03-12Input: wm831x-ts - default pressure measurements onMark Brown1-1/+4
2011-01-31Input: wm831x-ts - remove use of ternary operatorMark Brown1-5/+13
2011-01-30Input: wm831x - add driver for Wolfson WM831x PMIC touchscreen controllersMark Brown1-0/+355