linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] HID: i2c-hid-of: Allow using i2c-hid-of on non OF platforms
@ 2023-04-13  9:36 Hans de Goede
  2023-04-13  9:36 ` [PATCH v2 1/3] HID: i2c-hid-of: Consistenly use dev local variable in probe() Hans de Goede
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Hans de Goede @ 2023-04-13  9:36 UTC (permalink / raw)
  To: Jiri Kosina, Benjamin Tissoires
  Cc: Hans de Goede, Douglas Anderson, linux-input

Hi Benjamin,

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.

Regards,

Hans


Hans de Goede (3):
  HID: i2c-hid-of: Consistenly use dev local variable in probe()
  HID: i2c-hid-of: Allow using i2c-hid-of on non OF platforms
  HID: i2c-hid-of: Add reset GPIO support to i2c-hid-of

 drivers/hid/i2c-hid/Kconfig      |  6 +++--
 drivers/hid/i2c-hid/i2c-hid-of.c | 38 ++++++++++++++++++++++++--------
 2 files changed, 33 insertions(+), 11 deletions(-)

-- 
2.39.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-04-13 14:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-13  9:36 [PATCH v2 0/3] HID: i2c-hid-of: Allow using i2c-hid-of on non OF platforms Hans de Goede
2023-04-13  9:36 ` [PATCH v2 1/3] HID: i2c-hid-of: Consistenly use dev local variable in probe() Hans de Goede
2023-04-13  9:36 ` [PATCH v2 2/3] HID: i2c-hid-of: Allow using i2c-hid-of on non OF platforms Hans de Goede
2023-04-13  9:36 ` [PATCH v2 3/3] HID: i2c-hid-of: Add reset GPIO support to i2c-hid-of Hans de Goede
2023-04-13 14:01 ` [PATCH v2 0/3] HID: i2c-hid-of: Allow using i2c-hid-of on non OF platforms Benjamin Tissoires
2023-04-13 14:03   ` Hans de Goede
2023-04-13 14:07     ` Benjamin Tissoires
2023-04-13 14:29 ` Benjamin Tissoires

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).