[PATCH drm-misc 0/3] drm: constify the struct device_type usage

Ricardo B. Marliere ricardo at marliere.net
Mon Feb 19 12:00:50 UTC 2024


This is a simple and straight forward cleanup series that makes all device
types in the net subsystem constants. This has been possible since 2011 [1]
but not all occurrences were cleaned. I have been sweeping the tree to fix
them all.

---
[1] https://lore.kernel.org/all/1305850262-9575-5-git-send-email-gregkh@suse.de/

To: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
To: Maxime Ripard <mripard at kernel.org>
To: Thomas Zimmermann <tzimmermann at suse.de>
To: David Airlie <airlied at gmail.com>
To: Daniel Vetter <daniel at ffwll.ch>
To: Hans de Goede <hdegoede at redhat.com>
Cc:  <dri-devel at lists.freedesktop.org>
Cc:  <linux-kernel at vger.kernel.org>
Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Signed-off-by: Ricardo B. Marliere <ricardo at marliere.net>

---
Ricardo B. Marliere (3):
      drm/dp: constify the struct device_type usage
      drm/privacy_screen: constify the struct device_type usage
      drm/sysfs: constify the struct device_type usage

 drivers/gpu/drm/display/drm_dp_aux_bus.c | 2 +-
 drivers/gpu/drm/drm_privacy_screen.c     | 2 +-
 drivers/gpu/drm/drm_sysfs.c              | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
---
base-commit: b59dcca97bf052341b9ac28b1ee1af46498b8833
change-id: 20240219-device_cleanup-drm-eeeb5c7468da

Best regards,
-- 
Ricardo B. Marliere <ricardo at marliere.net>



More information about the dri-devel mailing list