From: Sam Ravnborg <sam@ravnborg.org>
To: Icenowy Zheng <icenowy@aosc.io>
Cc: devicetree@vger.kernel.org, David Airlie <airlied@linux.ie>,
linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org,
Maxime Ripard <mripard@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
Rob Herring <robh+dt@kernel.org>,
Thierry Reding <thierry.reding@gmail.com>,
dri-devel@lists.freedesktop.org, Daniel Vetter <daniel@ffwll.ch>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/5] Add support for Pine64 PineTab
Date: Fri, 17 Jan 2020 19:50:12 +0100 [thread overview]
Message-ID: <20200117185012.GC14298@ravnborg.org> (raw)
In-Reply-To: <20200116033636.512461-1-icenowy@aosc.io>
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
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Sam Ravnborg <sam@ravnborg.org>
To: Icenowy Zheng <icenowy@aosc.io>
Cc: Rob Herring <robh+dt@kernel.org>,
Maxime Ripard <mripard@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
Thierry Reding <thierry.reding@gmail.com>,
David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org, linux-sunxi@googlegroups.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/5] Add support for Pine64 PineTab
Date: Fri, 17 Jan 2020 19:50:12 +0100 [thread overview]
Message-ID: <20200117185012.GC14298@ravnborg.org> (raw)
In-Reply-To: <20200116033636.512461-1-icenowy@aosc.io>
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
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Sam Ravnborg <sam@ravnborg.org>
To: Icenowy Zheng <icenowy@aosc.io>
Cc: devicetree@vger.kernel.org, David Airlie <airlied@linux.ie>,
linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org,
Chen-Yu Tsai <wens@csie.org>, Rob Herring <robh+dt@kernel.org>,
Thierry Reding <thierry.reding@gmail.com>,
dri-devel@lists.freedesktop.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/5] Add support for Pine64 PineTab
Date: Fri, 17 Jan 2020 19:50:12 +0100 [thread overview]
Message-ID: <20200117185012.GC14298@ravnborg.org> (raw)
In-Reply-To: <20200116033636.512461-1-icenowy@aosc.io>
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
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2020-01-17 18:50 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-16 3:36 [PATCH v2 0/5] Add support for Pine64 PineTab Icenowy Zheng
2020-01-16 3:36 ` Icenowy Zheng
2020-01-16 3:36 ` Icenowy Zheng
2020-01-16 3:36 ` [PATCH v2 1/5] dt-bindings: vendor-prefix: add Shenzhen Feixin Photoelectics Co., Ltd Icenowy Zheng
2020-01-16 3:36 ` Icenowy Zheng
2020-01-16 3:36 ` Icenowy Zheng
2020-01-16 3:36 ` [PATCH v2 2/5] dt-bindings: panel: add Feixin K101 IM2BA02 MIPI-DSI panel Icenowy Zheng
2020-01-16 3:36 ` Icenowy Zheng
2020-01-16 3:36 ` Icenowy Zheng
2020-01-16 3:36 ` [PATCH v2 3/5] drm/panel: Add Feixin K101 IM2BA02 panel Icenowy Zheng
2020-01-16 3:36 ` Icenowy Zheng
2020-01-16 3:36 ` Icenowy Zheng
2020-01-16 3:36 ` [PATCH v2 4/5] dt-bindings: arm: sunxi: add binding for PineTab tablet Icenowy Zheng
2020-01-16 3:36 ` Icenowy Zheng
2020-01-16 3:36 ` Icenowy Zheng
2020-01-16 3:36 ` [PATCH v2 5/5] arm64: dts: allwinner: a64: add support for PineTab Icenowy Zheng
2020-01-16 3:36 ` Icenowy Zheng
2020-01-16 3:36 ` Icenowy Zheng
2020-01-17 18:50 ` Sam Ravnborg [this message]
2020-01-17 18:50 ` [PATCH v2 0/5] Add support for Pine64 PineTab Sam Ravnborg
2020-01-17 18:50 ` Sam Ravnborg
2020-01-17 18:53 ` Maxime Ripard
2020-01-17 18:53 ` Maxime Ripard
2020-01-17 18:53 ` Maxime Ripard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200117185012.GC14298@ravnborg.org \
--to=sam@ravnborg.org \
--cc=airlied@linux.ie \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=icenowy@aosc.io \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@googlegroups.com \
--cc=mripard@kernel.org \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.