Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input updates from Dmitry Torokhov: "A tiny pull request this merge window unfortunately, should get more material in for the next release: - new driver for Raspberry Pi's touchscreen (firmware interface) - miscellaneous input driver fixes" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G Input: atmel_mxt_ts - don't try to free unallocated kernel memory Input: drv2667 - fix indentation issues Input: touchscreen - fix coding style issue Input: add official Raspberry Pi's touchscreen driver Input: nomadik-ske-keypad - fix a loop timeout test Input: rotary-encoder - don't log EPROBE_DEFER to kernel log Input: olpc_apsp - remove set but not used variable 'np' Input: olpc_apsp - enable the SP clock Input: olpc_apsp - check FIFO status on open(), not probe() Input: olpc_apsp - drop CONFIG_OLPC dependency clk: mmp2: add SP clock dt-bindings: marvell,mmp2: Add clock id for the SP clock Input: ad7879 - drop platform data support
Showing
- Documentation/devicetree/bindings/input/touchscreen/raspberrypi,firmware-ts.txt 26 additions, 0 deletions...ee/bindings/input/touchscreen/raspberrypi,firmware-ts.txt
- Documentation/devicetree/bindings/serio/olpc,ap-sp.txt 4 additions, 0 deletionsDocumentation/devicetree/bindings/serio/olpc,ap-sp.txt
- drivers/clk/mmp/clk-of-mmp2.c 4 additions, 0 deletionsdrivers/clk/mmp/clk-of-mmp2.c
- drivers/input/keyboard/nomadik-ske-keypad.c 1 addition, 1 deletiondrivers/input/keyboard/nomadik-ske-keypad.c
- drivers/input/misc/drv2667.c 3 additions, 3 deletionsdrivers/input/misc/drv2667.c
- drivers/input/misc/rotary_encoder.c 4 additions, 2 deletionsdrivers/input/misc/rotary_encoder.c
- drivers/input/mouse/elan_i2c_core.c 1 addition, 0 deletionsdrivers/input/mouse/elan_i2c_core.c
- drivers/input/serio/Kconfig 0 additions, 1 deletiondrivers/input/serio/Kconfig
- drivers/input/serio/olpc_apsp.c 20 additions, 8 deletionsdrivers/input/serio/olpc_apsp.c
- drivers/input/touchscreen/Kconfig 12 additions, 0 deletionsdrivers/input/touchscreen/Kconfig
- drivers/input/touchscreen/Makefile 1 addition, 0 deletionsdrivers/input/touchscreen/Makefile
- drivers/input/touchscreen/ad7879.c 34 additions, 75 deletionsdrivers/input/touchscreen/ad7879.c
- drivers/input/touchscreen/atmel_mxt_ts.c 2 additions, 2 deletionsdrivers/input/touchscreen/atmel_mxt_ts.c
- drivers/input/touchscreen/ektf2127.c 1 addition, 1 deletiondrivers/input/touchscreen/ektf2127.c
- drivers/input/touchscreen/gunze.c 2 additions, 2 deletionsdrivers/input/touchscreen/gunze.c
- drivers/input/touchscreen/inexio.c 2 additions, 2 deletionsdrivers/input/touchscreen/inexio.c
- drivers/input/touchscreen/mtouch.c 2 additions, 2 deletionsdrivers/input/touchscreen/mtouch.c
- drivers/input/touchscreen/raspberrypi-ts.c 227 additions, 0 deletionsdrivers/input/touchscreen/raspberrypi-ts.c
- include/dt-bindings/clock/marvell,mmp2.h 1 addition, 0 deletionsinclude/dt-bindings/clock/marvell,mmp2.h
- include/linux/platform_data/ad7879.h 0 additions, 42 deletionsinclude/linux/platform_data/ad7879.h
Loading
Please register or sign in to comment