| To: | Jayachandran C <jayachandranc@netlogicmicro.com> |
|---|---|
| Subject: | Re: [PATCH 7/8] USB support for XLS platforms. |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Fri, 22 Apr 2011 19:03:23 +0200 |
| Cc: | linux-mips@linux-mips.org, ralf@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Uvn0J8RURnZGmjUVnLXbpYW35ZB2STd/i7SSpHC8eGo=; b=Uoo2S1TJ+/cBoXSevz59K83byKMROnZ3LyILzwgeJymp7jKx1uX8WYAcLNGWuLMrVK SQYxVxjETne0p/PDcUiYgDejhAD/b1QvlwAMWe0eGVG9TbDN79CfUxjxopJ0vgbhuuzF 4rhuFyFQ1tE8DgxgAua4lgWKZHqum0TWwKmCU= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=JDPhN7dfA2Ck/yAzdDDPpurwOuNlmrwXnLlTLrkvzbra0HShb9N1oq/6csKMbPr/au lBbIblBr0neTA8klQGXpBpwaMobKEeXUnjBuzob+FeI7WqJj0tgMGz+IONxeOjKLURgS 84XnY46dhXKSPNoj64FolHNaElJo6u1naj4T0= |
| In-reply-to: | <21ae06c6f50f7a770b62d61265e6f509f37d1762.1303487516.git.jayachandranc@netlogicmicro.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1303487516.git.jayachandranc@netlogicmicro.com> <21ae06c6f50f7a770b62d61265e6f509f37d1762.1303487516.git.jayachandranc@netlogicmicro.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi,
On Fri, Apr 22, 2011 at 7:02 PM, Jayachandran C
<jayachandranc@netlogicmicro.com> wrote:
> update ehci-hcd.c and ohci-hcd.c to add XLS hcds
> add ehci/ohci devices to XLR/XLS platform driver
> Kconfig update
>
> Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
> ---
> arch/mips/Kconfig | 2 +
> arch/mips/include/asm/netlogic/xlr/xlr.h | 12 ++
> arch/mips/netlogic/xlr/platform.c | 91 ++++++++++++++++
> drivers/usb/host/ehci-hcd.c | 5 +
> drivers/usb/host/ehci-xls.c | 170
> ++++++++++++++++++++++++++++++
> drivers/usb/host/ohci-hcd.c | 5 +
> drivers/usb/host/ohci-xls.c | 160 ++++++++++++++++++++++++++++
> 7 files changed, 445 insertions(+), 0 deletions(-)
> create mode 100644 drivers/usb/host/ehci-xls.c
> create mode 100644 drivers/usb/host/ohci-xls.c
> diff --git a/drivers/usb/host/ehci-xls.c b/drivers/usb/host/ehci-xls.c
> new file mode 100644
> index 0000000..54467c6
> --- /dev/null
> +++ b/drivers/usb/host/ehci-xls.c
> @@ -0,0 +1,170 @@
> +/*
> + * OHCI HCD (Host Controller Driver) for USB.
> + *
> + * (C) Copyright 2011 Netlogic Microsystems Inc.
> + * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at>
> + * (C) Copyright 2000-2002 David Brownell <dbrownell@users.sourceforge.net>
> + * (C) Copyright 2002 Hewlett-Packard Company
> + *
> + * Bus Glue for AMD Alchemy Au1xxx
> + * Written by Christopher Hoover <ch@hpl.hp.com>
> + * Based on fragments of previous driver by Rusell King et al.
> + *
> + * Modified for LH7A404 from ohci-sa1111.c
> + * by Durgesh Pattamatta <pattamattad@sharpsec.com>
> + * Modified for AMD Alchemy Au1xxx
> + * by Matt Porter <mporter@kernel.crashing.org>
> + *
> + * This file is licenced under the GPL.
> + */
Please correct the comments! I also think that most of the people
which are attributed
here should be removed. Perhaps simply state which file you used for
inspiration?
("derived from ohci-whatever.c").
Manuel
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 8/8] PCI support for XLR/XLS, Jayachandran C |
|---|---|
| Next by Date: | [PATCH] MIPS: Hibernation: Fixes for PAGE_SIZE >= 64kb, Wu Zhangjin |
| Previous by Thread: | [PATCH 7/8] USB support for XLS platforms., Jayachandran C |
| Next by Thread: | Re: [PATCH 7/8] USB support for XLS platforms., Jayachandran C. |
| Indexes: | [Date] [Thread] [Top] [All Lists] |