summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/wm97xx-core.c
AgeCommit message (Expand)AuthorLines
2014-10-24Input: wm97xx - adapt parameters to tosa touchscreen.Dmitry Eremin-Solenikov-2/+2
2013-12-06Input: use dev_get_platdata()Jingoo Han-1/+1
2013-03-12Input: wm97xx - drop out of range inputsMarkus Pargmann-0/+11
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2010-09-05Input: wm97xx-core - add retries to wm97xx_read_aux_adcEric Millbrandt-2/+13
2010-09-05Input: wm97xx-core - simplify error path in wm97xx_probe()Axel Lin-2/+1
2010-05-19Input: wm9712 - fix wm97xx_set_gpio() logicManuel Lauss-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-09-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov-2/+4
2009-09-04wm97xx-core: Pass platform_data to batteryMarek Vasut-0/+3
2009-07-20Input: wm97xx - add possibility to control the GPIO_STATUS shiftMarek Vasut-2/+4
2009-06-15input: remove driver_data direct access of struct deviceGreg Kroah-Hartman-1/+1
2009-05-01Input: wm97xx - do not access dev->driver_data directlyGreg Kroah-Hartman-1/+1
2009-04-11Input: wm97xx - don't specify IRQF_SAMPLE_RANDOMMark Brown-2/+1
2009-03-08Input: wm97xx - add BTN_TOUCH event to wm97xx to use it with AndroidMike Rapoport-4/+9
2008-10-15Merge branch 'next' into for-linusDmitry Torokhov-3/+2
2008-10-13Input: wm97xx - update email address for Liam GirdwoodLiam Girdwood-3/+2
2008-08-18Input: remove version.h from drivers that don't need itHuang Weiyi-1/+0
2008-05-27Input: wm97xx-core - fix race on PHY initMark Brown-11/+11
2008-05-27Input: wm97xx-core - fix driver nameMark Brown-1/+1
2008-05-27Input: wm97xx-core - report a phys for WM97xx touchscreensMark Brown-0/+1
2008-04-17Input: wm97xx-core - support use as a wakeup sourceMark Brown-0/+39
2008-04-17Input: wm97xx-core - use IRQF_SAMPLE_RANDOMMark Brown-1/+2
2008-04-17Input: wm97xx-core - only schedule interrupt handler if not already scheduledMark Brown-7/+7
2008-04-02Input: add support for WM97xx familty touchscreensMark Brown-0/+789