Re: [U-Boot] [PATCH] net: smc911x: Make register read/write functions weak

2008-11-24 Thread Ben Warren
Hi Stefan, Stefan Roese wrote: > This patch changes the reg_read/_write to smc911x_reg_read/_write > and defines then as weak so that they can be overridden by board > specific version. > > This will be used by the upcoming VCTH board support. > > Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> >

[U-Boot] [PATCH] net: smc911x: Make register read/write functions weak

2008-11-12 Thread Stefan Roese
This patch changes the reg_read/_write to smc911x_reg_read/_write and defines then as weak so that they can be overridden by board specific version. This will be used by the upcoming VCTH board support. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- drivers/net/smc911x.c | 77