summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-159-95/+33
|\
| * efi: libstub: only free priv.runtime_map when allocatedHagar Hemdan2024-04-291-2/+2
| * efi: Clear up misconceptions about a maximum variable name sizeTim Schumacher2024-04-133-8/+8
| * efivarfs: Remove unused internal struct membersTim Schumacher2024-04-131-4/+1
| * Documentation: Mark the 'efivars' sysfs interface as removedTim Schumacher2024-04-133-80/+13
| * efi: pstore: Request at most 512 bytes for variable namesTim Schumacher2024-03-291-1/+9
* | Merge tag 'hid-for-linus-2024051401' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-1566-1093/+8301
|\ \
| * \ Merge branch 'for-6.10/winwing' into for-linusJiri Kosina2024-05-143-0/+243
| |\ \
| | * | HID: winwing: Remove unused variable 'minor'Jiapeng Chong2024-04-121-3/+0
| | * | HID: Add WinWing Orion2 throttle supportIvan Gorinov2024-04-033-0/+246
| * | | Merge branch 'for-6.10/uclogic' into for-linusJiri Kosina2024-05-141-0/+3
| |\ \ \
| | * | | HID: uclogic: Expose firmware nameJosé Expósito2024-04-031-0/+3
| | |/ /
| * | | Merge branch 'for-6.10/steam' into for-linusJiri Kosina2024-05-141-8/+147
| |\ \ \
| | * | | HID: hid-steam: Add Deck IMU supportMax Maisel2024-05-061-8/+147
| | |/ /
| * | | Merge branch 'for-6.10/sony' into for-linusJiri Kosina2024-05-141-5/+2
| |\ \ \
| | * | | HID: sony: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-161-3/+2
| | * | | HID: sony: remove redundant assignmentColin Ian King2024-04-121-2/+0
| | |/ /
| * | | Merge branch 'for-6.10/playstation' into for-linusJiri Kosina2024-05-141-45/+93
| |\ \ \
| | * | | HID: playstation: DS4: Fix calibration workaround for clone devicesMax Staudt2024-05-061-24/+28
| | * | | HID: playstation: Simplify device type IDMax Staudt2024-04-031-14/+26
| | * | | HID: playstation: DS4: Parse minimal report 0x01Max Staudt2024-04-031-0/+18
| | * | | HID: playstation: DS4: Don't fail on calibration data requestMax Staudt2024-04-031-14/+20
| | * | | HID: playstation: DS4: Don't fail on FW/HW version requestMax Staudt2024-04-031-2/+2
| | * | | HID: playstation: DS4: Fix LED blinkingMax Staudt2024-04-031-2/+10
| | |/ /
| * | | Merge branch 'for-6.10/plarform-driver-remove-new' into for-linusJiri Kosina2024-05-143-11/+7
| |\ \ \
| | * | | HID: surface-hid: kbd: Convert to platform remove callback returning voidUwe Kleine-König2024-04-031-3/+2
| | * | | HID: hid-sensor-custom: Convert to platform remove callback returning voidUwe Kleine-König2024-04-031-5/+3
| | * | | HID: google: hammer: Convert to platform remove callback returning voidUwe Kleine-König2024-04-031-3/+2
| | |/ /
| * | | Merge branch 'for-6.10/nintendo' into for-linusJiri Kosina2024-05-141-24/+33
| |\ \ \
| | * | | HID: nintendo: Remove unused functionJiapeng Chong2024-04-121-9/+0
| | * | | HID: nintendo: Don't fail on setting baud rateMax Staudt2024-04-031-2/+5
| | * | | HID: nintendo: use ida for LED player idMartino Fontana2024-04-031-13/+28
| | |/ /
| * | | Merge branch 'for-6.10/kye' into for-linusJiri Kosina2024-05-141-31/+44
| |\ \ \
| | * | | HID: kye: Change Device Usage from Puck to MouseDavid Yang2024-05-071-31/+44
| | |/ /
| * | | Merge branch 'for-6.10/intel-ish' into for-linusJiri Kosina2024-05-1410-97/+740
| |\ \ \
| | * | | HID: intel-ish-hid: handler multiple MNG_RESET_NOTIFY messagesZhang Lixu2024-05-061-3/+4
| | * | | HID: intel-ish-hid: Implement loading firmware from host featureZhang Lixu2024-05-066-0/+542
| | * | | HID: intel-ish-hid: Add driver_data for specifying the firmware filenameZhang Lixu2024-05-062-1/+34
| | * | | Documentation: hid: intel-ish-hid: add section for firmware loadingQianru Huang2024-05-061-0/+65
| | * | | Documentation: hid: intel-ish-hid: remove section numberingQianru Huang2024-05-061-36/+36
| | * | | HID: intel-ish-hid: ipc: Add Lunar Lake-M PCI device IDZhang Lixu2024-04-032-0/+2
| | * | | HID: intel-ish-hid: Use PCI_VDEVICE() and rename device ID macrosZhang, Lixu2024-04-033-58/+58
| | |/ /
| * | | Merge branch 'for-6.10/i2c-hid' into for-linusJiri Kosina2024-05-141-17/+27
| |\ \ \
| | * | | HID: i2c-hid: Remove unused label in i2c_hid_set_powerKenny Levinsen2024-05-071-2/+0
| | * | | HID: i2c-hid: Use address probe to wake on resumeKenny Levinsen2024-05-061-13/+8
| | * | | HID: i2c-hid: Retry address probe after delayKenny Levinsen2024-05-061-2/+19
| | |/ /
| * | | Merge branch 'for-6.10/hid-sysfs-emit' into for-linusJiri Kosina2024-05-1410-45/+39
| |\ \ \
| | * | | HID: corsair,lenovo: Convert sprintf() family to sysfs_emit() familyLi Zhijian2024-04-032-15/+12
| | * | | HID: roccat: Convert sprintf() family to sysfs_emit() familyLi Zhijian2024-04-035-17/+17
| | * | | HID: hid-sensor-custom: Convert sprintf() family to sysfs_emit() familyLi Zhijian2024-04-031-5/+4