Re: [PATCH v4 06/22] net: phy: xilinx: Be compatible with live OF tree

2021-04-23 Thread Michal Simek
Hi, On 4/23/21 11:23 AM, Bin Meng wrote: > On Fri, Apr 23, 2021 at 5:14 PM Bin Meng wrote: >> >> Hi Michal, >> >> On Fri, Apr 23, 2021 at 3:35 PM Michal Simek wrote: >>> >>> Hi Bin, >>> >>> ne 14. 3. 2021 v 13:17 odesílatel Bin Meng napsal: Following the same updates that were done to

Re: [PATCH v4 06/22] net: phy: xilinx: Be compatible with live OF tree

2021-04-23 Thread Bin Meng
On Fri, Apr 23, 2021 at 5:14 PM Bin Meng wrote: > > Hi Michal, > > On Fri, Apr 23, 2021 at 3:35 PM Michal Simek wrote: > > > > Hi Bin, > > > > ne 14. 3. 2021 v 13:17 odesílatel Bin Meng napsal: > > > > > > Following the same updates that were done to the fixed phy driver, > > > use ofnode_ APIs

Re: [PATCH v4 06/22] net: phy: xilinx: Be compatible with live OF tree

2021-04-23 Thread Bin Meng
Hi Michal, On Fri, Apr 23, 2021 at 3:35 PM Michal Simek wrote: > > Hi Bin, > > ne 14. 3. 2021 v 13:17 odesílatel Bin Meng napsal: > > > > Following the same updates that were done to the fixed phy driver, > > use ofnode_ APIs instead of fdt_ APIs so that the Xilinx PHY driver > > can support liv

Re: [PATCH v4 06/22] net: phy: xilinx: Be compatible with live OF tree

2021-04-23 Thread Michal Simek
Hi Bin, ne 14. 3. 2021 v 13:17 odesílatel Bin Meng napsal: > > Following the same updates that were done to the fixed phy driver, > use ofnode_ APIs instead of fdt_ APIs so that the Xilinx PHY driver > can support live DT. > > Signed-off-by: Bin Meng > > --- > > (no changes since v2) > > Changes

[PATCH v4 06/22] net: phy: xilinx: Be compatible with live OF tree

2021-03-14 Thread Bin Meng
Following the same updates that were done to the fixed phy driver, use ofnode_ APIs instead of fdt_ APIs so that the Xilinx PHY driver can support live DT. Signed-off-by: Bin Meng --- (no changes since v2) Changes in v2: - move device tree parsing from xilinxgmiitorgmii_probe() to xilinxgmii