Age | Commit message (Expand) | Author | Files | Lines |
2017-08-21 | Input: atmel_mxt_ts - add support for reset line | Sebastian Reichel | 1 | -0/+22 |
2017-08-21 | Input: atmel_mxt_ts - use more managed resources | Sebastian Reichel | 1 | -15/+9 |
2017-08-19 | Input: wacom_w8001 - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | Input: tsc40 - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | Input: touchwin - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | Input: touchright - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | Input: touchit213 - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | Input: penmount - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | Input: mtouch - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | Input: inexio - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | Input: hampshire - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | Input: gunze - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | Input: fujitsu_ts - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | Input: elo - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | Input: dynapro - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-15 | Input: sun4i-ts - constify thermal_zone_of_device_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-15 | Input: mxs-lradc - make symbol mxs_lradc_ts_irq_names static | Wei Yongjun | 1 | -1/+1 |
2017-08-15 | Input: mxs-lradc - use correct error check | Pan Bian | 1 | -2/+2 |
2017-08-15 | Input: mxs-lradc - do a NULL check on iores | Fabio Estevam | 1 | -0/+2 |
2017-07-25 | Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Dmitry Torokhov | 1 | -0/+3 |
2017-07-13 | Input: sur40 - skip all blobs that are not touches | Florian Echtler | 1 | -9/+13 |
2017-07-13 | Input: sur40 - silence unnecessary noisy debug output | Florian Echtler | 1 | -2/+5 |
2017-07-13 | Input: sur40 - add additional reverse-engineered information | Florian Echtler | 1 | -5/+12 |
2017-07-13 | Input: ads7846 - constify attribute_group structures | Arvind Yadav | 1 | -2/+2 |
2017-07-13 | Input: elants_i2c - constify attribute_group structures | Arvind Yadav | 1 | -1/+1 |
2017-07-13 | Input: raydium_i2c_ts - constify attribute_group structures | Arvind Yadav | 1 | -1/+1 |
2017-06-09 | Input: stmfts - mark all PM functions as __maybe_unused | Arnd Bergmann | 1 | -2/+2 |
2017-06-06 | Input: add support for the STMicroelectronics FingerTip touchscreen | Andi Shyti | 3 | -0/+834 |
2017-06-03 | Input: s3c2410_ts - handle return value of clk_prepare_enable | Arvind Yadav | 1 | -1/+7 |
2017-06-03 | Merge tag 'v4.12-rc3' into for-linus | Dmitry Torokhov | 4 | -2/+727 |
2017-05-30 | Input: silead - disable interrupt during suspend | Hans de Goede | 1 | -0/+3 |
2017-05-30 | Merge tag 'v4.12-rc3' into next | Dmitry Torokhov | 6 | -3/+729 |
2017-05-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -1/+2 |
2017-05-23 | Input: tsc2007 - move header file out of I2C realm | Wolfram Sang | 1 | -1/+1 |
2017-05-23 | Input: mms114 - move header file out of I2C realm | Wolfram Sang | 1 | -1/+1 |
2017-05-23 | Input: mcs - move header file out of I2C realm | Wolfram Sang | 1 | -1/+1 |
2017-05-23 | Input: atmel_mxt_ts - add T100 as a readable object | Maxime Roussin-BĂ©langer | 1 | -0/+1 |
2017-05-23 | Input: edt-ft5x06 - increase allowed data range for threshold parameter | Martin Kepplinger | 1 | -1/+1 |
2017-05-11 | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2017-05-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 19 | -510/+569 |
2017-05-03 | Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 3 | -0/+725 |
2017-05-01 | Input: ar1021_i2c - use BIT to check for a bit | Martin Kepplinger | 1 | -1/+2 |
2017-05-01 | Input: ar1021_i2c - enable touch mode during open | Martin Kepplinger | 1 | -0/+15 |
2017-04-27 | input: touchscreen: mxs-lradc: || vs && typos | Dan Carpenter | 1 | -3/+3 |
2017-04-20 | Annotate hardware config module parameters in drivers/input/ | David Howells | 1 | -2/+2 |
2017-04-14 | Input: ar1021_i2c - highlight support for AR1020 | Martin Kepplinger | 2 | -5/+5 |
2017-04-14 | Input: ar1021_i2c - do not force raising edge IRQ trigger | Dmitry Torokhov | 1 | -1/+1 |
2017-04-14 | Input: ar1021_i2c - fix too long name in driver's device table | Dmitry Torokhov | 1 | -1/+1 |
2017-04-12 | Input: ar1021_i2c - coding style fixes | Martin Kepplinger | 1 | -2/+2 |
2017-04-12 | Input: lpc32xx_ts - check for clk_prepare_enable() error | Fabio Estevam | 1 | -5/+8 |