Re: [PATCH v2 1/3] drm: Add USB helpers

2020-11-03 Thread Daniel Vetter
On Tue, Nov 03, 2020 at 11:36:54AM +0100, Thomas Zimmermann wrote: > DRM drivers for USB devices can share a few helpers. It's currently only > a function to retrieve the USB device's structure from the DRM device. > > Putting this code next to the DRM device would make all of DRM depend on > USB

[PATCH v2 1/3] drm: Add USB helpers

2020-11-03 Thread Thomas Zimmermann
DRM drivers for USB devices can share a few helpers. It's currently only a function to retrieve the USB device's structure from the DRM device. Putting this code next to the DRM device would make all of DRM depend on USB headers. So it's in a separate header file. Signed-off-by: Thomas Zimmermann