On Thu, 13 Apr 2023 11:36:22 +0200, Hans de Goede wrote: > Here is a v2 of my series to allow using i2c-hid-of on non OF platforms > to allow I2C-HID devices which are not enumerated by ACPI to work on ACPI > platforms (by manual i2c_client instantiation using i2c_client_id matching). > > Changes in v2: > - As discussed Drop the patches to consolidate all the i2c-hid-of* > drivers into one > - Add a comment to the "post-reset-deassert-delay-ms" property reading, > that it is a kernel internal (non public) property used between x86 > platform code and the i2c-hid driver. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git (for-6.4/i2c-hid), thanks! [1/3] HID: i2c-hid-of: Consistenly use dev local variable in probe() https://git.kernel.org/hid/hid/c/9d793e7c1f88 [2/3] HID: i2c-hid-of: Allow using i2c-hid-of on non OF platforms https://git.kernel.org/hid/hid/c/728ec8b6eda8 [3/3] HID: i2c-hid-of: Add reset GPIO support to i2c-hid-of https://git.kernel.org/hid/hid/c/2be404486c05 Cheers, -- Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>