Age | Commit message (Expand) | Author | Files | Lines |
2014-10-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 3 | -0/+194 |
2014-10-14 | input: edt-ft5x06: replace strnicmp with strncasecmp | Rasmus Villemoes | 1 | -1/+1 |
2014-10-11 | Merge tag 'v3.17' into next | Dmitry Torokhov | 3 | -8/+21 |
2014-10-10 | Input: Add Microchip AR1021 i2c touchscreen | Christian Gmeiner | 3 | -0/+194 |
2014-10-09 | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -7/+3 |
2014-09-18 | driver:gpio remove all usage of gpio_remove retval in driver | abdoulaye berthe | 1 | -7/+3 |
2014-09-10 | Input: atmel_mxt_ts - fix double free of input device | Stephen Warren | 1 | -5/+13 |
2014-09-10 | Input: atmel_mxt_ts - downgrade warning about empty interrupts | Nick Dyer | 1 | -1/+6 |
2014-09-10 | Input: wm971x - fix typo in module parameter description | Masanari Iida | 2 | -2/+2 |
2014-08-15 | Merge branch 'next' into for-linus | Dmitry Torokhov | 2 | -169/+198 |
2014-08-14 | Input: edt-ft5x06 - remove superfluous assignment | Maks Naumov | 1 | -1/+0 |
2014-08-13 | Input: atmel_mxt_ts - fix a few issues reported by Coverity | Dmitry Torokhov | 1 | -6/+11 |
2014-08-13 | Input: atmel_mxt_ts - split config update a bit | Dmitry Torokhov | 1 | -125/+145 |
2014-08-13 | Input: atmel_mxt_ts - simplify mxt_initialize a bit | Dmitry Torokhov | 1 | -39/+42 |
2014-08-08 | Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AA | Nick Dyer | 1 | -3/+5 |
2014-08-07 | Merge branch 'next' into for-linus | Dmitry Torokhov | 12 | -791/+1442 |
2014-07-31 | Input: jornada720_ts - get rid of space indentation and use tab | Pramod Gurav | 1 | -13/+12 |
2014-07-31 | Input: jornada720_ts - switch to using managed resources | Pramod Gurav | 1 | -32/+13 |
2014-07-31 | Input: mcs5000_ts - remove ifdef around power management methods | Fabio Estevam | 1 | -4/+2 |
2014-07-31 | Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEP | Fabio Estevam | 1 | -1/+1 |
2014-07-31 | Input: ads7846 - release resources on failure for clean exit | Pramod Gurav | 1 | -2/+4 |
2014-07-28 | Input: atmel_mxt_ts - use deep sleep mode when stopped | Nick Dyer | 1 | -26/+73 |
2014-07-28 | Input: pixcir_i2c_ts - add device tree support | Roger Quadros | 1 | -0/+77 |
2014-07-28 | Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDs | Roger Quadros | 1 | -17/+57 |
2014-07-28 | Input: pixcir_i2c_ts - use Type-B Multi-Touch protocol | Roger Quadros | 1 | -31/+94 |
2014-07-24 | Input: ipaq-micro-ts - introduce open/close | Dmitry Torokhov | 1 | -32/+56 |
2014-07-24 | Input: driver for touchscreen on iPaq h3xxx | Dmitry Artamonow | 3 | -0/+155 |
2014-07-24 | Merge tag 'v3.16-rc6' into next | Dmitry Torokhov | 3 | -372/+1 |
2014-07-24 | Input: atmel_mxt_ts - implement T44 message handling | Nick Dyer | 1 | -32/+159 |
2014-07-24 | Input: atmel_mxt_ts - split message handler into separate functions | Nick Dyer | 1 | -59/+64 |
2014-07-24 | Input: atmel_mxt_ts - decode T6 status messages | Nick Dyer | 1 | -20/+40 |
2014-07-24 | Input: atmel_mxt_ts - add support for dynamic message size | Nick Dyer | 1 | -52/+68 |
2014-07-24 | Input: atmel_mxt_ts - recover from bootloader on probe | Nick Dyer | 1 | -17/+50 |
2014-07-24 | Input: atmel_mxt_ts - add bootloader addresses for new chips | Nick Dyer | 1 | -0/+6 |
2014-07-24 | Input: atmel_mxt_ts - handle bootloader previously unlocked | Nick Dyer | 1 | -9/+18 |
2014-07-24 | Input: atmel_mxt_ts - handle APP_CRC_FAIL on startup | Nick Dyer | 1 | -10/+43 |
2014-07-24 | Input: atmel_mxt_ts - calculate and check CRC in config file | Nick Dyer | 1 | -55/+177 |
2014-07-24 | Input: atmel_mxt_ts - download device config using firmware loader | Nick Dyer | 1 | -74/+204 |
2014-07-24 | Input: atmel_mxt_ts - implement device tree support | Stephen Warren | 1 | -5/+63 |
2014-07-24 | Input: atmel_mxt_ts - set pointer emulation on touchpads | Benson Leung | 1 | -5/+6 |
2014-07-24 | Input: atmel_mxt_ts - move input device init into separate function | Nick Dyer | 1 | -84/+107 |
2014-07-24 | Input: atmel_mxt_ts - initialise IRQ before probing | Nick Dyer | 1 | -39/+62 |
2014-07-21 | Input: zforce - add regulator handling | Heiko Stuebner | 1 | -0/+31 |
2014-07-21 | Input: s3c2410_ts - fix preparing/enabling clock | Vasily Khoruzhick | 1 | -2/+2 |
2014-07-18 | Input: edt-ft5x06 - remove unnecessary null test | Fabian Frederick | 1 | -2/+1 |
2014-06-15 | Input: ti_am335x_tsc - warn about incorrect spelling | Felipe Balbi | 1 | -1/+4 |
2014-06-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 19 | -516/+1419 |
2014-06-08 | Merge branch 'next' into for-linus | Dmitry Torokhov | 20 | -517/+1421 |
2014-06-08 | Input: atmel_mxt_ts - fix invalid return from mxt_get_bootloader_version | Nick Dyer | 1 | -1/+1 |
2014-06-08 | Input: edt-ft5x06 - fix an i2c write for M09 support | Robert Woerle | 1 | -1/+1 |