summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+4
2014-01-21Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfdLinus Torvalds3-4/+4
2014-01-21mfd: mc13xxx: Remove useless symbol MFD_MC13783Alexander Shiyan2-2/+2
2014-01-21Merge tag 'ib-iio-input-3.13-1' into for-mfd-nextLee Jones1-2/+2
2014-01-20Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-13/+15
2014-01-07mfd: ti_am335x_tscadc: Don't read back REG_SESebastian Andrzej Siewior1-2/+2
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+4
2013-12-31Input: allocate absinfo data when setting ABS capabilityDmitry Torokhov1-0/+4
2013-12-16Merge 3.13-rc4 into tty-nextGreg Kroah-Hartman11-22/+254
2013-12-15Input: zforce - fix possible driver hang during suspendHeiko Stübner1-6/+15
2013-12-09Input: adxl34x - Fix bug in definition of ADXL346_2D_ORIENTMichael Hennerich1-1/+1
2013-12-09Input: serio - fix sysfs layoutDmitry Torokhov1-7/+17
2013-12-09Merge tag 'v3.13-rc3' into for-linusDmitry Torokhov9-64/+78
2013-12-08tty: Always handle NULL flag ptrPeter Hurley1-13/+15
2013-12-05Input: ALPS - add support for DualPoint device on Dell XT2 modelYunkang Tang2-3/+204
2013-12-05Input: elantech - add support for newer (August 2013) devicesMatt Walker1-0/+1
2013-12-01Input: usbtouchscreen - separate report and transmit buffer size handlingChristian Engelmayer1-4/+18
2013-12-01Input: sur40 - suppress false uninitialized variable warningDmitry Torokhov1-2/+2
2013-11-25Input: keyboard - "keycode & KEY_MAX" changes some keycode valuesAndrew Liu4-5/+11
2013-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-4/+484
2013-11-22Merge branch 'next' into for-linusDmitry Torokhov6-4/+484
2013-11-20Input: atmel-wm97xx - fix compile errorDmitry Torokhov1-1/+1
2013-11-20Input: hp_sdc_rtc - unlock on error in hp_sdc_rtc_read_i8042timer()Dan Carpenter1-1/+4
2013-11-20Input: cyttsp4 - remove unnecessary work pending testXie XiuQi1-2/+1
2013-11-20Input: add sur40 driver for Samsung SUR40 (aka MS Surface 2.0/Pixelsense)Florian Echtler3-0/+478
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds42-126/+1544
2013-11-14Merge branch 'next' into for-linusDmitry Torokhov48-259/+1799
2013-11-14Revert "Input: ALPS - add support for model found on Dell XT2"Dmitry Torokhov1-1/+0
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+5
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-9/+16
2013-11-11Input: usbtouchscreen: ignore eGalax/D-Wav/EETI HIDsForest Bond1-3/+1
2013-11-11Input: ti_am335x_tsc - fix spelling mistake in TSC/ADC DT bindingFelipe Balbi1-1/+8
2013-11-11Input: cyttsp4 - replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-4/+1
2013-11-11Input: mma8450 - add missing i2c_set_clientdata() in mma8450_probe()Wei Yongjun1-1/+3
2013-11-11Input: mpu3050 - add missing i2c_set_clientdata() in mpu3050_probe()Wei Yongjun1-0/+1
2013-11-11Input: tnetv107x-keypad - make irqs signed for error handlingDan Carpenter1-2/+2
2013-11-11Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-3/+4
2013-11-07Merge tag 'staging-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+9
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-43/+44
2013-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-20/+51
2013-10-31Input: add driver for Neonode zForce based touchscreensHeiko Stübner3-0/+850
2013-10-31Input: sh_keysc - enable the driver on all ARM platformsLaurent Pinchart1-1/+1
2013-10-31Input: remove a redundant max() callKang Hu1-1/+1
2013-10-31Input: mousedev - allow disabling even without CONFIG_EXPERTTom Gundersen1-1/+1
2013-10-31Input: allow deselecting serio drivers even without CONFIG_EXPERTTom Gundersen2-5/+5
2013-10-31Input: i8042 - add PNP modaliasesTom Gundersen1-0/+2