summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-256-10/+10
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-036-10/+10
* | Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-19135-960/+1084
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2024-07-15142-988/+1113
| |\ \
| | * | Input: yealink - simplify locking in sysfs attribute handlingDmitry Torokhov2024-07-121-52/+20
| | * | Input: yealink - use driver core to instantiate device attributesDmitry Torokhov2024-07-121-8/+3
| | * | Input: ati-remote2 - use driver core to instantiate device attributesDmitry Torokhov2024-07-121-33/+17
| | * | Input: omap-keypad - use driver core to instantiate device attributesDmitry Torokhov2024-07-121-10/+11
| | * | Input: atmel_mxt_ts - use driver core to instantiate device attributesDmitry Torokhov2024-07-121-14/+2
| | * | Input: exc3000 - add EXC81W32 supportPhilipp Zabel2024-07-111-0/+7
| | * | Input: twl4030-pwrbutton - fix kernel-doc warningDmitry Torokhov2024-07-111-2/+2
| | * | Input: himax_hx83112b - add support for HX83100AFelix Kaechele2024-07-081-0/+17
| | * | Input: himax_hx83112b - add himax_chip struct for multi-chip supportFelix Kaechele2024-07-081-16/+35
| | * | Input: himax_hx83112b - implement MCU register readingFelix Kaechele2024-07-081-3/+47
| | * | Input: himax_hx83112b - use more descriptive register definesFelix Kaechele2024-07-081-10/+13
| | * | Input: do not check number of events in input_pass_values()Dmitry Torokhov2024-07-081-3/+0
| | * | Input: preallocate memory to hold event valuesDmitry Torokhov2024-07-081-17/+44
| | * | Input: rearrange input_alloc_device() to prepare for preallocating of valsDmitry Torokhov2024-07-081-15/+22
| | * | Input: simplify event handling logicDmitry Torokhov2024-07-081-41/+68
| | * | Input: make events() method return number of events processedDmitry Torokhov2024-07-081-2/+4
| | * | Input: make sure input handlers define only one processing methodDmitry Torokhov2024-07-081-0/+24
| | * | Input: evdev - remove ->event() methodDmitry Torokhov2024-07-081-12/+0
| | * | Input: imagis - add supports for Imagis IST3038Raymond Hackley2024-07-081-4/+20
| | * | Input: imagis - clarify the usage of protocol_bRaymond Hackley2024-07-081-4/+5
| | * | Input: fsl-imx25-tcq - constify struct regmap_configJavier Carrasco2024-07-081-1/+1
| | * | Input: qt1050 - constify struct regmap_configJavier Carrasco2024-07-081-1/+1
| | * | Input: cypress_ps2 - use u8 when dealing with byte dataDmitry Torokhov2024-07-031-44/+34
| | * | Input: cypress_ps2 - propagate errors from lower layersDmitry Torokhov2024-07-031-27/+35
| | * | Input: cypress_ps2 - report timeouts when reading command statusDmitry Torokhov2024-07-031-3/+6
| | * | Input: cypress_ps2 - fix error handling when sending command failsDmitry Torokhov2024-07-032-23/+15
| | * | Input: cypress_ps2 - clean up setting reporting rateDmitry Torokhov2024-07-031-2/+3
| | * | Input: elan_i2c - do not leave interrupt disabled on suspend failureDmitry Torokhov2024-07-011-0/+2
| | * | Input: ili210x - use guard notation when disabling and reenabling IRQDmitry Torokhov2024-06-281-9/+7
| | * | Input: ili210x - switch to using cleanup functions in firmware codeDmitry Torokhov2024-06-281-60/+63
| | * | Input: ili210x - use kvmalloc() to allocate buffer for firmware updateDmitry Torokhov2024-06-281-3/+3
| | * | Input: rohm_bu21023 - switch to using cleanup functionsDmitry Torokhov2024-06-281-21/+19
| | * | Input: rohm_bu21023 - switch to using sysfs_emit()Dmitry Torokhov2024-06-281-3/+3
| | * | Input: rohm_bu21023 - factor out settings update codeDmitry Torokhov2024-06-281-48/+29
| | * | Input: goodix_berlin - use __free() cleanup in SPI transportDmitry Torokhov2024-06-281-11/+13
| | * | Input: wacom_w8001 - use "guard" notation when acquiring mutexDmitry Torokhov2024-06-281-12/+10
| | * | Merge branch 'ib/ads7846-hsync' into nextDmitry Torokhov2024-06-271-6/+29
| | |\ \
| | | * | Input: ads7846 - handle HSYNC GPIOLinus Walleij2024-06-211-6/+29
| | * | | Input: qt1050 - handle CHIP_ID reading errorAndrei Lalaev2024-06-251-1/+6
| | * | | Input: edt-ft5x06 - add ft5426Andreas Kemnade2024-06-221-0/+1
| | * | | Input: ektf2127 - add ektf2232 supportAndreas Kemnade2024-06-221-6/+30
| | * | | Input: adc-joystick - move axes data into the main structureDmitry Torokhov2024-06-211-53/+61
| | * | | Input: ims-pcu - switch to using cleanup functionsDmitry Torokhov2024-06-201-73/+62
| | * | | Input: ims-pcu - use driver core to instantiate device attributesDmitry Torokhov2024-06-201-25/+28
| | * | | Input: ims-pcu - drop repeated "input" in error messageJavier Carrasco2024-06-201-2/+1
| | * | | Input: ims-pcu - annotate struct ims_pcu_flash_fmt with __counted_byJavier Carrasco2024-06-201-1/+1