mbox series

[0/2] platform_device: add new devres function

Message ID 20240105172218.42457-2-pstanner@redhat.com (mailing list archive)
Headers show
Series platform_device: add new devres function | expand

Message

Philipp Stanner Jan. 5, 2024, 5:22 p.m. UTC
Patch #1 adds a new devres function that I found could be useful for the
driver dcss in drm. Patch #2 makes that driver use the new function.

I compiled this successfully but unfortunately don't have the hardware
to test it for dcss.
So you might want to have a closer look.

Greetings,
P.

Philipp Stanner (2):
  platform_device: add devres function region-reqs
  drm/dcss: request memory region

 drivers/base/platform.c             | 37 +++++++++++++++++++++++++++++
 drivers/gpu/drm/imx/dcss/dcss-dev.c |  8 +++----
 include/linux/platform_device.h     |  2 ++
 3 files changed, 43 insertions(+), 4 deletions(-)