Re: [PATCH 2/5] phy: iproc-mdio: Initial iProc MDC/MDIO support

2015-05-22 Thread Paul Bolle
On Thu, 2015-05-21 at 16:52 -0700, Ray Jui wrote: > I think we had previous discussions on this for the pinctrl patches. > People including Linus and me think this is good to be there at least > for information purpose. Maybe I just forgot we already discussed this. (I only remember PCI as valuing

Re: [PATCH 2/5] phy: iproc-mdio: Initial iProc MDC/MDIO support

2015-05-21 Thread Ray Jui
On 5/21/2015 12:41 AM, Paul Bolle wrote: > On Tue, 2015-05-19 at 18:23 -0700, Ray Jui wrote: >> --- a/drivers/phy/Kconfig >> +++ b/drivers/phy/Kconfig >> >> +config PHY_IPROC_MDIO >> +bool "Broadcom iProc MDC/MDIO driver" >> +depends on ARCH_BCM_IPROC >> +default ARCH_BCM_IPROC >> +

Re: [PATCH 2/5] phy: iproc-mdio: Initial iProc MDC/MDIO support

2015-05-21 Thread Ray Jui
On 5/21/2015 2:51 PM, Florian Fainelli wrote: > On 21/05/15 14:35, Ray Jui wrote: >> On 5/21/2015 6:12 AM, Kishon Vijay Abraham I wrote: >>> Hi, >>> >>> On Wednesday 20 May 2015 06:53 AM, Ray Jui wrote: This adds the support for the iProc MDC/MDIO interface. Multiple iProc SoCs contain

Re: [PATCH 2/5] phy: iproc-mdio: Initial iProc MDC/MDIO support

2015-05-21 Thread Florian Fainelli
On 21/05/15 14:35, Ray Jui wrote: > On 5/21/2015 6:12 AM, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Wednesday 20 May 2015 06:53 AM, Ray Jui wrote: >>> This adds the support for the iProc MDC/MDIO interface. Multiple iProc >>> SoCs contain the MDC/MDIO interface that can be used for the host to

Re: [PATCH 2/5] phy: iproc-mdio: Initial iProc MDC/MDIO support

2015-05-21 Thread Ray Jui
On 5/21/2015 6:12 AM, Kishon Vijay Abraham I wrote: > Hi, > > On Wednesday 20 May 2015 06:53 AM, Ray Jui wrote: >> This adds the support for the iProc MDC/MDIO interface. Multiple iProc >> SoCs contain the MDC/MDIO interface that can be used for the host to >> communicate with various Serdes/PHYs

Re: [PATCH 2/5] phy: iproc-mdio: Initial iProc MDC/MDIO support

2015-05-21 Thread Kishon Vijay Abraham I
Hi, On Wednesday 20 May 2015 06:53 AM, Ray Jui wrote: This adds the support for the iProc MDC/MDIO interface. Multiple iProc SoCs contain the MDC/MDIO interface that can be used for the host to communicate with various Serdes/PHYs including Ethernet, PCIe, USB, etc. the term phy used in this d

Re: [PATCH 2/5] phy: iproc-mdio: Initial iProc MDC/MDIO support

2015-05-21 Thread Paul Bolle
On Tue, 2015-05-19 at 18:23 -0700, Ray Jui wrote: > --- a/drivers/phy/Kconfig > +++ b/drivers/phy/Kconfig > > +config PHY_IPROC_MDIO > + bool "Broadcom iProc MDC/MDIO driver" > + depends on ARCH_BCM_IPROC > + default ARCH_BCM_IPROC > + help > + Enable this to support the iPr

[PATCH 2/5] phy: iproc-mdio: Initial iProc MDC/MDIO support

2015-05-19 Thread Ray Jui
This adds the support for the iProc MDC/MDIO interface. Multiple iProc SoCs contain the MDC/MDIO interface that can be used for the host to communicate with various Serdes/PHYs including Ethernet, PCIe, USB, etc. Signed-off-by: Ray Jui Reviewed-by: Arun Parameswaran Reviewed-by: JD (Jiandong) Zh