Re: [U-Boot] [PATCH V2 3/5] dm9000: Add struct eth_device * to SROM functions

2015-08-21 Thread Joe Hershberger
Hi Andrew, On Fri, Aug 21, 2015 at 6:25 AM, Andrew Ruder wrote: > On Wed, Aug 12, 2015 at 02:07:20PM -0500, Joe Hershberger wrote: >> On Wed, Aug 12, 2015 at 12:24 PM, Andrew Ruder >> wrote: >> > /** function prototypes **/ >> > #if !defined(CONFIG_DM9000_N

Re: [U-Boot] [PATCH V2 3/5] dm9000: Add struct eth_device * to SROM functions

2015-08-21 Thread Andrew Ruder
On Wed, Aug 12, 2015 at 02:07:20PM -0500, Joe Hershberger wrote: > On Wed, Aug 12, 2015 at 12:24 PM, Andrew Ruder > wrote: > > /** function prototypes **/ > > #if !defined(CONFIG_DM9000_NO_SROM) > > -void dm9000_write_srom_word(int offset, u16 val); > > -void

Re: [U-Boot] [PATCH V2 3/5] dm9000: Add struct eth_device * to SROM functions

2015-08-12 Thread Joe Hershberger
Hi Andrew, On Wed, Aug 12, 2015 at 12:24 PM, Andrew Ruder wrote: > Currently this argument is not used. To eventually support multiple > DM9000's these public-facing functions will need a new argument - the > ethernet device. Fix-up the one board using this part of the DM9000 > API. Compile-te

[U-Boot] [PATCH V2 3/5] dm9000: Add struct eth_device * to SROM functions

2015-08-12 Thread Andrew Ruder
Currently this argument is not used. To eventually support multiple DM9000's these public-facing functions will need a new argument - the ethernet device. Fix-up the one board using this part of the DM9000 API. Compile-tested only. Signed-off-by: Andrew Ruder Cc: Joe Hershberger --- board/tr