[linux-sunxi] Re: [PATCH v3 1/6] Documentation: ARM: sunxi: pwm: add Allwinner sun8i.

2018-11-26 Thread Maxime Ripard
On Mon, Nov 26, 2018 at 12:18:59AM +0800, Hao Zhang wrote: > This patch adds Allwinner sun8i pwm binding document. > > Signed-off-by: Hao Zhang > --- > .../devicetree/bindings/pwm/pwm-sun8i.txt | 24 > ++ > 1 file changed, 24 insertions(+) > create mode 100644

[linux-sunxi] [PATCH 2/2] dt-bindings: gpu: add Allwinner H6 Mali Midgard binding

2018-11-26 Thread Icenowy Zheng
Allwinner H6 SoC uses a Mali T720 GPU, which is one of the GPUs in the Midgard GPU product line. Add binding for the H6 Mali Midgard GPU. Signed-off-by: Icenowy Zheng --- .../devicetree/bindings/gpu/arm,mali-midgard.txt| 13 + 1 file changed, 13 insertions(+) diff --git

[linux-sunxi] [PATCH 1/2] dt-bindings: gpu: add bus clock for Mali Midgard GPUs

2018-11-26 Thread Icenowy Zheng
Some SoCs adds a bus clock gate to the Mali Midgard GPU. Add the binding for the bus clock. Signed-off-by: Icenowy Zheng --- Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git

[linux-sunxi] Re: [PATCH v3 1/6] Documentation: ARM: sunxi: pwm: add Allwinner sun8i.

2018-11-26 Thread Uwe Kleine-König
Hello, On Mon, Nov 26, 2018 at 12:18:59AM +0800, Hao Zhang wrote: > This patch adds Allwinner sun8i pwm binding document. > > Signed-off-by: Hao Zhang > --- > .../devicetree/bindings/pwm/pwm-sun8i.txt | 24 > ++ > 1 file changed, 24 insertions(+) > create mode

[linux-sunxi] Re: [PATCH v3 1/6] Documentation: ARM: sunxi: pwm: add Allwinner sun8i.

2018-11-26 Thread Rob Herring
On Mon, 26 Nov 2018 00:18:59 +0800, Hao Zhang wrote: > This patch adds Allwinner sun8i pwm binding document. > > Signed-off-by: Hao Zhang > --- > .../devicetree/bindings/pwm/pwm-sun8i.txt | 24 > ++ > 1 file changed, 24 insertions(+) > create mode 100644

[linux-sunxi] Re: [RFC PATCH v4 14/17] dt-bindings: sram: Add Allwinner suniv F1C100s

2018-11-26 Thread Rob Herring
On Sun, 25 Nov 2018 10:43:17 +0300, Mesih Kilinc wrote: > The suniv ARMv5 F1C100s chip has similar sram controller to sun4i A10. > Add compatible string for it. > > Signed-off-by: Mesih Kilinc > --- > Documentation/devicetree/bindings/sram/sunxi-sram.txt | 4 > 1 file changed, 4

[linux-sunxi] Re: [RFC PATCH v4 15/17] dt-bindings: watchdog: Add Allwinner ARMv5 F1C100s wdt

2018-11-26 Thread Rob Herring
On Sun, 25 Nov 2018 10:43:18 +0300, Mesih Kilinc wrote: > Allwinner ARMv5 F1C100s has similar watchdog timer to sun6i A31. > Add definition for it. > > Signed-off-by: Mesih Kilinc > --- > Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt | 1 + > 1 file changed, 1 insertion(+) >

[linux-sunxi] Re: [RFC PATCH v4 08/17] dt-bindings: timer: Add Allwinner suniv timer

2018-11-26 Thread Rob Herring
On Sun, 25 Nov 2018 10:43:11 +0300, Mesih Kilinc wrote: > Add compatible string for Allwinner suniv timer which is similar to > sun4i timer. > > Signed-off-by: Mesih Kilinc > Acked-by: Maxime Ripard > --- > Documentation/devicetree/bindings/timer/allwinner,sun4i-timer.txt | 4 +++- > 1 file

[linux-sunxi] Re: [RFC PATCH v4 04/17] dt-bindings: interrupt-controller: Add suniv interrupt-controller

2018-11-26 Thread Rob Herring
On Sun, 25 Nov 2018 10:43:07 +0300, Mesih Kilinc wrote: > Add compatible string for Alwinner suniv F1C100s SoC interrupt > controller which is stripped version of sun4i > > Signed-off-by: Mesih Kilinc > Acked-by: Maxime Ripard > --- >

[linux-sunxi] Re: [RFC PATCH v4 02/17] dt-bindings: arm: Add new Allwinner ARMv5 F1C100s SoC

2018-11-26 Thread Rob Herring
On Sun, 25 Nov 2018 10:43:05 +0300, Mesih Kilinc wrote: > Add new Allwinner ARMv5 F1C100s SoC's compatible string > > Signed-off-by: Mesih Kilinc > Acked-by: Maxime Ripard > --- > Documentation/devicetree/bindings/arm/sunxi.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob

[linux-sunxi] Re: [PATCH v3 6/6] ARM: PWM: add allwinner sun8i R40/T3/V40 PWM support.

2018-11-26 Thread Uwe Kleine-König
On Mon, Nov 26, 2018 at 12:23:19AM +0800, Hao Zhang wrote: > The sun8i R40/T3/V40 PWM has 8 PWM channals and divides to 4 PWM pairs, > each PWM pair built-in 1 clock module, 2 timer logic module and 1 > programmable dead-time generator, it also support waveform capture. > It has 2 clock sources

[linux-sunxi] Re: [PATCH v3 5/6] DEV: CLK: sunxi ccu: export clk_apb1 for sun8i-r40 soc pwm.

2018-11-26 Thread Uwe Kleine-König
On Mon, Nov 26, 2018 at 12:22:03AM +0800, Hao Zhang wrote: > +#define CLK_APB127 This is already used in patch 2, so the patches must be reordered. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König| Industrial Linux Solutions

[linux-sunxi] Re: [PATCH v3 2/6] ARM: dtsi: add pwm node for sun8i R40.

2018-11-26 Thread Uwe Kleine-König
On Mon, Nov 26, 2018 at 12:19:41AM +0800, Hao Zhang wrote: > This patch adds pwm node for sun8i R40. > > Signed-off-by: Hao Zhang > --- > arch/arm/boot/dts/sun8i-r40.dtsi | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/arch/arm/boot/dts/sun8i-r40.dtsi >

[linux-sunxi] Re: [PATCH v9 3/8] ASoC: dt-bindings: add regulator property to simple amplifier

2018-11-26 Thread Rob Herring
On Thu, 22 Nov 2018 18:23:20 +0800, Chen-Yu Tsai wrote: > From: Vasily Khoruzhick > > Amplifier may have associated regulator, so add a property for it. > > Signed-off-by: Vasily Khoruzhick > Signed-off-by: Chen-Yu Tsai > --- > Documentation/devicetree/bindings/sound/simple-amplifier.txt | 5

[linux-sunxi] Re: [PATCH v3 4/6] DEV: CLK: add function to check the using clock name of driver.

2018-11-26 Thread Thierry Reding
On Mon, Nov 26, 2018 at 12:21:18AM +0800, Hao Zhang wrote: > In some situation we want to check clock whether is we want > and after the driver been probed use to change different clock source. > > Signed-off-by: Hao Zhang > --- > drivers/clk/clk.c| 6 ++ >

Re: [linux-sunxi] Re: [PATCH v4 08/26] drm/sun4i: sun6i_mipi_dsi: Fix VBP size calculation

2018-11-26 Thread Jagan Teki
On 20/11/18 9:55 PM, Jagan Teki wrote: On Tue, Nov 20, 2018 at 9:27 PM Maxime Ripard wrote: On Thu, Nov 15, 2018 at 11:19:53PM +0530, Jagan Teki wrote: On Thu, Nov 15, 2018 at 3:26 PM Maxime Ripard wrote: Hi, On Tue, Nov 13, 2018 at 04:46:15PM +0530, Jagan Teki wrote: The horizontal and

[linux-sunxi] Re: [PATCH v2 12/43] drm/fourcc: Add format helpers for checking YUV sub-sampling

2018-11-26 Thread Paul Kocialkowski
Hi, On Fri, 2018-11-23 at 19:23 +0200, Ville Syrjälä wrote: > On Fri, Nov 23, 2018 at 04:55:33PM +, Ayan Halder wrote: > > On Fri, Nov 23, 2018 at 10:24:44AM +0100, Paul Kocialkowski wrote: > > > > Hi Paul, > > > > > This introduces new format helpers that use the previously-introduced > >