Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input updates from Dmitry Torokhov: - streamlined logic in input core for handling normal input handlers vs input filters - updates to input drivers to allocate memory with sizeof(*pointer) instead of sizeof(type) - change to ads7846 touchscreen driver to use hsync GPIO instead of requiring platform data with special method (which is not compatible with boards using device tree) - update to adc-joystick driver to handle inverted axes - cleanups in various drivers switching them to use the new "guard" and "__free()" facilities - changes to several drivers (adxl34x, atmel_mxt_ts, ati-remote2, omap-keypad, yealink) to stop creating driver-specific device attributes manually and use driver core facilities for this - update to Cypress PS/2 protocol driver to properly handle errors from the PS/2 transport as well as other cleanups - update to edt-ft5x06 driver to support ft5426 variant - update to ektf2127 driver to support ektf2232 variant - update to exc3000 driver to support EXC81W32 variant - update to imagis driver to support IST3038 variant - other assorted driver cleanups. * tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (71 commits) Input: yealink - simplify locking in sysfs attribute handling Input: yealink - use driver core to instantiate device attributes Input: ati-remote2 - use driver core to instantiate device attributes Input: omap-keypad - use driver core to instantiate device attributes Input: atmel_mxt_ts - use driver core to instantiate device attributes Input: exc3000 - add EXC81W32 support dt-bindings: input: touchscreen: exc3000: add EXC81W32 Input: twl4030-pwrbutton - fix kernel-doc warning Input: himax_hx83112b - add support for HX83100A Input: himax_hx83112b - add himax_chip struct for multi-chip support Input: himax_hx83112b - implement MCU register reading Input: himax_hx83112b - use more descriptive register defines dt-bindings: input: touchscreen: himax,hx83112b: add HX83100A Input: do not check number of events in input_pass_values() Input: preallocate memory to hold event values Input: rearrange input_alloc_device() to prepare for preallocating of vals Input: simplify event handling logic Input: make events() method return number of events processed Input: make sure input handlers define only one processing method Input: evdev - remove ->event() method ...
Showing
- Documentation/devicetree/bindings/input/ti,nspire-keypad.txt 0 additions, 60 deletionsDocumentation/devicetree/bindings/input/ti,nspire-keypad.txt
- Documentation/devicetree/bindings/input/ti,nspire-keypad.yaml 74 additions, 0 deletions...mentation/devicetree/bindings/input/ti,nspire-keypad.yaml
- Documentation/devicetree/bindings/input/touchscreen/ads7846.txt 1 addition, 0 deletions...ntation/devicetree/bindings/input/touchscreen/ads7846.txt
- Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml 1 addition, 0 deletions...ion/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
- Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml 8 additions, 4 deletions...n/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml
- Documentation/devicetree/bindings/input/touchscreen/ektf2127.txt 0 additions, 25 deletions...tation/devicetree/bindings/input/touchscreen/ektf2127.txt
- Documentation/devicetree/bindings/input/touchscreen/elan,ektf2127.yaml 58 additions, 0 deletions.../devicetree/bindings/input/touchscreen/elan,ektf2127.yaml
- Documentation/devicetree/bindings/input/touchscreen/himax,hx83112b.yaml 1 addition, 0 deletions...devicetree/bindings/input/touchscreen/himax,hx83112b.yaml
- Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml 1 addition, 0 deletions...evicetree/bindings/input/touchscreen/imagis,ist3038c.yaml
- drivers/input/evdev.c 3 additions, 13 deletionsdrivers/input/evdev.c
- drivers/input/gameport/emu10k1-gp.c 1 addition, 1 deletiondrivers/input/gameport/emu10k1-gp.c
- drivers/input/gameport/fm801-gp.c 1 addition, 1 deletiondrivers/input/gameport/fm801-gp.c
- drivers/input/gameport/gameport.c 1 addition, 1 deletiondrivers/input/gameport/gameport.c
- drivers/input/gameport/ns558.c 2 additions, 2 deletionsdrivers/input/gameport/ns558.c
- drivers/input/input.c 156 additions, 74 deletionsdrivers/input/input.c
- drivers/input/joystick/a3d.c 1 addition, 1 deletiondrivers/input/joystick/a3d.c
- drivers/input/joystick/adc-joystick.c 79 additions, 51 deletionsdrivers/input/joystick/adc-joystick.c
- drivers/input/joystick/adi.c 1 addition, 1 deletiondrivers/input/joystick/adi.c
- drivers/input/joystick/analog.c 2 additions, 1 deletiondrivers/input/joystick/analog.c
- drivers/input/joystick/as5011.c 1 addition, 1 deletiondrivers/input/joystick/as5011.c
Please register or sign in to comment