Re: [net-next PATCH v7 0/6] ACPI support for dpaa2 MAC driver.
From: Calvin Johnson <hidden>
Date: 2020-09-26 04:34:28
Also in:
linux-acpi
From: Calvin Johnson <hidden>
Date: 2020-09-26 04:34:28
Also in:
linux-acpi
Hi Grant, On Fri, Sep 25, 2020 at 02:39:21PM +0100, Grant Likely wrote:
On 15/07/2020 10:03, Calvin Johnson wrote:quoted
This patch series provides ACPI support for dpaa2 MAC driver. This also introduces ACPI mechanism to get PHYs registered on a MDIO bus and provide them to be connected to MAC. Patch "net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver" depends on https://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux.git/commit/?h=acpi/for-next&id=c279c4cf5bcd3c55b4fb9709d9036cd1bfe3beb8 Remaining patches are independent of the above patch and can be applied without any issues. Device Tree can be tested on LX2160A-RDB with the below change which is also available in the above referenced patches:Hi Calvin, In principle, I agree with adding PHY linkage to ACPI, and I sent a comment about how the PHYs should be referenced. Unfortunately changing that details requires pretty much the entire series to be rewritten (sorry!). I won't do any detailed review on patches 2-6 until I see the next version.
Understood. I'll rework on the patches and send a new series. Thanks Calvin