On Mon, Feb 26, 2018 at 11:59:48AM +0200, Tomi Valkeinen wrote:
On 22/02/18 19:07, Jyri Sarha wrote:
The first patch adds support for drm panels to tilcdc. The second is just for convenience. The third adds support for am335x-evm's panel to panel-simple driver. The third changes am335x-evm's dts file to use panel-simple instead of tilcdc's bundled dpi-panel support.
After the review I will pick the tilcdc patches, but how about the panel-simple, who will take it?
There is no hurry with the dts patch. We can even wait with it until the next release, when everything certainly ready for it. The evm works just fine with the old tilcdc bundled panel support and we probably have to keep it around indefinately for backward compatibility.
Best regards, Jyri
Jyri Sarha (4): drm/tilcdc: Add support for drm panels drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel" drm/panel: simple: Add TVC S9700RTWV43TR-01B 800x480 panel support ARM: dts: am335x-evm: Use drm simple-panel instead of tilcdc-panel
arch/arm/boot/dts/am335x-evm.dts | 44 +++++++++++++------------------- drivers/gpu/drm/panel/panel-simple.c | 26 +++++++++++++++++++ drivers/gpu/drm/tilcdc/Kconfig | 2 ++ drivers/gpu/drm/tilcdc/tilcdc_external.c | 29 ++++++++++++++------- drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 +- 5 files changed, 67 insertions(+), 36 deletions(-)
Reviewed-by: Tomi Valkeinen tomi.valkeinen@ti.com
Since panel drivers are in drm-misc probably simplest if we push these all through that tree? Want commit rights for that? -Daniel