2020-01-16 06:11:44

by Icenowy Zheng

[permalink] [raw]
Subject: [PATCH v2 0/5] Add support for Pine64 PineTab

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


2020-01-16 06:12:44

by Icenowy Zheng

[permalink] [raw]
Subject: [PATCH v2 4/5] dt-bindings: arm: sunxi: add binding for PineTab tablet

Add the device tree binding for Pine64's PineTab tablet, which uses
Allwinner A64 SoC.

Signed-off-by: Icenowy Zheng <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
---
Changes in v2:
- Added Review tag by Rob.

Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
index 327ce6730823..159060b65c5d 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
@@ -636,6 +636,11 @@ properties:
- const: pine64,pinebook
- const: allwinner,sun50i-a64

+ - description: Pine64 PineTab
+ items:
+ - const: pine64,pinetab
+ - const: allwinner,sun50i-a64
+
- description: Pine64 SoPine Baseboard
items:
- const: pine64,sopine-baseboard
--
2.23.0

2020-01-17 18:51:38

by Sam Ravnborg

[permalink] [raw]
Subject: Re: [PATCH v2 0/5] Add support for Pine64 PineTab

Hi Icenowy

On Thu, Jan 16, 2020 at 11:36:31AM +0800, Icenowy Zheng wrote:
> 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

Thanks for the updates.
I have applied the first three patches to drm-misc-next.
The remaining two patches shall most likely go in via another tree.

Sam

>
> .../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
>
> _______________________________________________
> dri-devel mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

2020-01-17 18:55:04

by Maxime Ripard

[permalink] [raw]
Subject: Re: [PATCH v2 0/5] Add support for Pine64 PineTab

On Fri, Jan 17, 2020 at 07:50:12PM +0100, Sam Ravnborg wrote:
> Hi Icenowy
>
> On Thu, Jan 16, 2020 at 11:36:31AM +0800, Icenowy Zheng wrote:
> > 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
>
> Thanks for the updates.
> I have applied the first three patches to drm-misc-next.
> The remaining two patches shall most likely go in via another tree.

queued the last two for 5.7, thanks!
Maxime


Attachments:
(No filename) (1.07 kB)
signature.asc (235.00 B)
Download all attachments