linux-stable/drivers/gpu/drm/tilcdc
Philipp Stanner a196a5166e drm/tilcdc: request and mapp iomem with devres
tilcdc currently just ioremaps its iomem, without doing the (a bit more
robust) request on the memory first. The devm_ functions provide a handy
way to both request and ioremap the memory with automatic cleanup.

Replace the manual ioremap with the devm_ version.

Suggested-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Reviewed-by: Jyri Sarha <jyri.sarha@iki.fi>
Tested-by: Jyri Sarha <jyri.sarha@iki.fi>
Signed-off-by: Jyri Sarha <jyri.sarha@iki.fi>
Link: https://patchwork.freedesktop.org/patch/msgid/20231222115216.19218-2-pstanner@redhat.com
2023-12-28 19:29:04 +02:00
..
Kconfig
Makefile
tilcdc_crtc.c
tilcdc_drv.c drm/tilcdc: request and mapp iomem with devres 2023-12-28 19:29:04 +02:00
tilcdc_drv.h
tilcdc_external.c
tilcdc_external.h
tilcdc_panel.c drm/tilcdc: Convert to platform remove callback returning void 2023-06-08 10:34:57 -07:00
tilcdc_panel.h
tilcdc_plane.c
tilcdc_regs.h