• Linus Torvalds's avatar
    Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · 9ae2940c
    Linus Torvalds authored
    Pull input updates from Dmitry Torokhov:
    
     - support for PixArt PS/2 touchpad
    
     - updates to tsc2004/5, usbtouchscreen, and zforce_ts drivers
    
     - support for GPIO-only mode for ADP55888 controller
    
     - support for touch keys in Zinitix driver
    
     - support for querying density of Synaptics sensors
    
     - sysfs interface for Goodex "Berlin" devices to read and write touch
       IC registers
    
     - more quirks to i8042 to handle various Tuxedo laptops
    
     - a number of drivers have been converted to using "guard" notation
       when acquiring various locks, as well as using other cleanup
       functions to simplify releasing of resources (with more drivers to
       follow)
    
     - evdev will limit amount of data that can be written into an evdev
       instance at a given time to 4096 bytes (170 input events) to avoid
       holding evdev->mutex for too long and starving other users
    
     - Spitz has been converted to use software nodes/properties to describe
       its matrix keypad and GPIO-connected LEDs
    
     - msc5000_ts, msc_touchkey and keypad-nomadik-ske drivers have been
       removed since noone in mainline have been using them
    
     - other assorted cleanups and fixes
    
    * tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (98 commits)
      ARM: spitz: fix compile error when matrix keypad driver is enabled
      Input: hynitron_cstxxx - drop explicit initialization of struct i2c_device_id::driver_data to 0
      Input: adp5588-keys - fix check on return code
      Input: Convert comma to semicolon
      Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042 quirk table
      Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD line
      Input: tegra-kbc - use of_property_read_variable_u32_array() and of_property_present()
      Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq()
      Input: ims-pcu - fix calling interruptible mutex
      Input: zforce_ts - switch to using asynchronous probing
      Input: zforce_ts - remove assert/deassert wrappers
      Input: zforce_ts - do not hardcode interrupt level
      Input: zforce_ts - switch to using devm_regulator_get_enable()
      Input: zforce_ts - stop treating VDD regulator as optional
      Input: zforce_ts - make zforce_idtable constant
      Input: zforce_ts - use dev_err_probe() where appropriate
      Input: zforce_ts - do not ignore errors when acquiring regulator
      Input: zforce_ts - make parsing of contacts less confusing
      Input: zforce_ts - switch to using get_unaligned_le16
      Input: zforce_ts - use guard notation when acquiring mutexes
      ...
    9ae2940c
Kconfig 23.5 KB