Hi, Here is a series adding a driver for the Ronbo RB070D30 panel. This was previously integrated in the DSI burst series, but those parts have been merged since.
It's been tested on an Allwinner A33 board. Let me know what you think, Maxime Changes from v3: - Added patches for the DT binding and vendor documentation - Addressed the comments from Sam and Paul - Dropped the merged patches - Fixed error in Ronbo panel error path Changes from v2: - Change the start delay calculation according to the legacy driver in Allwinner's BSP - Fixed the edge calculation to add the same parentheses around the factors - Added a bunch of fixes to timings - Added a patch to make hblk computation more accurate, and added a comment - Renamed the panel to Ronbo and fixed a bunch of things - Added the Reviewed-By Konstantin Sudakov (2): dt-bindings: Add vendor prefix for Ronbo Electronics drm/panel: Add Ronbo RB070D30 panel Maxime Ripard (1): dt-bindings: panel: Add YAML schemas for the Ronbo RB070D30 panel Documentation/devicetree/bindings/display/panel/ronbo,rb070d30.yaml | 52 +++++++++++++++- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +- drivers/gpu/drm/panel/Kconfig | 9 +++- drivers/gpu/drm/panel/Makefile | 1 +- drivers/gpu/drm/panel/panel-ronbo-rb070d30.c | 258 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 5 files changed, 321 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ronbo,rb070d30.yaml create mode 100644 drivers/gpu/drm/panel/panel-ronbo-rb070d30.c base-commit: b68999315c0cea0f71efae4adbc3508abc9f0f9c -- git-series 0.9.1 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel