Re: [U-Boot] [PATCH] net: e1000: Fix the build with driver model and SPI EEPROM

2016-08-04 Thread Yaroslav K.
So, in a single day we independently submitted two almost identical patches. The patch is pretty obvious, but two in a day is still a cool coincidence. -- Yaroslav ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] net: e1000: Fix the build with driver model and SPI EEPROM

2016-08-04 Thread Joe Hershberger
On Wed, Aug 3, 2016 at 4:31 AM, Alban Bedel wrote: > When adding support for the driver model the SPI EEPROM feature had > been ignored. Fix the build with both CONFIG_DM_ETH and > CONFIG_E1000_SPI enabled. > > Signed-off-by: Alban Bedel This was also sent by Yaroslav K. : https://patchwork.ozla

Re: [U-Boot] [PATCH] net: e1000: Fix the build with driver model and SPI EEPROM

2016-08-04 Thread Joe Hershberger
On Wed, Aug 3, 2016 at 4:31 AM, Alban Bedel wrote: > When adding support for the driver model the SPI EEPROM feature had > been ignored. Fix the build with both CONFIG_DM_ETH and > CONFIG_E1000_SPI enabled. > > Signed-off-by: Alban Bedel Acked-by: Joe Hershberger ___

[U-Boot] [PATCH] net: e1000: Fix the build with driver model and SPI EEPROM

2016-08-03 Thread Alban Bedel
When adding support for the driver model the SPI EEPROM feature had been ignored. Fix the build with both CONFIG_DM_ETH and CONFIG_E1000_SPI enabled. Signed-off-by: Alban Bedel --- drivers/net/e1000.c | 6 +- drivers/net/e1000_spi.c | 57 +