]> git.karo-electronics.de Git - karo-tx-linux.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>
Fri, 23 Sep 2011 23:45:52 +0000 (01:45 +0200)
commit228b137ceee0fe37fc78266f41e6fa9bec21d25d
tree0cf6096fee5072cb8716219166d34425048032a2
parent0fa496130b58ab36be5afef6d5ebcfd23be6b504
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