[PATCH 0/5] Add support for Pine64 PineTab

From: Icenowy Zheng
Date: Fri Jan 10 2020 - 10:53:36 EST


This patchset tries to add support for the PineTab tablet from Pine64.

As it uses a specific MIPI-DSI panel, the support of the panel should be
introduced first, with its DT binding.

Then a device tree is added. Thanks to the community's contributions
these years, we now have most of the functionalities of the tablet
available in this device tree.

Icenowy Zheng (5):
dt-bindings: vendor-prefix: add Shenzhen Feixin Photoelectics Co., Ltd
dt-bindings: panel: add Feixin K101 IM2BA02 MIPI-DSI panel
drm/panel: Add Feixin K101 IM2BA02 panel
dt-bindings: arm: sunxi: add binding for PineTab tablet
arm64: dts: allwinner: a64: add support for PineTab

.../devicetree/bindings/arm/sunxi.yaml | 5 +
.../display/panel/feixin,k101-im2ba02.yaml | 54 ++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
MAINTAINERS | 6 +
arch/arm64/boot/dts/allwinner/Makefile | 1 +
.../boot/dts/allwinner/sun50i-a64-pinetab.dts | 461 +++++++++++++++
drivers/gpu/drm/panel/Kconfig | 9 +
drivers/gpu/drm/panel/Makefile | 1 +
.../gpu/drm/panel/panel-feixin-k101-im2ba02.c | 548 ++++++++++++++++++
9 files changed, 1087 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/feixin,k101-im2ba02.yaml
create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts
create mode 100644 drivers/gpu/drm/panel/panel-feixin-k101-im2ba02.c

--
2.23.0