Re: [U-Boot] [PATCH 2/3] net: phy: aquantia: add firmware loading support

2018-10-25 Thread Jeremy Gebben
i Xie > > ; York Sun > > Subject: [U-Boot] [PATCH 2/3] net: phy: aquantia: add firmware loading > > support > > > > Aquantia phys have firmware that can be loaded automatically from storage > > directly attached to the phy or via MDIO commands. > > Add su

Re: [U-Boot] [PATCH 2/3] net: phy: aquantia: add firmware loading support

2018-10-24 Thread Prabhakar Kushwaha
> -Original Message- > From: U-Boot On Behalf Of Jeremy > Gebben > Sent: Wednesday, September 19, 2018 3:20 AM > To: u-boot@lists.denx.de > Cc: Joe Hershberger ; Shaohui Xie > ; York Sun > Subject: [U-Boot] [PATCH 2/3] net: phy: aquantia: add firmware loading

Re: [U-Boot] [PATCH 2/3] net: phy: aquantia: add firmware loading support

2018-10-22 Thread Joe Hershberger
On Tue, Sep 18, 2018 at 4:52 PM Jeremy Gebben wrote: > > Aquantia phys have firmware that can be loaded automatically > from storage directly attached to the phy or via MDIO commands. > Add support for loading firmware from either a file or a > raw location on an MMC device. > > Signed-off-by:

[U-Boot] [PATCH 2/3] net: phy: aquantia: add firmware loading support

2018-09-18 Thread Jeremy Gebben
Aquantia phys have firmware that can be loaded automatically from storage directly attached to the phy or via MDIO commands. Add support for loading firmware from either a file or a raw location on an MMC device. Signed-off-by: Jeremy Gebben --- drivers/net/phy/Kconfig| 24 +++-