aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-23Input: silead - add OF device ID tableJavier Martinez Canillas1-0/+13
2017-03-23input: touchscreen: mxs-lradc: Add support for touchscreenKsenija Stanojevic3-0/+725
2017-03-21input: utilize new cdev_device_add helper functionLogan Gunthorpe3-27/+6
2017-03-17Input: convert remaining uses of pr_warning to pr_warnJoe Perches5-12/+14
2017-03-17Input: ALPS - fix trackstick button handling on V8 devicesMasaki Ota1-4/+2
2017-03-17Input: ALPS - fix V8+ protocol handling (73 03 28)Masaki Ota2-16/+61
2017-03-17Input: soc_button_array - add support for ACPI 6.0 Generic Button DeviceHans de Goede1-1/+158
2017-03-17Input: soc_button_array - get rid of MAX_NBUTTONSHans de Goede1-8/+11
2017-03-16Input: sur40 - validate number of endpoints before using themJohan Hovold1-0/+3
2017-03-16Input: kbtab - validate number of endpoints before using themJohan Hovold1-0/+3
2017-03-16Input: hanwang - validate number of endpoints before using themJohan Hovold1-0/+3
2017-03-16Input: yealink - validate number of endpoints before using themJohan Hovold1-0/+4
2017-03-16Input: ims-pcu - validate number of endpoints before using themJohan Hovold1-0/+4
2017-03-16Input: cm109 - validate number of endpoints before using themJohan Hovold1-0/+4
2017-03-16Input: iforce - validate number of endpoints before using themJohan Hovold1-0/+3
2017-03-16Input: soc_button_array - Propagate error from gpiod_count()Andy Shevchenko1-2/+3
2017-03-15Input: tps6507x-ts - update to devm_* APIYegor Yefremov1-28/+5
2017-03-10Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fwMatjaz Hegedic1-9/+11
2017-03-10Input: i8042 - add TUXEDO BU1406 (N24_25BU) to the nomux listDmitry Torokhov1-0/+7
2017-03-10Input: synaptics-rmi4 - prevent null pointer dereference in f30Benjamin Tissoires1-0/+4
2017-03-09Input: dm355evm_keys - switch to using managed resourcesDmitry Torokhov1-50/+26
2017-03-09Input: wistron_btns - remove use of sparse_keymap_freeDmitry Torokhov1-4/+1
2017-03-09Input: dm355evm_keys - remove use of sparse_keymap_freeDmitry Torokhov1-6/+3
2017-03-09Merge branch 'ib/4.10-sparse-keymap-managed' into nextDmitry Torokhov6-40/+35
2017-03-09Input: soc_button_array - use NULL for GPIO connection IDHans de Goede1-2/+2
2017-03-09Input: axp20x-pek - do not register input device on some systemsHans de Goede1-3/+12
2017-03-09Input: axp20x_pek - add axp20x_pek_probe_input_device helperHans de Goede1-18/+29
2017-03-09Input: axp20x-pek - use our own device for errorsHans de Goede1-4/+4
2017-03-09Input: drv260x - remove OF dependencyJingkui Wang1-3/+1
2017-03-08Input: sparse-keymap - use a managed allocation for keymap copyMichał Kępień1-30/+9
2017-03-07Input: pwm-beeper - support customized freq for SND_BELLGuan Ben1-1/+14
2017-03-07Input: alps - cleanup alps_model_dataPali Rohár2-36/+25
2017-03-07Input: alps - warn about unsupported ALPS V9 touchpadPali Rohár2-0/+11
2017-03-07Input: alps - move ALPS_PROTO_V4 out of alps_model_data tablePali Rohár1-2/+8
2017-03-07Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000Kai-Heng Feng1-0/+7
2017-03-01Input: rmi4 - f30: detect INPUT_PROP_BUTTONPAD from the button countBenjamin Tissoires1-2/+3
2017-03-01Input: ad7879 - do not manipulate capability bits directlyDmitry Torokhov1-7/+2
2017-03-01Input: ad7879 - try parsing properties on non-DT systemsDmitry Torokhov1-4/+3
2017-03-01Input: ad7879 - return plain error code from ad7879_probe()Dmitry Torokhov4-30/+19
2017-03-01Input: ad7879 - make sure we set up drvdataDmitry Torokhov2-2/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-31/+31
2017-02-25Input: ad7879 - add header file to fix ad7879.c build errorsRandy Dunlap1-0/+1
2017-02-23Merge branch 'tsc2007' into nextDmitry Torokhov5-70/+285
2017-02-23Input: tca8418_keypad - remove double read of key event registerDmitry Torokhov1-2/+0
2017-02-23Input: ad7879 - update MODULE_AUTHOR email addressMichael Hennerich3-3/+3
2017-02-23Input: ad7879-spi - remove bits_per_word = 16 enforcementMichael Hennerich1-8/+0
2017-02-23Input: ad7879 - allow exporting AUX/VBAT/GPIO pin via device propertyDmitry Torokhov1-2/+13
2017-02-23Input: ad7879 - use more devm interfacesDmitry Torokhov4-62/+21
2017-02-23Input: ad7879 - convert to use regmapDmitry Torokhov5-156/+64
2017-02-23Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-18/+8