From: "Jayachandran C." <jayachandranc@netlogicmicro.com>
To: linux-mips@linux-mips.org, ralf@linux-mips.org
Cc: Manuel Lauss <manuel.lauss@googlemail.com>
Subject: Re: [PATCH 7/8] USB support for XLS platforms.
Date: Mon, 25 Apr 2011 16:21:05 +0530 [thread overview]
Message-ID: <20110425105105.GA14277@jayachandranc.netlogicmicro.com> (raw)
In-Reply-To: <BANLkTi=cUHpCQAi9LUjPXfDZL=a2XnfqDA@mail.gmail.com>
On Fri, Apr 22, 2011 at 07:03:23PM +0200, Manuel Lauss wrote:
> 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").
I will post a new version of the PCI and USB support patches, with this
and another minor change.
Thanks,
JC.
next prev parent reply other threads:[~2011-04-25 10:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-22 17:00 [PATCH 0/8] Support for Netlogic XLR/XLS processors Jayachandran C
2011-04-22 17:01 ` [PATCH 1/8] Netlogic XLR/XLS processor IDs Jayachandran C
2011-04-22 17:01 ` [PATCH 2/8] mach-netlogic include directory and files Jayachandran C
2011-04-22 17:01 ` [PATCH 3/8] Cache support, TLB support, asm/module.h entry Jayachandran C
2011-04-22 17:01 ` [PATCH 4/8] Platform files for XLR/XLS processor support Jayachandran C
2011-04-22 17:02 ` [PATCH 5/8] Kconfig and Makefile update for Netlogic XLR/XLS Jayachandran C
2011-04-22 17:02 ` [PATCH 6/8] Add default configuration for XLR/XLS processors Jayachandran C
2011-04-22 17:02 ` [PATCH 7/8] USB support for XLS platforms Jayachandran C
2011-04-22 17:03 ` Manuel Lauss
2011-04-25 10:51 ` Jayachandran C. [this message]
2011-04-25 11:21 ` [PATCH 7/8, UPDATED] PCI support for XLR/XLS Jayachandran C.
2011-04-22 17:03 ` [PATCH 8/8] " Jayachandran C
2011-04-25 11:23 ` [PATCH 8/8, UPDATED] USB support for XLS platforms Jayachandran C.
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=20110425105105.GA14277@jayachandranc.netlogicmicro.com \
--to=jayachandranc@netlogicmicro.com \
--cc=linux-mips@linux-mips.org \
--cc=manuel.lauss@googlemail.com \
--cc=ralf@linux-mips.org \
/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