summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Input: sirfsoc-onkey - set the capability of reporting KEY_POWERXianglong Du2014-03-281-0/+1
* | | | | Input: da9052_onkey - use correct register bit for key statusAnthony Olech2014-03-261-13/+16
* | | | | Input: wistron_btns - simplify dependenciesJean Delvare2014-03-231-1/+1
* | | | | Input: olpc_apsp - fix dependencies of OLPC AP-SP driverJean Delvare2014-03-231-1/+1
* | | | | Input: hp_sdc - use del_timer_sync() in exit pathThomas Gleixner2014-03-231-1/+1
* | | | | Merge tag 'v3.14-rc4' into nextDmitry Torokhov2014-03-0111-31/+57
|\| | | |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-01-24182-723/+1097
| |\| | |
| | * | | Merge branch 'next' into for-linusDmitry Torokhov2014-01-23182-721/+1093
| | |\ \ \
| | * | | | Input: xpad - add new USB IDs for Logitech F310 and F710Petr Sebor2014-01-021-0/+2
| | * | | | Input: xpad - change D-PAD mapping on Razer devicesThomaz de Oliveira dos Reis2014-01-021-2/+2
| * | | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-121-1/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-1/+1
| | | | |_|/ | | | |/| |
| * | | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-3/+10
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm...Olof Johansson2013-12-261-3/+10
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Input: tegra-kbc - use reset frameworkStephen Warren2013-12-111-3/+10
| * | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-01-231-2/+0
| |\ \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *---. \ \ \ \ \ Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for...Russell King2014-01-211-2/+0
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | / / / | | | |_|_|_|/ / / | | |/| | | | / / | | | | | |_|/ / | | | | |/| | |
| | | | | * | | ARM: 7904/1: input: ambakmi: Remove unnecessary amba_set_drvdata()Michal Simek2013-12-291-2/+0
| | | | | |/ /
| * | | | | | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-221-0/+4
| |\ \ \ \ \ \
| | * | | | | | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-0/+4
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfdLinus Torvalds2014-01-213-4/+4
| |\ \ \ \ \ \
| | * | | | | | mfd: mc13xxx: Remove useless symbol MFD_MC13783Alexander Shiyan2014-01-212-2/+2
| | * | | | | | Merge tag 'ib-iio-input-3.13-1' into for-mfd-nextLee Jones2014-01-211-2/+2
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | mfd: ti_am335x_tscadc: Don't read back REG_SESebastian Andrzej Siewior2014-01-071-2/+2
| | | | |_|/ / | | | |/| | |
| * | | | | | Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-01-201-13/+15
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge 3.13-rc4 into tty-nextGreg Kroah-Hartman2013-12-1611-22/+254
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | tty: Always handle NULL flag ptrPeter Hurley2013-12-081-13/+15
| | | |_|/ / | | |/| | |
| * | | | | Input: allocate absinfo data when setting ABS capabilityDmitry Torokhov2013-12-311-0/+4
| * | | | | Input: zforce - fix possible driver hang during suspendHeiko Stübner2013-12-151-6/+15
| | |/ / / | |/| | |
* | | | | Input: imx_keypad - Propagate the real error code on platform_get_irq() failureFabio Estevam2014-02-171-2/+2
* | | | | Input: sirfsoc-onkey - update copyright years to 2014Barry Song2014-02-151-1/+2
* | | | | Input: sirfsoc-onkey - report release event by detecting pin statusXianglong Du2014-02-151-11/+32
* | | | | Input: sirfsoc-onkey - use dev_get_drvdata instead of platform_get_drvdataXianglong Du2014-02-151-3/+2
* | | | | Input: sirfsoc-onkey - fix namespace pwrc_resume functionXianglong Du2014-02-151-2/+2
* | | | | Input: sirfsoc-onkey - drop the IRQF_SHARED flagBarry Song2014-02-151-1/+1
* | | | | Input: sirfsoc-onkey - implement open and close methodsDmitry Torokhov2014-02-151-10/+43
* | | | | Input: ims-pcu - add commands supported by the new version of the FWAndrey Smirnov2014-02-121-6/+248
* | | | | Input: ims-pcu - fix error unwinding path in application modeDmitry Torokhov2014-02-121-2/+2
* | | | | Input: uinput - add UI_GET_SYSNAME ioctl to retrieve the sysfs pathBenjamin Tissoires2014-02-121-0/+43
* | | | | Input: uinput - breaks by goto out in uinput_ioctl_handlerBenjamin Tisssoires2014-01-301-29/+27
* | | | | Input: zforce - add devicetree supportHeiko Stübner2014-01-271-2/+55
* | | | | Input: zforce - use internal pdata pointer instead of dev_get_platdataHeiko Stübner2014-01-271-3/+3
* | | | | Input: zforce - reduce stack memory allocated to framesLuis Ortega2014-01-271-1/+2
* | | | | Input: zforce - remove unnecessary payload data checksLuis Ortega2014-01-271-1/+1
* | | | | Input: zforce - fix lines exceeding 80 columnsLuis Ortega2014-01-271-7/+12
* | | | | Input: zforce - fix spelling errorsLuis Ortega2014-01-271-5/+5
* | | | | Input: gtco - fix usb_dev leakAlexey Khoroshilov2014-01-271-1/+1
* | | | | Input: wistron_btns - add FS AMILO Pro 8210 supportJakub Bogusz2014-01-271-0/+19
| |_|_|/ |/| | |
* | | | Input: wacom - add support for DTU-1031Ping Cheng2014-01-202-2/+76
OpenPOWER on IntegriCloud