summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-06-29Input: rohm_bu21023 - factor out settings update codeDmitry Torokhov1-48/+29
2024-06-29Input: goodix_berlin - use __free() cleanup in SPI transportDmitry Torokhov1-11/+13
2024-06-29Input: wacom_w8001 - use "guard" notation when acquiring mutexDmitry Torokhov1-12/+10
2024-06-27Merge branch 'ib/ads7846-hsync' into nextDmitry Torokhov1-6/+29
2024-06-25Input: qt1050 - handle CHIP_ID reading errorAndrei Lalaev1-1/+6
2024-06-22Input: edt-ft5x06 - add ft5426Andreas Kemnade1-0/+1
2024-06-22Input: ektf2127 - add ektf2232 supportAndreas Kemnade1-6/+30
2024-06-22Input: ads7846 - handle HSYNC GPIOLinus Walleij1-6/+29
2024-06-21Input: adc-joystick - move axes data into the main structureDmitry Torokhov1-53/+61
2024-06-21Input: ims-pcu - switch to using cleanup functionsDmitry Torokhov1-73/+62
2024-06-21Input: ims-pcu - use driver core to instantiate device attributesDmitry Torokhov1-25/+28
2024-06-20Input: ims-pcu - drop repeated "input" in error messageJavier Carrasco1-2/+1
2024-06-20Input: ims-pcu - annotate struct ims_pcu_flash_fmt with __counted_byJavier Carrasco1-1/+1
2024-06-11Input: adxl34x - switch to using "guard" notationDmitry Torokhov1-41/+20
2024-06-11Input: adxl34x - switch to using managed resourcesDmitry Torokhov4-53/+17
2024-06-11Input: adxl34x - use input_set_capability()Dmitry Torokhov1-19/+13
2024-06-11Input: adxl34x - use device core to create driver-specific device attributesDmitry Torokhov4-8/+10
2024-06-10Input: add missing MODULE_DESCRIPTION() macrosJeff Johnson6-0/+6
2024-06-10Input: joystick - use sizeof(*pointer) instead of sizeof(type)Erick Archer25-26/+30
2024-06-10Input: touchscreen - use sizeof(*pointer) instead of sizeof(type)Erick Archer17-23/+24
2024-06-07Input: cap11xx - stop using chip ID when configuring itDmitry Torokhov1-55/+70
2024-06-07Input: adc-joystick - handle inverted axesChris Morgan1-0/+20
2024-06-07Input: gameport - use sizeof(*pointer) instead of sizeof(type)Erick Archer4-5/+5
2024-06-07Input: serio - use sizeof(*pointer) instead of sizeof(type)Erick Archer23-37/+37
2024-06-06Input: wacom_w8001 - correct device name generationJason Gerecke1-1/+1
2024-06-03Input: tablet - use sizeof(*pointer) instead of sizeof(type)Erick Archer5-5/+5
2024-06-03Input: mouse - use sizeof(*pointer) instead of sizeof(type)Erick Archer14-16/+15
2024-06-03Input: misc - use sizeof(*pointer) instead of sizeof(type)Erick Archer8-9/+9
2024-06-03Input: keyboard - use sizeof(*pointer) instead of sizeof(type)Erick Archer8-8/+8
2024-05-30Input: wacom_w8001 - simplify device name generationJason Gerecke1-8/+5
2024-05-28Merge tag 'v6.9' into nextDmitry Torokhov14951-461585/+1455739
2024-05-22Input: edt-ft5x06 - add support for FocalTech FT5452 and FT8719Joel Selvaraj1-0/+12
2024-05-21Input: xpad - add support for Machenike G5 Pro ControllerKirill Artemev1-0/+2
2024-05-20Input: try trimming too long modalias stringsDmitry Torokhov1-15/+89
2024-05-14Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König64-99/+99
2024-05-14Input: zet6223 - remove an unused field in struct zet6223_tsChristophe JAILLET1-2/+0
2024-05-14Input: chipone_icn8505 - remove an unused field in struct icn8505_dataChristophe JAILLET1-1/+0
2024-05-12Merge tag 'edac_urgent_for_v6.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+37
2024-05-11Merge tag 'drm-fixes-2024-05-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds20-203/+122
2024-05-11Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()"Dave Airlie1-12/+7
2024-05-11Merge tag 'drm-misc-fixes-2024-05-10' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-40/+32
2024-05-11Merge tag 'gpio-fixes-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-30/+63
2024-05-10Merge tag 'amd-drm-fixes-6.9-2024-05-10' of https://gitlab.freedesktop.org/ag...Dave Airlie7-18/+51
2024-05-10Merge tag 'block-6.9-20240510' of git://git.kernel.dk/linuxLinus Torvalds6-20/+25
2024-05-10Merge tag 'spi-fix-v6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-12/+3
2024-05-10Merge tag 'regulator-fix-v6.9-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-15/+19
2024-05-10Merge tag 'iommu-fixes-v6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+5
2024-05-10drm/amdgpu: Fix comparison in amdgpu_res_cpu_visibleMichel Dänzer1-1/+1
2024-05-10drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-2/+5
2024-05-10gpiolib: cdev: fix uninitialised kfifoKent Gibson1-0/+14