index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
mouse
/
gpio_mouse.c
Age
Commit message (
Expand
)
Author
2019-10-04
Input: gpio_mouse - switch to using input device polling mode
Dmitry Torokhov
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2017-10-19
Input: gpio_mouse - add device tree probing
Linus Walleij
2017-10-19
Input: gpio_mouse - convert to use GPIO descriptors
Linus Walleij
2017-10-19
Input: gpio_mouse - rename platform data variables
Linus Walleij
2017-10-19
Input: gpio_mouse - kill off platform data
Linus Walleij
2014-10-20
input: mouse: drop owner assignment from platform_drivers
Wolfram Sang
2014-01-06
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-12-06
Input: use dev_get_platdata()
Jingoo Han
2013-05-05
Input: gpio_mouse - remove redundant platform_set_drvdata()
Sachin Kamat
2012-11-24
Input: remove use of __devexit
Bill Pemberton
2012-11-24
Input: remove use of __devinit
Bill Pemberton
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
2012-04-10
Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.h
Mark Brown
2011-11-30
Input: mouse - use macro module_platform_driver()
JJ Ding
2011-06-29
Input: update author email for gpio_mouse, at32psif, and atmel-wm97xx
Hans-Christian Egtvedt
2009-07-07
Input: gpio_mouse - use standard driver registration method
Saeed Bishara
2009-03-30
trivial: fix typo "varaible" -> "variable"
Uwe Kleine-Koenig
2008-12-20
Input: make some variables and functions static
Roel Kluin
2008-08-18
Input: remove version.h from drivers that don't need it
Huang Weiyi
2008-04-24
Input: add MODULE_ALIAS() to hotpluggable platform modules
Kay Sievers
2007-07-10
Input: add gpio-mouse driver
Hans-Christian Egtvedt