Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-09 Thread Tom Rini
On Mon, Dec 09, 2019 at 01:46:32PM -0600, Joe Hershberger wrote: > Hi Tom, > > On Mon, Dec 9, 2019 at 12:47 PM Tom Rini wrote: > > > > On Mon, Dec 09, 2019 at 07:42:00PM +0100, Michael Walle wrote: > > > Hi Tom, Hi Joe, > > > > > > Am 2019-12-06 00:58, schrieb Tom Rini: > > > > On Fri, Dec 06, 20

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-09 Thread Joe Hershberger
Hi Tom, On Mon, Dec 9, 2019 at 12:47 PM Tom Rini wrote: > > On Mon, Dec 09, 2019 at 07:42:00PM +0100, Michael Walle wrote: > > Hi Tom, Hi Joe, > > > > Am 2019-12-06 00:58, schrieb Tom Rini: > > > On Fri, Dec 06, 2019 at 12:27:39AM +0100, Michael Walle wrote: > > > > Hi Joe, Hi Tom, > > > > > > >

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-09 Thread Tom Rini
On Mon, Dec 09, 2019 at 07:42:00PM +0100, Michael Walle wrote: > Hi Tom, Hi Joe, > > Am 2019-12-06 00:58, schrieb Tom Rini: > > On Fri, Dec 06, 2019 at 12:27:39AM +0100, Michael Walle wrote: > > > Hi Joe, Hi Tom, > > > > > > Am 2019-12-05 16:55, schrieb Joe Hershberger: > > > > Hi Michael, > > >

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-09 Thread Michael Walle
Hi Tom, Hi Joe, Am 2019-12-06 00:58, schrieb Tom Rini: On Fri, Dec 06, 2019 at 12:27:39AM +0100, Michael Walle wrote: Hi Joe, Hi Tom, Am 2019-12-05 16:55, schrieb Joe Hershberger: > Hi Michael, > > On Fri, Oct 25, 2019 at 7:28 PM Michael Walle wrote: > > > > Provide functions to read and writ

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-05 Thread Tom Rini
On Fri, Dec 06, 2019 at 01:53:57AM +0100, Michael Walle wrote: > Am 2019-12-06 00:58, schrieb Tom Rini: > > That said, looking over the u-boot-spl.map, it looks like nfs stuff > > doesn't get discarded for some reason, I'm going to look in to that. > > CONFIG_CMD_NFS will pull that. There are also

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-05 Thread Tom Rini
On Fri, Dec 06, 2019 at 01:39:29AM +0100, Michael Walle wrote: > Hi Tom, > > Am 2019-12-06 00:58, schrieb Tom Rini: > > On Fri, Dec 06, 2019 at 12:27:39AM +0100, Michael Walle wrote: > > > Hi Joe, Hi Tom, > > > > > > Am 2019-12-05 16:55, schrieb Joe Hershberger: > > > > Hi Michael, > > > > > > >

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-05 Thread Michael Walle
Am 2019-12-06 00:58, schrieb Tom Rini: That said, looking over the u-boot-spl.map, it looks like nfs stuff doesn't get discarded for some reason, I'm going to look in to that. CONFIG_CMD_NFS will pull that. There are also other network related cmds whose code is pulled into the SPL through net/

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-05 Thread Michael Walle
Hi Tom, Am 2019-12-06 00:58, schrieb Tom Rini: On Fri, Dec 06, 2019 at 12:27:39AM +0100, Michael Walle wrote: Hi Joe, Hi Tom, Am 2019-12-05 16:55, schrieb Joe Hershberger: > Hi Michael, > > On Fri, Oct 25, 2019 at 7:28 PM Michael Walle wrote: > > > > Provide functions to read and write the At

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-05 Thread Tom Rini
On Fri, Dec 06, 2019 at 12:27:39AM +0100, Michael Walle wrote: > Hi Joe, Hi Tom, > > Am 2019-12-05 16:55, schrieb Joe Hershberger: > > Hi Michael, > > > > On Fri, Oct 25, 2019 at 7:28 PM Michael Walle wrote: > > > > > > Provide functions to read and write the Atheros debug registers. > > > > >

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-05 Thread Michael Walle
Hi Joe, Hi Tom, Am 2019-12-05 16:55, schrieb Joe Hershberger: Hi Michael, On Fri, Oct 25, 2019 at 7:28 PM Michael Walle wrote: Provide functions to read and write the Atheros debug registers. Signed-off-by: Michael Walle This series is adding too much size to several of the boards' SPL i

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-05 Thread Michael Walle
Am 2019-11-30 02:11, schrieb Joe Hershberger: On Fri, Oct 25, 2019 at 7:28 PM Michael Walle wrote: Provide functions to read and write the Atheros debug registers. Signed-off-by: Michael Walle Acked-by: Joe Hershberger Sorry this series superseeded by https://patchwork.ozlabs.org/proje

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-05 Thread Michael Walle
Am 2019-11-30 02:11, schrieb Joe Hershberger: On Fri, Oct 25, 2019 at 7:28 PM Michael Walle wrote: Provide functions to read and write the Atheros debug registers. Signed-off-by: Michael Walle Acked-by: Joe Hershberger Sorry this was superseeded by https://patchwork.ozlabs.org/project/

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-12-05 Thread Joe Hershberger
Hi Michael, On Fri, Oct 25, 2019 at 7:28 PM Michael Walle wrote: > > Provide functions to read and write the Atheros debug registers. > > Signed-off-by: Michael Walle This series is adding too much size to several of the boards' SPL it seems. https://travis-ci.org/jhershbe/u-boot/builds/620804

Re: [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-11-29 Thread Joe Hershberger
On Fri, Oct 25, 2019 at 7:28 PM Michael Walle wrote: > > Provide functions to read and write the Atheros debug registers. > > Signed-off-by: Michael Walle Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/lis

[U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions

2019-10-25 Thread Michael Walle
Provide functions to read and write the Atheros debug registers. Signed-off-by: Michael Walle --- drivers/net/phy/atheros.c | 72 --- 1 file changed, 53 insertions(+), 19 deletions(-) diff --git a/drivers/net/phy/atheros.c b/drivers/net/phy/atheros.c index 37