Re: [Qemu-devel] [PATCH v5 3/7] hw/mdio: Generalize phy initialization routine

2018-05-27 Thread Philippe Mathieu-Daudé
Hi Alistair, On 02/27/2018 07:33 PM, Alistair Francis wrote: > On Fri, Sep 22, 2017 at 10:13 AM, Philippe Mathieu-Daudé > wrote: >> From: Grant Likely >> >> There really isn't anything tdk-specific about tdk_init() other than the >> phy id registers. The function should instead be generalized fo

Re: [Qemu-devel] [PATCH v5 3/7] hw/mdio: Generalize phy initialization routine

2018-02-27 Thread Alistair Francis
On Fri, Sep 22, 2017 at 10:13 AM, Philippe Mathieu-Daudé wrote: > From: Grant Likely > > There really isn't anything tdk-specific about tdk_init() other than the > phy id registers. The function should instead be generalized for any > phy, at least as far as the ID registers are concerned. For th

[Qemu-devel] [PATCH v5 3/7] hw/mdio: Generalize phy initialization routine

2017-09-22 Thread Philippe Mathieu-Daudé
From: Grant Likely There really isn't anything tdk-specific about tdk_init() other than the phy id registers. The function should instead be generalized for any phy, at least as far as the ID registers are concerned. For the most part the read/write behaviour should be very similar across PHYs.