| To: | Greg KH <gregkh@suse.de> |
|---|---|
| Subject: | Re: [PATCH V2 1/8] MIPS: Alchemy: abstract USB block control register access |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Fri, 12 Aug 2011 20:48:41 +0200 |
| Cc: | Linux-MIPS <linux-mips@linux-mips.org>, Ralf Baechle <ralf@linux-mips.org>, linux-usb@vger.kernel.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=sXexBySvEG8HjNWYqYTfdndQGxQsQvOrK29dczwfXlg=; b=rRoUIQu0GaRcZki8vxJCustHLyPi4WcBnzklcJOFxRNFFT+syIi3i3aelvTG6034+1 pVu/X8QyEPtBnASYzoX6f2psENX/aaCxZo3oZjAKqfhsSdZGWi8kb4+W/crwd+oXnjfD KCgUJQf4h6TwN36cdt+gk4St9KntVaz1j1nuY= |
| In-reply-to: | <20110812184227.GA17057@suse.de> |
| References: | <1313172753-31088-1-git-send-email-manuel.lauss@googlemail.com> <20110812184227.GA17057@suse.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Fri, Aug 12, 2011 at 8:42 PM, Greg KH <gregkh@suse.de> wrote: > On Fri, Aug 12, 2011 at 08:12:33PM +0200, Manuel Lauss wrote: >> Alchemy chips have one or more registers which control access >> to the usb blocks as well as PHY configuration. I don't want >> the OHCI/EHCI glues to know about the different registers and bits; >> new code hides the gory details of USB configuration from them. >> >> Cc: linux-usb@vger.kernel.org >> Cc: Greg Kroah-Hartman <gregkh@suse.de> (USB glue parts) >> Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com> >> --- >> V2: moved the chip-specific parts from arch home to usb/host/alchemy-common.c >> >> arch/mips/alchemy/common/dma.c | 12 +- >> arch/mips/alchemy/common/power.c | 42 ---- >> arch/mips/include/asm/mach-au1x00/au1000.h | 84 ++------ >> drivers/usb/host/Makefile | 1 + >> drivers/usb/host/alchemy-common.c | 337 >> ++++++++++++++++++++++++++++ >> drivers/usb/host/ehci-au1xxx.c | 77 +------ >> drivers/usb/host/ohci-au1xxx.c | 110 +-------- >> 7 files changed, 382 insertions(+), 281 deletions(-) >> create mode 100644 drivers/usb/host/alchemy-common.c > > Much nicer, thanks. > > I can take this in the USB tree if the MIPS developers want, or if not, > feel free to add: > Acked-by: Greg Kroah-Hartman <gregkh@suse.de> > and take it through the MIPS tree. Great, thanks. Other patches to the MIPS tree depend on this one, so I hope Ralf will take it. Manuel |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH V2 1/8] MIPS: Alchemy: abstract USB block control register access, Greg KH |
|---|---|
| Next by Date: | [PATCH 02/11] arch/mips: do not use EXTRA_CFLAGS, Arnaud Lacombe |
| Previous by Thread: | Re: [PATCH V2 1/8] MIPS: Alchemy: abstract USB block control register access, Greg KH |
| Next by Thread: | Re: [PATCH V2 1/8] MIPS: Alchemy: abstract USB block control register access, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |