[U-Boot] [PATCH v2] smc911x: split out useful defines/functions into local header
Wolfgang Denk
wd at denx.de
Wed Feb 18 00:37:52 CET 2009
Dear Ben,
In message <1231259684-22134-1-git-send-email-vapier at gentoo.org> Mike Frysinger wrote:
> The smc911x driver has a lot of useful defines/functions which can be used
> by pieces of code (such as example eeprom programmers). Rather than
> forcing each place to duplicate these defines/functions, split them out
> of the smdc911x driver into a local header.
>
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> CC: Sascha Hauer <s.hauer at pengutronix.de>
> CC: Guennadi Liakhovetski <lg at denx.de>
> CC: Magnus Lilja <lilja.magnus at gmail.com>
> CC: Ben Warren <biggerbadderben at gmail.com>
> ---
> v2
> - add includes for types utilized in smc911x.h
>
> drivers/net/smc911x.c | 452 +---------------------------------------------
> drivers/net/smc911x.h | 489 +++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 491 insertions(+), 450 deletions(-)
> create mode 100644 drivers/net/smc911x.h
What happened to that patch?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Unix: Some say the learning curve is steep, but you only have to
climb it once. - Karl Lehenbauer
More information about the U-Boot
mailing list