summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/gpio_mouse.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* Input: gpio_mouse - add device tree probingLinus Walleij2017-10-201-0/+8
* Input: gpio_mouse - convert to use GPIO descriptorsLinus Walleij2017-10-201-124/+67Star
* Input: gpio_mouse - rename platform data variablesLinus Walleij2017-10-201-20/+20
* Input: gpio_mouse - kill off platform dataLinus Walleij2017-10-201-7/+52
* input: mouse: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Input: gpio_mouse - remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-3/+0Star
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.hMark Brown2012-04-101-1/+1
* Input: mouse - use macro module_platform_driver()JJ Ding2011-12-011-12/+1Star
* Input: update author email for gpio_mouse, at32psif, and atmel-wm97xxHans-Christian Egtvedt2011-06-291-1/+1
* Input: gpio_mouse - use standard driver registration methodSaeed Bishara2009-07-081-6/+5Star
* trivial: fix typo "varaible" -> "variable"Uwe Kleine-Koenig2009-03-301-1/+1
* Input: make some variables and functions staticRoel Kluin2008-12-201-1/+1
* Input: remove version.h from drivers that don't need itHuang Weiyi2008-08-181-1/+0Star
* Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers2008-04-241-0/+4
* Input: add gpio-mouse driverHans-Christian Egtvedt2007-07-101-0/+196