From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Net: Add Intel E1000 82574L PCIe card support
Date: Tue, 18 Jan 2011 23:33:27 +0100 [thread overview]
Message-ID: <20110118223327.3457036C@gemini.denx.de> (raw)
In-Reply-To: <1295351719-2687-1-git-send-email-tie-fei.zang@freescale.com>
Dear Roy Zang,
In message <1295351719-2687-1-git-send-email-tie-fei.zang@freescale.com> you wrote:
> Add Intel E1000 82574L PCIe card support. Test on MPC8544DS
> and MPC8572 board.
> Add the missing contact information for future support.
>
> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
> ---
>
> based on commit e1ccf97c5d7651664d37c0c5aa243874b8851b2d
> drivers/net/e1000.c | 35 +++++++++++++++++++++++++++--------
> drivers/net/e1000.h | 11 +++++++++++
> include/pci_ids.h | 1 +
> 3 files changed, 39 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c
> index 5f390bd..a545cd1 100644
> --- a/drivers/net/e1000.c
> +++ b/drivers/net/e1000.c
> @@ -40,6 +40,10 @@ tested on both gig copper and gig fiber boards
> * Copyright (C) Linux Networx.
> * Massive upgrade to work with the new intel gigabit NICs.
> * <ebiederman@lnxi dot com>
> + *
> + * Copyright 2009, 2011 Freescale Semiconductor, Inc.
> + * Authors: Roy Zang <tie-fei.zang@freescale.com>
> + * - Add PCI Express card support in Jul. 2009
> */
Jul. 2009 ???
> diff --git a/drivers/net/e1000.h b/drivers/net/e1000.h
> index eb0804b..4c60b70 100644
> --- a/drivers/net/e1000.h
> +++ b/drivers/net/e1000.h
> @@ -24,12 +24,18 @@
> Linux NICS <linux.nics@intel.com>
> Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
>
> +
> *******************************************************************************/
Please drop the additional blank line
> +/* Copyright 2009, 2011 Freescale Semiconductor, Inc.
> + * Authors: Roy Zang <tie-fei.zang@freescale.com>
> + * - Add PCI Express card support in Jul. 2009
> + */
If you really insist on adding this, thenmove it up into the header.
What what exactly do you claim Copyright for - for these 4 lines of
"code"?
Also, is this really Jul. 2009?
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
As a general rule, the freedom of any people can be judged by the
volume of their laughter.
next prev parent reply other threads:[~2011-01-18 22:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-18 11:55 [U-Boot] [PATCH] Net: Add Intel E1000 82574L PCIe card support Roy Zang
2011-01-18 15:48 ` Kumar Gala
2011-01-18 22:33 ` Wolfgang Denk [this message]
2011-01-18 22:42 ` Kumar Gala
2011-01-18 22:56 ` Wolfgang Denk
2011-01-19 3:42 ` Zang Roy-R61911
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=20110118223327.3457036C@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 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.