aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/gpio_mouse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-19Input: gpio_mouse - add device tree probingLinus Walleij1-0/+8
2017-10-19Input: gpio_mouse - convert to use GPIO descriptorsLinus Walleij1-124/+67
2017-10-19Input: gpio_mouse - rename platform data variablesLinus Walleij1-20/+20
2017-10-19Input: gpio_mouse - kill off platform dataLinus Walleij1-7/+52
2014-10-20input: mouse: 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
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-05Input: gpio_mouse - remove redundant platform_set_drvdata()Sachin Kamat1-3/+0
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-04-10Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.hMark Brown1-1/+1
2011-11-30Input: mouse - use macro module_platform_driver()JJ Ding1-12/+1
2011-06-29Input: update author email for gpio_mouse, at32psif, and atmel-wm97xxHans-Christian Egtvedt1-1/+1
2009-07-07Input: gpio_mouse - use standard driver registration methodSaeed Bishara1-6/+5
2009-03-30trivial: fix typo "varaible" -> "variable"Uwe Kleine-Koenig1-1/+1
2008-12-20Input: make some variables and functions staticRoel Kluin1-1/+1
2008-08-18Input: remove version.h from drivers that don't need itHuang Weiyi1-1/+0
2008-04-24Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers1-0/+4
2007-07-10Input: add gpio-mouse driverHans-Christian Egtvedt1-0/+196