[linux-sunxi] Re: [PATCH v2 1/9] drivers: pinctrl: add driver for Allwinner H5 SoC

2017-01-30 Thread Linus Walleij
On Thu, Jan 26, 2017 at 4:48 PM, Icenowy Zheng wrote: > Based on the Allwinner H5 datasheet and the pinctrl driver of the > backward-compatible H3 this introduces the pin multiplex assignments for > the H5 SoC. > > H5 introduced some more pin functions (e.g. three more groups

[linux-sunxi] Re: [PATCH v3 05/10] arm: dts: sun8i: split Allwinner H3 .dtsi

2017-01-30 Thread Maxime Ripard
On Mon, Jan 30, 2017 at 01:42:40AM +, André Przywara wrote: > > + { > > + compatible = "allwinner,sun8i-h3-ccu"; > > +}; > > I believe this kind of sharing nodes is a bit frowned upon in connection > with sharing .dtsi's. If the compatible name differs, I think it > deserves to be a

[linux-sunxi] Re: [PATCH v3 04/10] clk: sunxi-ng: add support for Allwinner H5 SoC

2017-01-30 Thread Maxime Ripard
On Sun, Jan 29, 2017 at 10:33:25AM +0800, Icenowy Zheng wrote: > Allwinner H5 is a SoC that features a CCU like H3, but with MMC phase > clocks removed (for new MMC controller) and a new bus gate/reset > imported. > > Add support for it. > > Signed-off-by: Icenowy Zheng > ---

[linux-sunxi] Re: [PATCH v3 06/10] clk: sunxi-ng: remove transitional headers for dt-bindings

2017-01-30 Thread Maxime Ripard
On Sun, Jan 29, 2017 at 10:33:27AM +0800, Icenowy Zheng wrote: > As we have already changed the DTSI file, the trnasitional dt-bindings > header sun8i-h3-ccu.h will not be needed any more. > > Remove them. > > Signed-off-by: Icenowy Zheng Your prefix is wrong, this is not

[linux-sunxi] Re: [PATCH v3 05/10] arm: dts: sun8i: split Allwinner H3 .dtsi

2017-01-30 Thread Maxime Ripard
On Sun, Jan 29, 2017 at 10:33:26AM +0800, Icenowy Zheng wrote: > +#include > +#include > +#include > +#include You're also converting to the new headers you created. This should be part of a separate patch, or merged with your next one. Maxime -- Maxime Ripard, Free Electrons Embedded

[linux-sunxi] Re: [PATCH v3 03/10] clk: sunxi-ng: rename sun8i-h3 driver to sunxi-h3-h5

2017-01-30 Thread Maxime Ripard
Hi, On Sun, Jan 29, 2017 at 10:33:24AM +0800, Icenowy Zheng wrote: > As the CCU in the Allwinner H5 SoC is very similar to the one in H3, > rename the H3 driver to sunxi-h3-h5 so that it can be extended with H5 > support. > > Signed-off-by: Icenowy Zheng > --- > The original

[linux-sunxi] Re: [PATCH v3 01/10] drivers: pinctrl: add driver for Allwinner H5 SoC

2017-01-30 Thread Linus Walleij
On Sun, Jan 29, 2017 at 3:33 AM, Icenowy Zheng wrote: > Based on the Allwinner H5 datasheet and the pinctrl driver of the > backward-compatible H3 this introduces the pin multiplex assignments for > the H5 SoC. > > H5 introduced some more pin functions (e.g. three more groups

[linux-sunxi] Re: [PATCH v3 08/10] dmaengine: sun6i: allow build on ARM64 platforms (sun50i)

2017-01-30 Thread Vinod Koul
On Tue, Jan 31, 2017 at 02:23:55AM +0800, Icenowy Zheng wrote: > > > 31.01.2017, 00:41, "Vinod Koul" : > > On Sun, Jan 29, 2017 at 10:33:29AM +0800, Icenowy Zheng wrote: > >>  As 64-bit Allwinner H5 SoC has the same DMA engine with H3, the DMA > >>  driver should be allowed