[linux-sunxi] Re: [PATCH v5 4/6] dt-bindings: List devicetree binding for the CCU of Allwinner A10

2017-07-04 Thread Chen-Yu Tsai
On Wed, Jul 5, 2017 at 4:04 AM, Priit Laes wrote: > Allwinner A10 is now driven by sunxi-ng CCU driver. > > Add devicetree binding for it. > > Acked-by: Rob Herring > Signed-off-by: Priit Laes Reviewed-by: Chen-Yu Tsai -- You

[linux-sunxi] Re: [PATCH v5 3/6] dt-bindings: List devicetree binding for the CCU of Allwinner A20

2017-07-04 Thread Chen-Yu Tsai
On Wed, Jul 5, 2017 at 4:04 AM, Priit Laes wrote: > Allwinner A20 is now driven by sunxi-ng CCU driver. > > Add devicetree binding for it. > > Acked-by: Rob Herring > Signed-off-by: Priit Laes Reviewed-by: Chen-Yu Tsai -- You

[linux-sunxi] Re: [PATCH v5 1/6] clk: sunxi-ng: div: Add support for fixed post-divider

2017-07-04 Thread Chen-Yu Tsai
On Wed, Jul 5, 2017 at 4:04 AM, Priit Laes wrote: > SATA clock on sun4i/sun7i is of type (parent) / M / 6 where > 6 is fixed post-divider. > > Signed-off-by: Priit Laes Reviewed-by: Chen-Yu Tsai -- You received this message because you are

Re: [linux-sunxi] Re: [PATCH 3/4] sunxi: add stub EMAC device node in A83T device tree

2017-07-04 Thread Maxime Ripard
On Tue, Jul 04, 2017 at 08:07:42AM +0800, Icenowy Zheng wrote: > > > 于 2017年7月4日 GMT+08:00 上午4:46:17, Maxime Ripard > 写到: > >On Mon, Jul 03, 2017 at 02:54:17PM +0800, Icenowy Zheng wrote: > >> > >> > >> 于 2017年7月3日 GMT+08:00 下午2:52:00, Maxime Ripard >

[linux-sunxi] Re: [PATCH RFC 1/2] media: V3s: Add support for Allwinner CSI.

2017-07-04 Thread Maxime Ripard
On Tue, Jul 04, 2017 at 03:25:45PM +0800, Yong wrote: > On Mon, 3 Jul 2017 13:25:21 +0200 > Maxime Ripard wrote: > > > Hi, > > > > On Mon, Jul 03, 2017 at 06:59:52PM +0800, Yong wrote: > > > > > + select VIDEOBUF2_DMA_CONTIG > > > > > + select

[linux-sunxi] [PATCH v5 3/6] dt-bindings: List devicetree binding for the CCU of Allwinner A20

2017-07-04 Thread Priit Laes
Allwinner A20 is now driven by sunxi-ng CCU driver. Add devicetree binding for it. Acked-by: Rob Herring Signed-off-by: Priit Laes --- Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 1 + 1 file changed, 1 insertion(+) diff --git

[linux-sunxi] [PATCH v5 1/6] clk: sunxi-ng: div: Add support for fixed post-divider

2017-07-04 Thread Priit Laes
SATA clock on sun4i/sun7i is of type (parent) / M / 6 where 6 is fixed post-divider. Signed-off-by: Priit Laes --- drivers/clk/sunxi-ng/ccu_div.c | 18 -- drivers/clk/sunxi-ng/ccu_div.h | 3 ++- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git

[linux-sunxi] [PATCH v5 2/6] clk: sunxi-ng: Add sun4i/sun7i CCU driver

2017-07-04 Thread Priit Laes
Introduce a clock controller driver for sun4i A10 and sun7i A20 series SoCs. Signed-off-by: Priit Laes --- drivers/clk/sunxi-ng/Kconfig | 14 +- drivers/clk/sunxi-ng/Makefile |1 +- drivers/clk/sunxi-ng/ccu-sun4i-a10.c | 1448

[linux-sunxi] [PATCH v5 6/6] ARM: sun4i: Convert to CCU

2017-07-04 Thread Priit Laes
Convert sun4i-a10.dtsi to new CCU driver. Tested on Gemei G9 tablet. Signed-off-by: Priit Laes --- arch/arm/boot/dts/sun4i-a10.dtsi | 646 +++- 1 file changed, 73 insertions(+), 573 deletions(-) diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi

[linux-sunxi] [PATCH v5 0/6] ARM: sunxi: Convert sun4i/sun7i series SoCs to sunxi-ng CCU

2017-07-04 Thread Priit Laes
Hi, This serie brings A10 (sun4i) and A20 (sun7i) SoCs into the sunxi-ng world. With this patchset we now support all the clocks in sun4i/sun7i SoCs. As mentioned in sun5i conversion, this is pretty much standard stuff as most of the required clocks were already implemented in the sunxi-ng

[linux-sunxi] [PATCH v5 5/6] ARM: sun7i: Convert to CCU

2017-07-04 Thread Priit Laes
Convert sun7i-a20.dtsi to new CCU driver. Tested on Cubietruck. Signed-off-by: Priit Laes --- arch/arm/boot/dts/sun7i-a20.dtsi | 719 +++- 1 file changed, 84 insertions(+), 635 deletions(-) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi

[linux-sunxi] [PATCH v5 4/6] dt-bindings: List devicetree binding for the CCU of Allwinner A10

2017-07-04 Thread Priit Laes
Allwinner A10 is now driven by sunxi-ng CCU driver. Add devicetree binding for it. Acked-by: Rob Herring Signed-off-by: Priit Laes --- Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 1 + 1 file changed, 1 insertion(+) diff --git

[linux-sunxi] Re: [PATCH v8] drm/sun4i: hdmi: Implement I2C adapter for A10s DDC bus

2017-07-04 Thread Maxime Ripard
Hi, On Sun, Jul 02, 2017 at 05:27:10PM +1000, Jonathan Liu wrote: > The documentation for drm_do_get_edid in drivers/gpu/drm/drm_edid.c states: > "As in the general case the DDC bus is accessible by the kernel at the I2C > level, drivers must make all reasonable efforts to expose it as an I2C >

[linux-sunxi] Re: [PATCH] sunxi: add MACPWR in Orange Pi PC2 defconfig

2017-07-04 Thread Andre Przywara
Hi, On 04/07/17 11:48, Icenowy Zheng wrote: > 于 2017年7月4日 GMT+08:00 下午6:47:17, Andre Przywara 写到: >> Hi, >> >> On 04/07/17 11:43, Icenowy Zheng wrote: >>> The Ethernet function is enabled in the Orange Pi PC2 device tree and >>> defconfig, however, CONFIG_MACPWR is not

[linux-sunxi] Re: [PATCH] sunxi: add MACPWR in Orange Pi PC2 defconfig

2017-07-04 Thread Icenowy Zheng
于 2017年7月4日 GMT+08:00 下午6:47:17, Andre Przywara 写到: >Hi, > >On 04/07/17 11:43, Icenowy Zheng wrote: >> The Ethernet function is enabled in the Orange Pi PC2 device tree and >> defconfig, however, CONFIG_MACPWR is not properly set, which left the >> PHY being disabled

[linux-sunxi] Re: [PATCH] sunxi: add MACPWR in Orange Pi PC2 defconfig

2017-07-04 Thread Andre Przywara
Hi, On 04/07/17 11:43, Icenowy Zheng wrote: > The Ethernet function is enabled in the Orange Pi PC2 device tree and > defconfig, however, CONFIG_MACPWR is not properly set, which left the > PHY being disabled when booting, which makes the Ethernet function not > usable. Indeed, so I can remove

[linux-sunxi] [PATCH] sunxi: add MACPWR in Orange Pi PC2 defconfig

2017-07-04 Thread Icenowy Zheng
The Ethernet function is enabled in the Orange Pi PC2 device tree and defconfig, however, CONFIG_MACPWR is not properly set, which left the PHY being disabled when booting, which makes the Ethernet function not usable. Add the proper value of this option in the PC2 defconfig. Fixes: e7bd15ea156f

[linux-sunxi] Re: [PATCH RFC 1/2] media: V3s: Add support for Allwinner CSI.

2017-07-04 Thread Yong
On Mon, 3 Jul 2017 13:25:21 +0200 Maxime Ripard wrote: > Hi, > > On Mon, Jul 03, 2017 at 06:59:52PM +0800, Yong wrote: > > > > + select VIDEOBUF2_DMA_CONTIG > > > > + select REGMAP_MMIO > > > > + ---help--- > > > > + Support for the