Hello, v5 : - this set doesn't include the nv3052c bindings doc anymore, as it's already applied - nv3052c panel driver : removed empty lines, proceed to turn it off even is sleeping in fails instead of stopping there - abt panel : switched to REGCACHE_FLAT so we can disable sleep mode in .enable with regmap_set_bits() instead of doing it at init time - ingenic-drm-drv : added ingenic_drm_bridge_atomic_disable to balance out ingenic_drm_bridge_atomic_enable Tested working on the rg350m and rg280m Christophe Branchereau (3): drm/ingenic : add ingenic_drm_bridge_atomic_enable and disable drm/panel: Add panel driver for NewVision NV3052C based LCDs drm/panel : innolux-ej030na and abt-y030xx067a : add .enable and .disable drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 34 +- drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-abt-y030xx067a.c | 31 +- drivers/gpu/drm/panel/panel-innolux-ej030na.c | 31 +- .../gpu/drm/panel/panel-newvision-nv3052c.c | 484 ++++++++++++++++++ 6 files changed, 572 insertions(+), 18 deletions(-) create mode 100644 drivers/gpu/drm/panel/panel-newvision-nv3052c.c -- 2.35.1