public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] net/Blackfin: move on-chip MAC driver into drivers/net/
Date: Tue, 25 Mar 2008 22:36:06 +0100	[thread overview]
Message-ID: <20080325213606.CE194248BF@gemini.denx.de> (raw)
In-Reply-To: Your message of "Sun, 24 Feb 2008 23:58:13 EST." <1203915493-10595-1-git-send-email-vapier@gentoo.org>

In message <1203915493-10595-1-git-send-email-vapier@gentoo.org> you wrote:
> The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
> directory, but it is not board specific, so relocate it to the drivers dir
> so that other Blackfin ports can utilize it.
> 
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  board/bf537-stamp/Makefile      |    2 +-
>  board/bf537-stamp/ether_bf537.c |  549 ---------------------------------------
>  board/bf537-stamp/ether_bf537.h |   71 -----
>  drivers/net/Makefile            |    1 +
>  drivers/net/bfin_mac.c          |  523 +++++++++++++++++++++++++++++++++++++
>  drivers/net/bfin_mac.h          |   89 +++++++
>  6 files changed, 614 insertions(+), 621 deletions(-)
>  delete mode 100644 board/bf537-stamp/ether_bf537.c
>  delete mode 100644 board/bf537-stamp/ether_bf537.h
>  create mode 100644 drivers/net/bfin_mac.c
>  create mode 100644 drivers/net/bfin_mac.h

Applied, but I had to fix some merge conflict in the Makefile.

Please verify that everything is OK.

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
In general, they do what you want, unless you want consistency.
                                    - Larry Wall in the perl man page

  parent reply	other threads:[~2008-03-25 21:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-25  4:58 [U-Boot-Users] [PATCH] net/Blackfin: move on-chip MAC driver into drivers/net/ Mike Frysinger
2008-02-27  9:52 ` Haavard Skinnemoen
2008-02-27  9:58   ` Mike Frysinger
2008-02-27 16:14     ` Ben Warren
2008-03-25 21:36 ` Wolfgang Denk [this message]
2008-03-30 20:04   ` Mike Frysinger

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=20080325213606.CE194248BF@gemini.denx.de \
    --to=wd@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox