All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] HID: Constify lowlevel HID drivers
@ 2023-01-30  3:59 Thomas Weißschuh
  2023-01-30  3:59 ` [PATCH 1/9] HID: amd_sfh: Constify lowlevel HID driver Thomas Weißschuh
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Thomas Weißschuh @ 2023-01-30  3:59 UTC (permalink / raw)
  To: Basavaraj Natikar, Jiri Kosina, Benjamin Tissoires,
	K. Y. Srinivasan, Haiyang Zhang, Wei Liu, Dexuan Cui,
	Filipe Laíns, Srinivas Pandruvada, Maximilian Luz,
	Corentin Chary, Hans de Goede, Mark Gross, Viresh Kumar,
	Johan Hovold, Alex Elder, Greg Kroah-Hartman
  Cc: linux-input, linux-kernel, linux-hyperv, platform-driver-x86,
	acpi4asus-user, greybus-dev, linux-staging,
	Thomas Weißschuh

Since 52d225346904 ("HID: Make lowlevel driver structs const") the
lowlevel HID drivers are only exposed as const.

Take advantage of this to constify the underlying structures, too.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (9):
      HID: amd_sfh: Constify lowlevel HID driver
      HID: hyperv: Constify lowlevel HID driver
      HID: logitech-dj: Constify lowlevel HID driver
      HID: steam: Constify lowlevel HID driver
      HID: intel-ish-hid: Constify lowlevel HID driver
      HID: surface-hid: Constify lowlevel HID driver
      platform/x86: asus-tf103c-dock: Constify lowlevel HID driver
      platform/x86: asus-tf103c-dock: Constify toprow keymap
      staging: greybus: hid: Constify lowlevel HID driver

 drivers/hid/amd-sfh-hid/amd_sfh_hid.c      | 2 +-
 drivers/hid/hid-hyperv.c                   | 2 +-
 drivers/hid/hid-logitech-dj.c              | 4 ++--
 drivers/hid/hid-steam.c                    | 2 +-
 drivers/hid/intel-ish-hid/ishtp-hid.c      | 2 +-
 drivers/hid/surface-hid/surface_hid_core.c | 2 +-
 drivers/platform/x86/asus-tf103c-dock.c    | 4 ++--
 drivers/staging/greybus/hid.c              | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)
---
base-commit: e04955db6a7c3fc4a1e6978649b61a6f5f8028e3
change-id: 20230130-hid-const-ll-driver-fcfdd3af11b8

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>


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

end of thread, other threads:[~2023-02-06 15:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30  3:59 [PATCH 0/9] HID: Constify lowlevel HID drivers Thomas Weißschuh
2023-01-30  3:59 ` [PATCH 1/9] HID: amd_sfh: Constify lowlevel HID driver Thomas Weißschuh
2023-01-30  3:59 ` [PATCH 2/9] HID: hyperv: " Thomas Weißschuh
2023-01-30 15:42   ` Wei Liu
2023-01-30  3:59 ` [PATCH 3/9] HID: logitech-dj: " Thomas Weißschuh
2023-01-30  3:59 ` [PATCH 4/9] HID: steam: " Thomas Weißschuh
2023-01-30  3:59 ` [PATCH 5/9] HID: intel-ish-hid: " Thomas Weißschuh
2023-01-30  3:59 ` [PATCH 6/9] HID: surface-hid: " Thomas Weißschuh
2023-01-30 11:53   ` Maximilian Luz
2023-01-30  3:59 ` [PATCH 7/9] platform/x86: asus-tf103c-dock: " Thomas Weißschuh
2023-01-30  3:59 ` [PATCH 8/9] platform/x86: asus-tf103c-dock: Constify toprow keymap Thomas Weißschuh
2023-01-30  3:59 ` [PATCH 9/9] staging: greybus: hid: Constify lowlevel HID driver Thomas Weißschuh
2023-01-31 10:15   ` Greg Kroah-Hartman
2023-01-30  8:36 ` [PATCH 0/9] HID: Constify lowlevel HID drivers Hans de Goede
2023-01-30 13:26   ` Thomas Weißschuh
2023-01-30 13:28     ` Hans de Goede
2023-02-06 15:24 ` Benjamin Tissoires

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.