Kingdisplay-kd097d04-panel
From: Heiko Stuebner <heiko@...> Date: Fri, 29 Jun 2018 14:48:40 +0200
The Innolux p097pfg is one of two possible panels used in the gru-scarlet ChromeOS devices. This v2 updates the driver with changes from the ChromeOS side and tries to address most of the comments received from Sean Paul. Nickey Yang (3): dt-bindings: Add vendor prefix for kingdisplay dt-bindings: Add KINGDISPLAY KD097D04 panel bindings drm/panel: add Kingdisplay kd097d04 panel driver .../display/panel/kingdisplay,kd097d04.txt | 22 + .../devicetree/bindings/vendor-prefixes.txt | 1 + drivers/gpu/drm/panel/Kconfig | 11 + drivers/gpu/drm/panel/Makefile | 1 + .../drm/panel/panel-kingdisplay-kd097d04.c | 469 ++++++++++++++++++ 5 files changed, 504 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/kingdisplay,kd097d04.txt create mode 100644 drivers/gpu/drm/panel/panel-kingdisplay-kd097d04.c -- 2.17.0
Patches in this set
- [0001] dt-bindings: Add vendor prefix for kingdisplay (raw)
- [0002] dt-bindings: Add KINGDISPLAY KD097D04 panel bindings (raw)
- [0003] drm/panel: add Kingdisplay kd097d04 panel driver (raw)
Statistics
- 3 individual patches
- 504 lines added
- 0 lines removed