[PATCH v2 0/5] Add support for Pine64 PineTab

From: Icenowy Zheng
Date: Wed Jan 15 2020 - 22:37:09 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. Compared to v1 of the patchset, the
accelerometer support is temporarily removed because a DT binding is
lacked (although a proper driver exists).

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 | 55 ++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
MAINTAINERS | 6 +
arch/arm64/boot/dts/allwinner/Makefile | 1 +
.../boot/dts/allwinner/sun50i-a64-pinetab.dts | 460 +++++++++++++++
drivers/gpu/drm/panel/Kconfig | 9 +
drivers/gpu/drm/panel/Makefile | 1 +
.../gpu/drm/panel/panel-feixin-k101-im2ba02.c | 526 ++++++++++++++++++
9 files changed, 1065 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