]> git.karo-electronics.de Git - linux-beck.git/commit
MIPS: Alchemy: abstract USB block control register access
authorManuel Lauss <manuel.lauss@googlemail.com>
Fri, 12 Aug 2011 18:12:33 +0000 (20:12 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Oct 2011 22:34:23 +0000 (23:34 +0100)
commitce6bc92285cabd0df1f154a9ef5aeb937b6de57e
treefc2313d5a921624d512020ab5825861b6b3e1f8b
parent694b8c35e95078bfe1cb1388bf0cf7942e32f009
MIPS: Alchemy: abstract USB block control register access

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.

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Cc: linux-usb@vger.kernel.org
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Patchwork: https://patchwork.linux-mips.org/patch/2709/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
 create mode 100644 drivers/usb/host/alchemy-common.c
arch/mips/alchemy/common/dma.c
arch/mips/alchemy/common/power.c
arch/mips/include/asm/mach-au1x00/au1000.h
drivers/usb/host/Makefile
drivers/usb/host/alchemy-common.c [new file with mode: 0644]
drivers/usb/host/ehci-au1xxx.c
drivers/usb/host/ohci-au1xxx.c