Re: [U-Boot] [PATCH] net: e1000: Allow to use e1000 SPI command with DM

2016-08-08 Thread Yaroslav K.
Hi Joe. You should probably just take Alban's patch. I don't care about my SOB. -- Yaroslav ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] net: e1000: Allow to use e1000 SPI command with DM

2016-08-08 Thread Alban Bedel
On Thu, 4 Aug 2016 11:39:49 -0500 Joe Hershberger wrote: > On Tue, Aug 2, 2016 at 9:42 PM, Yaroslav K. wrote: > > Fix compile errors when enabling CONFIG_DM_ETH, > > CONFIG_CMD_E1000 and CONFIG_E1000_SPI. > > > > Signed-off-by: Yaroslav K.

Re: [U-Boot] [PATCH] net: e1000: Allow to use e1000 SPI command with DM

2016-08-04 Thread Joe Hershberger
On Tue, Aug 2, 2016 at 9:42 PM, Yaroslav K. wrote: > Fix compile errors when enabling CONFIG_DM_ETH, > CONFIG_CMD_E1000 and CONFIG_E1000_SPI. > > Signed-off-by: Yaroslav K. In the future please Cc me when sending network patches. scripts/patman/patman can

Re: [U-Boot] [PATCH] net: e1000: Allow to use e1000 SPI command with DM

2016-08-04 Thread Joe Hershberger
On Tue, Aug 2, 2016 at 9:42 PM, Yaroslav K. wrote: > Fix compile errors when enabling CONFIG_DM_ETH, > CONFIG_CMD_E1000 and CONFIG_E1000_SPI. > > Signed-off-by: Yaroslav K. Something about this patch email is malformed and not parsed by patchwork properly.

Re: [U-Boot] [PATCH] net: e1000: Allow to use e1000 SPI command with DM

2016-08-03 Thread Simon Glass
On 2 August 2016 at 20:42, Yaroslav K. wrote: > Fix compile errors when enabling CONFIG_DM_ETH, > CONFIG_CMD_E1000 and CONFIG_E1000_SPI. > > Signed-off-by: Yaroslav K. > --- > drivers/net/e1000.c | 6 - > drivers/net/e1000_spi.c | 60 >

[U-Boot] [PATCH] net: e1000: Allow to use e1000 SPI command with DM

2016-08-03 Thread Yaroslav K.
Fix compile errors when enabling CONFIG_DM_ETH, CONFIG_CMD_E1000 and CONFIG_E1000_SPI. Signed-off-by: Yaroslav K. --- drivers/net/e1000.c | 6 - drivers/net/e1000_spi.c | 60 - 2 files changed, 35 insertions(+), 31