| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-03-25 | 4 | -9/+7 |
|\ |
|
| * | drivers/input: eliminate INPUT_COMPAT_TEST macro | Andrew Morton | 2016-03-25 | 4 | -9/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2016-03-25 | 8 | -217/+449 |
|\ \
| |/
|/| |
|
| * | Input: sur40 - fix DMA on stack | Oliver Neukum | 2016-03-23 | 1 | -7/+14 |
| * | Input: ati_remote2 - fix crashes on detecting device with invalid descriptor | Vladis Dronov | 2016-03-23 | 1 | -6/+30 |
| * | Input: synaptics - handle spurious release of trackstick buttons, again | Benjamin Tissoires | 2016-03-17 | 1 | -2/+3 |
| * | Input: synaptics-rmi4 - remove check of Non-NULL array | Andrew Duggan | 2016-03-17 | 1 | -3/+2 |
| * | Input: byd - enable absolute mode | Richard Pospesel | 2016-03-17 | 2 | -198/+369 |
| * | Input: ims-pcu - sanity check against missing interfaces | Oliver Neukum | 2016-03-17 | 1 | -0/+4 |
| * | Input: melfas_mip4 - add hw_version sysfs attribute | Sangwon Jee | 2016-03-16 | 1 | -1/+27 |
* | | input: redefine INPUT_COMPAT_TEST as in_compat_syscall() | Andy Lutomirski | 2016-03-22 | 1 | -11/+1 |
* | | Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-03-18 | 3 | -0/+606 |
|\ \ |
|
| * | | Input: touchscreen: Add imx25 TCQ driver | Markus Pargmann | 2016-02-11 | 3 | -0/+606 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2016-03-17 | 44 | -472/+8613 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge tag 'v4.5' into next | Dmitry Torokhov | 2016-03-15 | 14 | -40/+48 |
| |\ \ |
|
| * | | | Input: synaptics-rmi4 - using logical instead of bitwise AND | Dan Carpenter | 2016-03-15 | 1 | -2/+2 |
| * | | | Input: powermate - fix oops with malicious USB descriptors | Josh Boyer | 2016-03-14 | 1 | -0/+3 |
| * | | | Input: snvs_pwrkey - fix returned value check of syscon_regmap_lookup_by_phan... | Vladimir Zapolskiy | 2016-03-11 | 1 | -2/+2 |
| * | | | Merge branch 'synaptics-rmi4' into next | Dmitry Torokhov | 2016-03-11 | 16 | -0/+6048 |
| |\ \ \ |
|
| | * | | | Input: synaptics-rmi4 - add device tree support to the SPI transport driver | Andrew Duggan | 2016-03-10 | 1 | -1/+43 |
| | * | | | Input: synaptics-rmi4 - add SPI transport driver | Andrew Duggan | 2016-03-10 | 3 | -0/+557 |
| | * | | | Input: synaptics-rmi4 - add support for F30 | Andrew Duggan | 2016-03-10 | 5 | -0/+421 |
| | * | | | Input: synaptics-rmi4 - add support for F12 | Andrew Duggan | 2016-03-10 | 5 | -0/+473 |
| | * | | | Input: synaptics-rmi4 - add device tree support for 2d sensors and F11 | Andrew Duggan | 2016-03-10 | 3 | -1/+117 |
| | * | | | Input: synaptics-rmi4 - add support for 2D sensors and F11 | Andrew Duggan | 2016-03-10 | 7 | -1/+1641 |
| | * | | | Input: synaptics-rmi4 - add device tree support for RMI4 I2C devices | Andrew Duggan | 2016-03-10 | 5 | -5/+124 |
| | * | | | Input: synaptics-rmi4 - add I2C transport driver | Andrew Duggan | 2016-03-10 | 3 | -0/+399 |
| | * | | | Input: synaptics-rmi4 - add support for Synaptics RMI4 devices | Andrew Duggan | 2016-03-10 | 9 | -0/+2281 |
| * | | | | Input: ad7879 - add device tree support | Stefan Agner | 2016-03-08 | 3 | -58/+110 |
| * | | | | Input: ad7879 - fix default x/y axis assignment | Stefan Agner | 2016-03-08 | 1 | -3/+5 |
| * | | | | Input: ad7879 - move header to platform_data directory | Stefan Agner | 2016-03-08 | 1 | -5/+5 |
| * | | | | Input: ts4800 - add hardware dependency | Jean Delvare | 2016-03-04 | 1 | -0/+1 |
| * | | | | Merge branch 'rotary-encoder' into next | Dmitry Torokhov | 2016-03-04 | 11 | -261/+217 |
| |\ \ \ \ |
|
| | * | | | | Input: rotary-encoder - support more than 2 gpios as input | Uwe Kleine-König | 2016-03-02 | 1 | -92/+64 |
| | * | | | | Input: rotary_encoder - move away from platform data structure | Dmitry Torokhov | 2016-03-02 | 1 | -91/+55 |
| | * | | | | Input: rotary_encoder - use input_set_capability() | Dmitry Torokhov | 2016-03-02 | 1 | -8/+4 |
| | * | | | | Input: rotary_encoder - convert to use gpiod API | Dmitry Torokhov | 2016-03-02 | 1 | -41/+33 |
| | * | | | | Input: rotary_encoder - mark PM methods as __maybe_unused | Dmitry Torokhov | 2016-03-02 | 1 | -5/+3 |
| | * | | | | Input: rotary_encoder - use threaded irqs | Timo Teräs | 2016-03-02 | 1 | -8/+25 |
| | * | | | | Input: rotary_encoder - convert to devm-* api | Timo Teräs | 2016-01-18 | 1 | -61/+25 |
| | |/ / / |
|
| * | | | | Input: cyapa - fix for losing events during device power transitions | Dudley Du | 2016-03-04 | 5 | -59/+188 |
| * | | | | Input: sh_keysc - remove dependency on SUPERH | Simon Horman | 2016-03-04 | 1 | -1/+1 |
| * | | | | Input: melfas_mip4 - add resolution reporting | Sangwon Jee | 2016-03-04 | 1 | -4/+22 |
| * | | | | Input: stmpe-ts - restore kerneldoc | Linus Walleij | 2016-03-02 | 1 | -0/+31 |
| * | | | | Input: snvs_pwrkey - use __maybe_unused to hide pm functions | Arnd Bergmann | 2016-03-02 | 1 | -2/+2 |
| * | | | | Input: spear-keyboard - use __maybe_unused to hide pm functions | Arnd Bergmann | 2016-03-02 | 1 | -4/+2 |
| * | | | | Input: goldfish_events - enable ACPI-based enumeration for goldfish events | Jason Hu | 2016-03-02 | 1 | -0/+10 |
| * | | | | Input: goldfish_events - add devicetree bindings | Greg Hackmann | 2016-03-02 | 1 | -0/+7 |
| * | | | | Input: add MELFAS MIP4 Touchscreen driver | Sangwon Jee | 2016-02-17 | 3 | -0/+1511 |
| * | | | | Input: Allow compile test of Goodix and Colibri VF50 if !GPIOLIB | Geert Uytterhoeven | 2016-02-09 | 1 | -2/+3 |