Re: [PATCH] ACPI: Add phylib support code for mdio

2015-12-09 Thread Yankejian (Hackim Yim)
On 2015/12/9 18:31, Yankejian (Hackim Yim) wrote: > > On 2015/12/9 3:55, Al Stone wrote: >> On 12/03/2015 03:47 AM, Graeme Gregory wrote: >>> On Thu, Dec 03, 2015 at 09:54:43AM +0800, yankejian wrote: Add support for getting the PHY devices on an MDIO bus by ACPI. Currently many of the

Re: [PATCH] ACPI: Add phylib support code for mdio

2015-12-09 Thread Yankejian (Hackim Yim)
On 2015/12/9 3:55, Al Stone wrote: > On 12/03/2015 03:47 AM, Graeme Gregory wrote: >> On Thu, Dec 03, 2015 at 09:54:43AM +0800, yankejian wrote: >>> Add support for getting the PHY devices on an MDIO bus by ACPI. >>> Currently many of the ethernet drivers are open coding a solution >>> for readin

Re: [PATCH] ACPI: Add phylib support code for mdio

2015-12-08 Thread Al Stone
On 12/03/2015 03:47 AM, Graeme Gregory wrote: > On Thu, Dec 03, 2015 at 09:54:43AM +0800, yankejian wrote: >> Add support for getting the PHY devices on an MDIO bus by ACPI. >> Currently many of the ethernet drivers are open coding a solution >> for reading data out of ACPI to find the correct PHY

Re: [PATCH] ACPI: Add phylib support code for mdio

2015-12-03 Thread Graeme Gregory
On Thu, Dec 03, 2015 at 09:54:43AM +0800, yankejian wrote: > Add support for getting the PHY devices on an MDIO bus by ACPI. > Currently many of the ethernet drivers are open coding a solution > for reading data out of ACPI to find the correct PHY device. > This patch implements a set of common rou

Re: [PATCH] ACPI: Add phylib support code for mdio

2015-12-02 Thread kbuild test robot
Hi yankejian, [auto build test ERROR on pm/linux-next] [also build test ERROR on v4.4-rc3 next-20151202] url: https://github.com/0day-ci/linux/commits/yankejian/ACPI-Add-phylib-support-code-for-mdio/20151203-115039 base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git l

Re: [PATCH] ACPI: Add phylib support code for mdio

2015-12-02 Thread kbuild test robot
Hi yankejian, [auto build test ERROR on pm/linux-next] [also build test ERROR on v4.4-rc3 next-20151202] url: https://github.com/0day-ci/linux/commits/yankejian/ACPI-Add-phylib-support-code-for-mdio/20151203-115039 base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git l

[PATCH] ACPI: Add phylib support code for mdio

2015-12-02 Thread yankejian
Add support for getting the PHY devices on an MDIO bus by ACPI. Currently many of the ethernet drivers are open coding a solution for reading data out of ACPI to find the correct PHY device. This patch implements a set of common routines are similar to of_mdio.c Signed-off-by: yankejian --- driv