From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c
Date: Fri, 06 Aug 2010 09:31:13 -0700 [thread overview]
Message-ID: <4C5C38D1.6010000@gmail.com> (raw)
In-Reply-To: <4C5C16F7.8010701@emk-elektronik.de>
On 8/6/2010 7:06 AM, Reinhard Meyer (-VC) wrote:
> This patch is required before the upcoming new enc28j60 driver
> using SPI framework patch can be applied:
> - Move legacy enc28j60.c to enc28j60_lpc2292.c.
> - Change Makefile and the two affected boards' definition files.
>
> Tested with ./MAKEALL ARM7 that both boards still compile.
>
> Signed-off-by: Reinhard Meyer<info@emk-elektronik.de>
> ---
> drivers/net/Makefile | 2 +-
> drivers/net/enc28j60.c | 982 --------------------------------------
> drivers/net/enc28j60_lpc2292.c | 983 +++++++++++++++++++++++++++++++++++++++
> include/configs/SMN42.h | 2 +-
> include/configs/lpc2292sodimm.h | 2 +-
> 5 files changed, 986 insertions(+), 985 deletions(-)
> delete mode 100644 drivers/net/enc28j60.c
> create mode 100644 drivers/net/enc28j60_lpc2292.c
Please use 'git mv' followed by 'git format-patch -C' when moving
files. It's much easier to review.
regards,
Ben
next prev parent reply other threads:[~2010-08-06 16:31 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-24 6:11 [U-Boot] drivers/net/enc28j60.c - generalisation, how? Reinhard Meyer
2010-07-24 17:04 ` Wolfgang Denk
2010-07-25 6:16 ` Reinhard Meyer
2010-07-25 14:48 ` Mike Frysinger
2010-07-25 20:06 ` Reinhard Meyer
2010-07-25 20:40 ` Mike Frysinger
2010-07-26 19:53 ` Mike Frysinger
2010-07-25 22:49 ` Ben Warren
2010-07-26 0:07 ` Reinhard Meyer
2010-07-26 3:11 ` Mike Frysinger
2010-07-26 6:00 ` Reinhard Meyer
2010-07-26 14:51 ` Ben Warren
2010-07-27 7:18 ` Martin Krause
2010-07-27 7:28 ` Reinhard Meyer
2010-07-27 8:52 ` Martin Krause
2010-08-06 14:06 ` [U-Boot] [PATCH] NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c Reinhard Meyer
2010-08-06 16:31 ` Ben Warren [this message]
2010-08-06 16:42 ` [U-Boot] [PATCH v2] " Reinhard Meyer
2010-08-31 6:00 ` Ben Warren
2010-08-06 21:09 ` [U-Boot] [PATCH] " Mike Frysinger
2010-08-06 23:01 ` Reinhard Meyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C5C38D1.6010000@gmail.com \
--to=biggerbadderben@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.