RE: [PATCH v1 net-next] net: phy: mdio_bus: make mdiobus_scan also cover PHY that only talks C45

2019-08-28 Thread Voon, Weifeng
> On 8/28/19 8:41 AM, Ong, Boon Leong wrote: > >> On Tue, Aug 27, 2019 at 03:23:34PM +, Voon, Weifeng wrote: > >> Make mdiobus_scan() to try harder to look for any PHY that only > talks C45. > > If you are not using Device Tree or ACPI, and you are letting the > > MDIO bus be

Re: [PATCH v1 net-next] net: phy: mdio_bus: make mdiobus_scan also cover PHY that only talks C45

2019-08-28 Thread Florian Fainelli
On 8/28/19 8:41 AM, Ong, Boon Leong wrote: >> On Tue, Aug 27, 2019 at 03:23:34PM +, Voon, Weifeng wrote: >> Make mdiobus_scan() to try harder to look for any PHY that only talks C45. > If you are not using Device Tree or ACPI, and you are letting the MDIO > bus be scanned, it

RE: [PATCH v1 net-next] net: phy: mdio_bus: make mdiobus_scan also cover PHY that only talks C45

2019-08-28 Thread Ong, Boon Leong
>On Tue, Aug 27, 2019 at 03:23:34PM +, Voon, Weifeng wrote: >> > > > Make mdiobus_scan() to try harder to look for any PHY that only >> > talks C45. >> > > If you are not using Device Tree or ACPI, and you are letting the MDIO >> > > bus be scanned, it sounds like there should be a way for you

Re: [PATCH v1 net-next] net: phy: mdio_bus: make mdiobus_scan also cover PHY that only talks C45

2019-08-27 Thread Andrew Lunn
On Tue, Aug 27, 2019 at 03:23:34PM +, Voon, Weifeng wrote: > > > > Make mdiobus_scan() to try harder to look for any PHY that only > > talks C45. > > > If you are not using Device Tree or ACPI, and you are letting the MDIO > > > bus be scanned, it sounds like there should be a way for you to >

Re: [PATCH v1 net-next] net: phy: mdio_bus: make mdiobus_scan also cover PHY that only talks C45

2019-08-27 Thread Florian Fainelli
On 8/27/2019 8:23 AM, Voon, Weifeng wrote: Make mdiobus_scan() to try harder to look for any PHY that only >> talks C45. >>> If you are not using Device Tree or ACPI, and you are letting the MDIO >>> bus be scanned, it sounds like there should be a way for you to >>> provide a hint as to

RE: [PATCH v1 net-next] net: phy: mdio_bus: make mdiobus_scan also cover PHY that only talks C45

2019-08-27 Thread Voon, Weifeng
> > > Make mdiobus_scan() to try harder to look for any PHY that only > talks C45. > > If you are not using Device Tree or ACPI, and you are letting the MDIO > > bus be scanned, it sounds like there should be a way for you to > > provide a hint as to which addresses should be scanned (that's > >

RE: [PATCH v1 net-next] net: phy: mdio_bus: make mdiobus_scan also cover PHY that only talks C45

2019-08-27 Thread Voon, Weifeng
> There is something wrong with the clock on the computer you are posting > these patches from, the date in these postings are in the future by > several hours. > > This messes up the ordering of changes in patchwork and makes my life > miserable to a certain degree, so please fix this. > >

Re: [PATCH v1 net-next] net: phy: mdio_bus: make mdiobus_scan also cover PHY that only talks C45

2019-08-26 Thread David Miller
There is something wrong with the clock on the computer you are posting these patches from, the date in these postings are in the future by several hours. This messes up the ordering of changes in patchwork and makes my life miserable to a certain degree, so please fix this. Thank you.

Re: [PATCH v1 net-next] net: phy: mdio_bus: make mdiobus_scan also cover PHY that only talks C45

2019-08-26 Thread Andrew Lunn
On Mon, Aug 26, 2019 at 11:27:53AM -0700, Florian Fainelli wrote: > On 8/26/19 6:52 PM, Voon Weifeng wrote: > > From: Ong Boon Leong > > > > Make mdiobus_scan() to try harder to look for any PHY that only talks C45. > If you are not using Device Tree or ACPI, and you are letting the MDIO > bus

Re: [PATCH v1 net-next] net: phy: mdio_bus: make mdiobus_scan also cover PHY that only talks C45

2019-08-26 Thread Florian Fainelli
On 8/26/19 6:52 PM, Voon Weifeng wrote: > From: Ong Boon Leong > > Make mdiobus_scan() to try harder to look for any PHY that only talks C45. If you are not using Device Tree or ACPI, and you are letting the MDIO bus be scanned, it sounds like there should be a way for you to provide a hint as