Re: [PATCH 0/2] Add a regmap to Allwinner R40 CCU to export GMAC register

2017-11-02 Thread Icenowy Zheng
在 2017-11-02 15:11,Stephen Boyd 写道: On 10/09, Icenowy Zheng wrote: 于 2017年10月9日 GMT+08:00 下午3:18:09, Maxime Ripard 写到: >On Fri, Oct 06, 2017 at 06:33:31AM +, Icenowy Zheng wrote: >> In the CCU of the Allwinner R40 SoC, there's a GMAC configuration

Re: [PATCH 0/2] Add a regmap to Allwinner R40 CCU to export GMAC register

2017-11-02 Thread Icenowy Zheng
在 2017-11-02 15:11,Stephen Boyd 写道: On 10/09, Icenowy Zheng wrote: 于 2017年10月9日 GMT+08:00 下午3:18:09, Maxime Ripard 写到: >On Fri, Oct 06, 2017 at 06:33:31AM +, Icenowy Zheng wrote: >> In the CCU of the Allwinner R40 SoC, there's a GMAC configuration >register, >> which is intended to be

Re: [PATCH 0/2] Add a regmap to Allwinner R40 CCU to export GMAC register

2017-11-02 Thread Stephen Boyd
On 10/09, Icenowy Zheng wrote: > > > 于 2017年10月9日 GMT+08:00 下午3:18:09, Maxime Ripard > 写到: > >On Fri, Oct 06, 2017 at 06:33:31AM +, Icenowy Zheng wrote: > >> In the CCU of the Allwinner R40 SoC, there's a GMAC configuration > >register, > >> which is

Re: [PATCH 0/2] Add a regmap to Allwinner R40 CCU to export GMAC register

2017-11-02 Thread Stephen Boyd
On 10/09, Icenowy Zheng wrote: > > > 于 2017年10月9日 GMT+08:00 下午3:18:09, Maxime Ripard > 写到: > >On Fri, Oct 06, 2017 at 06:33:31AM +, Icenowy Zheng wrote: > >> In the CCU of the Allwinner R40 SoC, there's a GMAC configuration > >register, > >> which is intended to be accessed by the

Re: [PATCH 0/2] Add a regmap to Allwinner R40 CCU to export GMAC register

2017-10-09 Thread Icenowy Zheng
于 2017年10月9日 GMT+08:00 下午3:18:09, Maxime Ripard 写到: >On Fri, Oct 06, 2017 at 06:33:31AM +, Icenowy Zheng wrote: >> In the CCU of the Allwinner R40 SoC, there's a GMAC configuration >register, >> which is intended to be accessed by the dwmac-sun8i driver.

Re: [PATCH 0/2] Add a regmap to Allwinner R40 CCU to export GMAC register

2017-10-09 Thread Icenowy Zheng
于 2017年10月9日 GMT+08:00 下午3:18:09, Maxime Ripard 写到: >On Fri, Oct 06, 2017 at 06:33:31AM +, Icenowy Zheng wrote: >> In the CCU of the Allwinner R40 SoC, there's a GMAC configuration >register, >> which is intended to be accessed by the dwmac-sun8i driver. On SoCs >already >> supported by

Re: [PATCH 0/2] Add a regmap to Allwinner R40 CCU to export GMAC register

2017-10-09 Thread Maxime Ripard
On Fri, Oct 06, 2017 at 06:33:31AM +, Icenowy Zheng wrote: > In the CCU of the Allwinner R40 SoC, there's a GMAC configuration register, > which is intended to be accessed by the dwmac-sun8i driver. On SoCs already > supported by the driver the register is placed in the syscon rather than >

Re: [PATCH 0/2] Add a regmap to Allwinner R40 CCU to export GMAC register

2017-10-09 Thread Maxime Ripard
On Fri, Oct 06, 2017 at 06:33:31AM +, Icenowy Zheng wrote: > In the CCU of the Allwinner R40 SoC, there's a GMAC configuration register, > which is intended to be accessed by the dwmac-sun8i driver. On SoCs already > supported by the driver the register is placed in the syscon rather than >

[PATCH 0/2] Add a regmap to Allwinner R40 CCU to export GMAC register

2017-10-06 Thread Icenowy Zheng
In the CCU of the Allwinner R40 SoC, there's a GMAC configuration register, which is intended to be accessed by the dwmac-sun8i driver. On SoCs already supported by the driver the register is placed in the syscon rather than the CCU. As CCU is a critical part of the SoC, so write to it should be

[PATCH 0/2] Add a regmap to Allwinner R40 CCU to export GMAC register

2017-10-06 Thread Icenowy Zheng
In the CCU of the Allwinner R40 SoC, there's a GMAC configuration register, which is intended to be accessed by the dwmac-sun8i driver. On SoCs already supported by the driver the register is placed in the syscon rather than the CCU. As CCU is a critical part of the SoC, so write to it should be