[linux-sunxi] Re: [PATCH v3 14/30] dt-bindings: update the Allwinner GPADC device tree binding for H3 & A83T

2018-09-10 Thread Rob Herring
On Fri, Aug 31, 2018 at 10:48:54AM +0200, Maxime Ripard wrote: > On Thu, Aug 30, 2018 at 05:45:02PM +0200, Philipp Rossak wrote: > > Allwinner H3 features a thermal sensor like the one in A33, but has its > > register re-arranged, the clock divider moved to CCU (originally the > > clock divider is

[linux-sunxi] Re: [PATCH v5 7/9] dt-bindings: ata: update ahci_sunxi bindings

2018-09-10 Thread Rob Herring
On Mon, 3 Sep 2018 12:01:59 +0200, Corentin Labbe wrote: > This patch update binding with the new R40 compatible. > > Signed-off-by: Corentin Labbe > --- > Documentation/devicetree/bindings/ata/ahci-platform.txt | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring -- You re

[linux-sunxi] Re: [PATCH v5 5/9] dt-bindings: ata: ahci-platform: document phy-supply

2018-09-10 Thread Rob Herring
On Mon, Sep 03, 2018 at 12:01:57PM +0200, Corentin Labbe wrote: > This patch document the new optional phy-supply. > > Signed-off-by: Corentin Labbe > --- > Documentation/devicetree/bindings/ata/ahci-platform.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/

[linux-sunxi] Re: [PATCH v5 1/9] dt-bindings: ata: ahci-platform: fix indentation of target-supply

2018-09-10 Thread Rob Herring
On Mon, Sep 03, 2018 at 12:01:53PM +0200, Corentin Labbe wrote: > This patch fix the indentation of target-supply's ':'. > > Signed-off-by: Corentin Labbe > --- > Documentation/devicetree/bindings/ata/ahci-platform.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Please add acks/revi

[linux-sunxi] Re: [PATCH 5/5] ARM: sun8i: dts: drop A64 HDMI PHY fallback compatible from R40 DT

2018-09-10 Thread Jernej Škrabec
Dne ponedeljek, 10. september 2018 ob 16:23:54 CEST je Maxime Ripard napisal(a): > On Fri, Sep 07, 2018 at 03:22:34PM +0800, Icenowy Zheng wrote: > > The R40 HDMI PHY seems to be different to the A64 one, the A64 one > > has no input mux, but the R40 one has. > > > > Drop the A64 fallback compati

[linux-sunxi] Re: [PATCH 5/5] ARM: sun8i: dts: drop A64 HDMI PHY fallback compatible from R40 DT

2018-09-10 Thread Maxime Ripard
On Fri, Sep 07, 2018 at 03:22:34PM +0800, Icenowy Zheng wrote: > The R40 HDMI PHY seems to be different to the A64 one, the A64 one > has no input mux, but the R40 one has. > > Drop the A64 fallback compatible from the HDMI PHY node in R40 DT. > > Signed-off-by: Icenowy Zheng > --- > arch/arm/b

[linux-sunxi] Re: [PATCH 1/5] dt-bindings: sun4i-drm: drop second PLL from A64 HDMI PHY binding

2018-09-10 Thread Maxime Ripard
On Fri, Sep 07, 2018 at 03:22:30PM +0800, Icenowy Zheng wrote: > By experiments it seems that the A64 HDMI PHY is not able to use the > second video PLL as the clock parent. > > Drop pll-1 from the device tree binding of A64 HDMI PHY. > > Signed-off-by: Icenowy Zheng > --- > Documentation/devic

[linux-sunxi] Re: [PATCH RESEND] drivers: soc: Allow building the sunxi driver without ARCH_SUNXI

2018-09-10 Thread Maxime Ripard
On Sun, Sep 09, 2018 at 09:04:39PM +0200, Paul Kocialkowski wrote: > This makes it possible to build the sunxi SRAM driver without building > for the sunxi architecture. This allows selecting the driver when > building the kernel in testing environments. > > In particular, this is necessary for te

[linux-sunxi] Re: [PATCH v9 2/9] media: v4l: Add definitions for MPEG-2 slice format and metadata

2018-09-10 Thread Hans Verkuil
On 09/10/2018 11:47 AM, Paul Kocialkowski wrote: > Hi, > > Le lundi 10 septembre 2018 à 11:41 +0200, Hans Verkuil a écrit : >> On 09/07/2018 12:24 AM, Paul Kocialkowski wrote: >>> From: Paul Kocialkowski >>> >>> Stateless video decoding engines require both the MPEG-2 slices and >>> associated me

[linux-sunxi] Re: [PATCH v9 2/9] media: v4l: Add definitions for MPEG-2 slice format and metadata

2018-09-10 Thread Paul Kocialkowski
Hi, Le lundi 10 septembre 2018 à 11:41 +0200, Hans Verkuil a écrit : > On 09/07/2018 12:24 AM, Paul Kocialkowski wrote: > > From: Paul Kocialkowski > > > > Stateless video decoding engines require both the MPEG-2 slices and > > associated metadata from the video stream in order to decode frames.

[linux-sunxi] Re: [PATCH v9 2/9] media: v4l: Add definitions for MPEG-2 slice format and metadata

2018-09-10 Thread Hans Verkuil
On 09/07/2018 12:24 AM, Paul Kocialkowski wrote: > From: Paul Kocialkowski > > Stateless video decoding engines require both the MPEG-2 slices and > associated metadata from the video stream in order to decode frames. > > This introduces definitions for a new pixel format, describing buffers > w

[linux-sunxi] Re: [PATCH v9 2/9] media: v4l: Add definitions for MPEG-2 slice format and metadata

2018-09-10 Thread Hans Verkuil
On 09/07/2018 12:24 AM, Paul Kocialkowski wrote: > From: Paul Kocialkowski > > Stateless video decoding engines require both the MPEG-2 slices and > associated metadata from the video stream in order to decode frames. > > This introduces definitions for a new pixel format, describing buffers > w

[linux-sunxi] Re: [PATCH RESEND] drivers: soc: Allow building the sunxi driver without ARCH_SUNXI

2018-09-10 Thread Chen-Yu Tsai
Hi Hans, On Mon, Sep 10, 2018 at 3:04 AM Paul Kocialkowski wrote: > > This makes it possible to build the sunxi SRAM driver without building > for the sunxi architecture. This allows selecting the driver when > building the kernel in testing environments. > > In particular, this is necessary for

[linux-sunxi] Re: [PATCH v2 4/4] media: cedrus: Select the sunxi SRAM driver in Kconfig

2018-09-10 Thread Hans Verkuil
On 09/09/2018 09:10 PM, Paul Kocialkowski wrote: > Since the sunxi SRAM driver is required to build the Cedrus driver, > select it in Kconfig. > > Signed-off-by: Paul Kocialkowski > --- > drivers/staging/media/sunxi/cedrus/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers