aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/wm97xx-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+2
2018-10-15Input: wm97xx-ts - fix exit pathRandy Dunlap1-1/+2
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2017-09-19Input: wm97xx: add new AC97 bus supportRobert Jarzmik1-1/+55
2017-09-19Input: wm97xx: split out touchscreen registeringRobert Jarzmik1-81/+115
2017-01-24Input: wm97xx - make missing platform data non-fatalManuel Lauss1-1/+1
2016-11-23power_supply: wm97xx_battery: use power_supply_get_drvdataRobert Jarzmik1-1/+1
2016-08-25Input: wm97xx - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar1-1/+1
2015-08-21ALSA: ac97: Switch to dev_pm_opsLars-Peter Clausen1-9/+4
2014-10-24Input: wm97xx - adapt parameters to tosa touchscreen.Dmitry Eremin-Solenikov1-2/+2
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+1
2013-03-12Input: wm97xx - drop out of range inputsMarkus Pargmann1-0/+11
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-09-05Input: wm97xx-core - add retries to wm97xx_read_aux_adcEric Millbrandt1-2/+13
2010-09-05Input: wm97xx-core - simplify error path in wm97xx_probe()Axel Lin1-2/+1
2010-05-19Input: wm9712 - fix wm97xx_set_gpio() logicManuel Lauss1-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
2009-09-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Anton Vorontsov1-2/+4
2009-09-04wm97xx-core: Pass platform_data to batteryMarek Vasut1-0/+3
2009-07-20Input: wm97xx - add possibility to control the GPIO_STATUS shiftMarek Vasut1-2/+4
2009-06-15input: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-1/+1
2009-05-01Input: wm97xx - do not access dev->driver_data directlyGreg Kroah-Hartman1-1/+1
2009-04-11Input: wm97xx - don't specify IRQF_SAMPLE_RANDOMMark Brown1-2/+1
2009-03-08Input: wm97xx - add BTN_TOUCH event to wm97xx to use it with AndroidMike Rapoport1-4/+9
2008-10-15Merge branch 'next' into for-linusDmitry Torokhov1-3/+2
2008-10-13Input: wm97xx - update email address for Liam GirdwoodLiam Girdwood1-3/+2
2008-08-18Input: remove version.h from drivers that don't need itHuang Weiyi1-1/+0
2008-05-27Input: wm97xx-core - fix race on PHY initMark Brown1-11/+11
2008-05-27Input: wm97xx-core - fix driver nameMark Brown1-1/+1
2008-05-27Input: wm97xx-core - report a phys for WM97xx touchscreensMark Brown1-0/+1
2008-04-17Input: wm97xx-core - support use as a wakeup sourceMark Brown1-0/+39
2008-04-17Input: wm97xx-core - use IRQF_SAMPLE_RANDOMMark Brown1-1/+2
2008-04-17Input: wm97xx-core - only schedule interrupt handler if not already scheduledMark Brown1-7/+7
2008-04-02Input: add support for WM97xx familty touchscreensMark Brown1-0/+789