summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: twl6040-vibra - remove mutexH. Nikolaus Schaller2016-04-251-13/+2Star
* Input: bcm_iproc_tsc - use syscon to access shared registersRaveendra Padasalagi2016-04-071-34/+43
* Input: ti_am335x_tsc - use SIMPLE_DEV_PM_OPSDmitry Torokhov2016-04-051-12/+4Star
* Input: omap-keypad - remove set_col_gpio_val() and get_row_gpio_val()Dmitry Torokhov2016-04-051-25/+0Star
* Input: omap-keypad - drop empty PM stubsDmitry Torokhov2016-04-051-21/+0Star
* Input: omap-keypad - remove adjusting of scan delayDmitry Torokhov2016-04-051-5/+1Star
* Input: kbtab - stop saving struct usb_deviceOliver Neukum2016-03-311-4/+4
* Input: gtco - stop saving struct usb_deviceOliver Neukum2016-03-311-12/+12
* Input: aiptek - stop saving struct usb_deviceOliver Neukum2016-03-311-9/+11
* Input: acecad - stop saving struct usb_deviceOliver Neukum2016-03-311-6/+6
* Input: sur40 - fix DMA on stackOliver Neukum2016-03-241-7/+14
* Input: ati_remote2 - fix crashes on detecting device with invalid descriptorVladis Dronov2016-03-241-6/+30
* Input: synaptics - handle spurious release of trackstick buttons, againBenjamin Tissoires2016-03-181-2/+3
* Input: synaptics-rmi4 - remove check of Non-NULL arrayAndrew Duggan2016-03-181-3/+2Star
* Input: byd - enable absolute modeRichard Pospesel2016-03-182-198/+369
* Input: ims-pcu - sanity check against missing interfacesOliver Neukum2016-03-171-0/+4
* Input: melfas_mip4 - add hw_version sysfs attributeSangwon Jee2016-03-171-1/+27
* Merge tag 'v4.5' into nextDmitry Torokhov2016-03-1614-40/+48
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-02-109-21/+33
| |\
| | * Input: colibri-vf50-ts - add missing #include <linux/of.h>Geert Uytterhoeven2016-02-101-0/+1
| | * Input: adp5589 - fix row 5 handling for adp5589Lars-Peter Clausen2016-02-101-3/+4
| | * Input: edt-ft5x06 - fix setting gain, offset, and threshold via device treePhilipp Zabel2016-02-101-6/+12
| | * Input: vmmouse - fix absolute device registrationDmitry Torokhov2016-01-281-6/+7
| | * Input: serio - drop warnings in case of EPROBE_DEFER from serio_find_driver()Grygorii Strashko2016-01-281-1/+1
| | * Input: cap11xx - add missing of_node_putAmitoj Kaur Chawla2016-01-281-2/+6
| | * Input: sirfsoc-onkey - allow modular buildArnd Bergmann2016-01-282-2/+2
| | * Input: xpad - remove unused functionArnd Bergmann2016-01-281-1/+0Star
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-01-233-210/+455
| |\|
| | * Merge branch 'next' into for-linusDmitry Torokhov2016-01-223-210/+455
| | |\
| * | \ Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-211-1/+1
| |\ \ \
| | * | | Input: s3c2410_ts: fix S3C_ADC dependencyArnd Bergmann2015-12-011-1/+1
| * | | | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-1/+1
| |\ \ \ \
| | * \ \ \ Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-2110-11/+64
| | |\ \ \ \
| | * | | | | gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-01-1324-651/+1735
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'next' into for-linusDmitry Torokhov2016-01-1234-675/+1768
| | |\ \ \ \
| | * | | | | Input: i8042 - add Fujitsu Lifebook U745 to the nomux listAurélien Francillon2016-01-031-0/+7
| * | | | | | Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-10/+0Star
| |\ \ \ \ \ \
| | * | | | | | Drivers: hv: vmbus: fix the building warning with hyperv-keyboardDexuan Cui2015-12-211-10/+0Star
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2016-01-111-7/+6Star
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
| | * | | | | [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-6/+5Star
| | |/ / / /
* | | | | | Input: synaptics-rmi4 - using logical instead of bitwise ANDDan Carpenter2016-03-161-2/+2
* | | | | | Input: powermate - fix oops with malicious USB descriptorsJosh Boyer2016-03-141-0/+3
* | | | | | Input: snvs_pwrkey - fix returned value check of syscon_regmap_lookup_by_phan...Vladimir Zapolskiy2016-03-121-2/+2
* | | | | | Merge branch 'synaptics-rmi4' into nextDmitry Torokhov2016-03-1116-0/+6048
|\ \ \ \ \ \
| * | | | | | Input: synaptics-rmi4 - add device tree support to the SPI transport driverAndrew Duggan2016-03-111-1/+43
| * | | | | | Input: synaptics-rmi4 - add SPI transport driverAndrew Duggan2016-03-113-0/+557
| * | | | | | Input: synaptics-rmi4 - add support for F30Andrew Duggan2016-03-115-0/+421
| * | | | | | Input: synaptics-rmi4 - add support for F12Andrew Duggan2016-03-115-0/+473