[U-Boot] [PATCH] Net: Add Intel E1000 82574L PCIe card support
Wolfgang Denk
wd at denx.de
Tue Jan 18 23:33:27 CET 2011
Dear Roy Zang,
In message <1295351719-2687-1-git-send-email-tie-fei.zang at 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 at 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 at lnxi dot com>
> + *
> + * Copyright 2009, 2011 Freescale Semiconductor, Inc.
> + * Authors: Roy Zang <tie-fei.zang at 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 at 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 at 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.
More information about the U-Boot
mailing list