From: Maxime Ripard <maxime.ripard@bootlin.com>
To: Chen-Yu Tsai <wens@csie.org>
Cc: devel@driverdev.osuosl.org,
devicetree <devicetree@vger.kernel.org>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
linux-kernel <linux-kernel@vger.kernel.org>,
Paul Kocialkowski <paul.kocialkowski@bootlin.com>,
linux-sunxi <linux-sunxi@googlegroups.com>,
Rob Herring <robh+dt@kernel.org>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Mark Rutland <mark.rutland@arm.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Hans Verkuil <hverkuil@xs4all.nl>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [PATCH v2 00/15] Cedrus H5 and A64 support with A33 and H3 updates
Date: Wed, 5 Dec 2018 12:07:12 +0100 [thread overview]
Message-ID: <20181205110712.dfzdkixpsayue5k7@flea> (raw)
In-Reply-To: <CAGb2v64fjKbxET61S7NzTaPGJc7-XUG=Zb87_BOah9xWr5zpvg@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 2637 bytes --]
On Wed, Dec 05, 2018 at 05:48:34PM +0800, Chen-Yu Tsai wrote:
> On Wed, Dec 5, 2018 at 5:25 PM Paul Kocialkowski
> <paul.kocialkowski@bootlin.com> wrote:
> >
> > This series adds support for the Allwinner H5 and A64 platforms to the
> > cedrus stateless video codec driver, with minor updates to the A33 and
> > H3 platforms.
> >
> > It requires changes to the SRAM driver bindings and driver, to properly
> > support the H5 and the A64 C1 SRAM section. Because a H5-specific
> > system-control node is introduced, the dummy syscon node that was shared
> > between the H3 and H5 is removed in favor of each platform-specific node.
> > A few fixes are included to ensure that the EMAC clock configuration
> > register is still accessible through the sunxi SRAM driver (instead of the
> > dummy syscon node, that was there for this purpose) on the H3 and H5.
> >
> > The reserved memory nodes for the A33 and H3 are also removed in this
> > series, since they are not actually necessary.
> >
> > Changes since v1:
> > * Removed the reserved-memory nodes for the A64 and H5;
> > * Removed the reserved-memory nodes for the A33 and H3;
> > * Corrected the SRAM bases and sizes to the best of our knowledge;
> > * Dropped cosmetic dt changes already included in the sunxi tree.
> >
> > Paul Kocialkowski (15):
> > ARM: dts: sun8i: h3: Fix the system-control register range
> > ARM: dts: sun8i: a33: Remove unnecessary reserved memory node
> > ARM: dts: sun8i: h3: Remove unnecessary reserved memory node
> > soc: sunxi: sram: Enable EMAC clock access for H3 variant
> > dt-bindings: sram: sunxi: Add bindings for the H5 with SRAM C1
> > soc: sunxi: sram: Add support for the H5 SoC system control
> > arm64: dts: allwinner: h5: Add system-control node with SRAM C1
> > ARM/arm64: sunxi: Move H3/H5 syscon label over to soc-specific nodes
> > dt-bindings: sram: sunxi: Add compatible for the A64 SRAM C1
> > arm64: dts: allwinner: a64: Add support for the SRAM C1 section
> > dt-bindings: media: cedrus: Add compatibles for the A64 and H5
> > media: cedrus: Add device-tree compatible and variant for H5 support
> > media: cedrus: Add device-tree compatible and variant for A64 support
> > arm64: dts: allwinner: h5: Add Video Engine node
> > arm64: dts: allwinner: a64: Add Video Engine node
>
> Other than the error in patch 7,
>
> Acked-by: Chen-Yu Tsai <wens@csie.org>
Applied all the patches but 11-13, with the changes discussed on patch 7 fixed.
Thanks!
Maxime
--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
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: Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>
To: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
Cc: Paul Kocialkowski
<paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>,
Linux Media Mailing List
<linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linux-kernel
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linux-arm-kernel
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org,
Mauro Carvalho Chehab
<mchehab-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Thomas Petazzoni
<thomas.petazzoni-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>,
linux-sunxi <linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>,
Hans Verkuil <hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>,
Sakari Ailus
<sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Subject: Re: [PATCH v2 00/15] Cedrus H5 and A64 support with A33 and H3 updates
Date: Wed, 5 Dec 2018 12:07:12 +0100 [thread overview]
Message-ID: <20181205110712.dfzdkixpsayue5k7@flea> (raw)
In-Reply-To: <CAGb2v64fjKbxET61S7NzTaPGJc7-XUG=Zb87_BOah9xWr5zpvg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 2629 bytes --]
On Wed, Dec 05, 2018 at 05:48:34PM +0800, Chen-Yu Tsai wrote:
> On Wed, Dec 5, 2018 at 5:25 PM Paul Kocialkowski
> <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> wrote:
> >
> > This series adds support for the Allwinner H5 and A64 platforms to the
> > cedrus stateless video codec driver, with minor updates to the A33 and
> > H3 platforms.
> >
> > It requires changes to the SRAM driver bindings and driver, to properly
> > support the H5 and the A64 C1 SRAM section. Because a H5-specific
> > system-control node is introduced, the dummy syscon node that was shared
> > between the H3 and H5 is removed in favor of each platform-specific node.
> > A few fixes are included to ensure that the EMAC clock configuration
> > register is still accessible through the sunxi SRAM driver (instead of the
> > dummy syscon node, that was there for this purpose) on the H3 and H5.
> >
> > The reserved memory nodes for the A33 and H3 are also removed in this
> > series, since they are not actually necessary.
> >
> > Changes since v1:
> > * Removed the reserved-memory nodes for the A64 and H5;
> > * Removed the reserved-memory nodes for the A33 and H3;
> > * Corrected the SRAM bases and sizes to the best of our knowledge;
> > * Dropped cosmetic dt changes already included in the sunxi tree.
> >
> > Paul Kocialkowski (15):
> > ARM: dts: sun8i: h3: Fix the system-control register range
> > ARM: dts: sun8i: a33: Remove unnecessary reserved memory node
> > ARM: dts: sun8i: h3: Remove unnecessary reserved memory node
> > soc: sunxi: sram: Enable EMAC clock access for H3 variant
> > dt-bindings: sram: sunxi: Add bindings for the H5 with SRAM C1
> > soc: sunxi: sram: Add support for the H5 SoC system control
> > arm64: dts: allwinner: h5: Add system-control node with SRAM C1
> > ARM/arm64: sunxi: Move H3/H5 syscon label over to soc-specific nodes
> > dt-bindings: sram: sunxi: Add compatible for the A64 SRAM C1
> > arm64: dts: allwinner: a64: Add support for the SRAM C1 section
> > dt-bindings: media: cedrus: Add compatibles for the A64 and H5
> > media: cedrus: Add device-tree compatible and variant for H5 support
> > media: cedrus: Add device-tree compatible and variant for A64 support
> > arm64: dts: allwinner: h5: Add Video Engine node
> > arm64: dts: allwinner: a64: Add Video Engine node
>
> Other than the error in patch 7,
>
> Acked-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
Applied all the patches but 11-13, with the changes discussed on patch 7 fixed.
Thanks!
Maxime
--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@bootlin.com>
To: Chen-Yu Tsai <wens@csie.org>
Cc: Paul Kocialkowski <paul.kocialkowski@bootlin.com>,
Linux Media Mailing List <linux-media@vger.kernel.org>,
devicetree <devicetree@vger.kernel.org>,
linux-kernel <linux-kernel@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
devel@driverdev.osuosl.org,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
linux-sunxi <linux-sunxi@googlegroups.com>,
Hans Verkuil <hverkuil@xs4all.nl>,
Sakari Ailus <sakari.ailus@linux.intel.com>
Subject: Re: [PATCH v2 00/15] Cedrus H5 and A64 support with A33 and H3 updates
Date: Wed, 5 Dec 2018 12:07:12 +0100 [thread overview]
Message-ID: <20181205110712.dfzdkixpsayue5k7@flea> (raw)
In-Reply-To: <CAGb2v64fjKbxET61S7NzTaPGJc7-XUG=Zb87_BOah9xWr5zpvg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2637 bytes --]
On Wed, Dec 05, 2018 at 05:48:34PM +0800, Chen-Yu Tsai wrote:
> On Wed, Dec 5, 2018 at 5:25 PM Paul Kocialkowski
> <paul.kocialkowski@bootlin.com> wrote:
> >
> > This series adds support for the Allwinner H5 and A64 platforms to the
> > cedrus stateless video codec driver, with minor updates to the A33 and
> > H3 platforms.
> >
> > It requires changes to the SRAM driver bindings and driver, to properly
> > support the H5 and the A64 C1 SRAM section. Because a H5-specific
> > system-control node is introduced, the dummy syscon node that was shared
> > between the H3 and H5 is removed in favor of each platform-specific node.
> > A few fixes are included to ensure that the EMAC clock configuration
> > register is still accessible through the sunxi SRAM driver (instead of the
> > dummy syscon node, that was there for this purpose) on the H3 and H5.
> >
> > The reserved memory nodes for the A33 and H3 are also removed in this
> > series, since they are not actually necessary.
> >
> > Changes since v1:
> > * Removed the reserved-memory nodes for the A64 and H5;
> > * Removed the reserved-memory nodes for the A33 and H3;
> > * Corrected the SRAM bases and sizes to the best of our knowledge;
> > * Dropped cosmetic dt changes already included in the sunxi tree.
> >
> > Paul Kocialkowski (15):
> > ARM: dts: sun8i: h3: Fix the system-control register range
> > ARM: dts: sun8i: a33: Remove unnecessary reserved memory node
> > ARM: dts: sun8i: h3: Remove unnecessary reserved memory node
> > soc: sunxi: sram: Enable EMAC clock access for H3 variant
> > dt-bindings: sram: sunxi: Add bindings for the H5 with SRAM C1
> > soc: sunxi: sram: Add support for the H5 SoC system control
> > arm64: dts: allwinner: h5: Add system-control node with SRAM C1
> > ARM/arm64: sunxi: Move H3/H5 syscon label over to soc-specific nodes
> > dt-bindings: sram: sunxi: Add compatible for the A64 SRAM C1
> > arm64: dts: allwinner: a64: Add support for the SRAM C1 section
> > dt-bindings: media: cedrus: Add compatibles for the A64 and H5
> > media: cedrus: Add device-tree compatible and variant for H5 support
> > media: cedrus: Add device-tree compatible and variant for A64 support
> > arm64: dts: allwinner: h5: Add Video Engine node
> > arm64: dts: allwinner: a64: Add Video Engine node
>
> Other than the error in patch 7,
>
> Acked-by: Chen-Yu Tsai <wens@csie.org>
Applied all the patches but 11-13, with the changes discussed on patch 7 fixed.
Thanks!
Maxime
--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2018-12-05 11:08 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-05 9:24 [PATCH v2 00/15] Cedrus H5 and A64 support with A33 and H3 updates Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` [PATCH v2 01/15] ARM: dts: sun8i: h3: Fix the system-control register range Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` [PATCH v2 02/15] ARM: dts: sun8i: a33: Remove unnecessary reserved memory node Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` [PATCH v2 03/15] ARM: dts: sun8i: h3: " Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` [PATCH v2 04/15] soc: sunxi: sram: Enable EMAC clock access for H3 variant Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` [PATCH v2 05/15] dt-bindings: sram: sunxi: Add bindings for the H5 with SRAM C1 Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` [PATCH v2 06/15] soc: sunxi: sram: Add support for the H5 SoC system control Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` [PATCH v2 07/15] arm64: dts: allwinner: h5: Add system-control node with SRAM C1 Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:45 ` Chen-Yu Tsai
2018-12-05 9:45 ` Chen-Yu Tsai
2018-12-05 9:45 ` Chen-Yu Tsai
2018-12-05 9:48 ` Paul Kocialkowski
2018-12-05 9:48 ` Paul Kocialkowski
2018-12-05 9:48 ` Paul Kocialkowski
2018-12-05 9:49 ` Chen-Yu Tsai
2018-12-05 9:49 ` Chen-Yu Tsai
2018-12-05 9:49 ` Chen-Yu Tsai
2018-12-05 9:53 ` Paul Kocialkowski
2018-12-05 9:53 ` Paul Kocialkowski
2018-12-05 9:53 ` Paul Kocialkowski
2018-12-05 9:24 ` [PATCH v2 08/15] ARM/arm64: sunxi: Move H3/H5 syscon label over to soc-specific nodes Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` [PATCH v2 09/15] dt-bindings: sram: sunxi: Add compatible for the A64 SRAM C1 Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` [PATCH v2 10/15] arm64: dts: allwinner: a64: Add support for the SRAM C1 section Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` [PATCH v2 11/15] dt-bindings: media: cedrus: Add compatibles for the A64 and H5 Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 11:00 ` Maxime Ripard
2018-12-05 11:00 ` Maxime Ripard
2018-12-05 11:00 ` Maxime Ripard
2018-12-05 9:24 ` [PATCH v2 12/15] media: cedrus: Add device-tree compatible and variant for H5 support Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 11:00 ` Maxime Ripard
2018-12-05 11:00 ` Maxime Ripard
2018-12-05 11:00 ` Maxime Ripard
2018-12-05 9:24 ` [PATCH v2 13/15] media: cedrus: Add device-tree compatible and variant for A64 support Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 11:01 ` Maxime Ripard
2018-12-05 11:01 ` Maxime Ripard
2018-12-05 11:01 ` Maxime Ripard
2018-12-05 9:24 ` [PATCH v2 14/15] arm64: dts: allwinner: h5: Add Video Engine node Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` [PATCH v2 15/15] arm64: dts: allwinner: a64: " Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-05 9:24 ` Paul Kocialkowski
2018-12-07 21:22 ` [linux-sunxi] " Jernej Škrabec
2018-12-07 21:22 ` Jernej Škrabec
2018-12-07 21:22 ` Jernej Škrabec
2018-12-10 9:00 ` [linux-sunxi] " Paul Kocialkowski
2018-12-10 9:00 ` Paul Kocialkowski
2018-12-10 9:00 ` Paul Kocialkowski
2018-12-05 9:48 ` [PATCH v2 00/15] Cedrus H5 and A64 support with A33 and H3 updates Chen-Yu Tsai
2018-12-05 9:48 ` Chen-Yu Tsai
2018-12-05 9:48 ` Chen-Yu Tsai
2018-12-05 11:07 ` Maxime Ripard [this message]
2018-12-05 11:07 ` Maxime Ripard
2018-12-05 11:07 ` 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=20181205110712.dfzdkixpsayue5k7@flea \
--to=maxime.ripard@bootlin.com \
--cc=devel@driverdev.osuosl.org \
--cc=devicetree@vger.kernel.org \
--cc=hverkuil@xs4all.nl \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-sunxi@googlegroups.com \
--cc=mark.rutland@arm.com \
--cc=mchehab@kernel.org \
--cc=paul.kocialkowski@bootlin.com \
--cc=robh+dt@kernel.org \
--cc=sakari.ailus@linux.intel.com \
--cc=thomas.petazzoni@bootlin.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.