Re: [U-Boot] [PATCH 15/21] sunxi: emac: Add device model support

2015-04-25 Thread Hans de Goede
Hi, On 25-04-15 01:24, Simon Glass wrote: Hi Hans, On 24 April 2015 at 07:48, Hans de Goede hdego...@redhat.com wrote: Modify the sunxi-emac eth driver to support device model. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/board.c | 4 +-

Re: [U-Boot] [PATCH 15/21] sunxi: emac: Add device model support

2015-04-24 Thread Simon Glass
Hi Hans, On 24 April 2015 at 07:48, Hans de Goede hdego...@redhat.com wrote: Modify the sunxi-emac eth driver to support device model. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/board.c | 4 +- drivers/net/sunxi_emac.c | 81

[U-Boot] [PATCH 15/21] sunxi: emac: Add device model support

2015-04-24 Thread Hans de Goede
Modify the sunxi-emac eth driver to support device model. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/board.c | 4 +- drivers/net/sunxi_emac.c | 81 2 files changed, 84 insertions(+), 1 deletion(-) diff --git