Hi, A small set of changes to the ingenic-drm driver. The most notable thing is that ingenic-ipu is now its own platform driver. Cheers, -Paul Paul Cercueil (6): dt-bindings/display: ingenic: Add compatible string for the JZ4760(B) drm/ingenic: Fix MODULE_LICENSE() string drm/ingenic: Add support for the JZ4760(B) drm/ingenic: Don't request full modeset if property is not modified drm/ingenic: Make IPU driver its own module drm/ingenic: Use the new PM macros .../bindings/display/ingenic,lcd.yaml | 2 + drivers/gpu/drm/ingenic/Kconfig | 2 +- drivers/gpu/drm/ingenic/Makefile | 2 +- drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 72 +++++++++++-------- drivers/gpu/drm/ingenic/ingenic-drm.h | 3 - drivers/gpu/drm/ingenic/ingenic-ipu.c | 10 ++- 6 files changed, 53 insertions(+), 38 deletions(-) -- 2.35.1