]> 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 14:12:33 +0000 (16:12 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 17 Sep 2011 00:41:18 +0000 (02:41 +0200)
commit6248ce59b235e6ab35a2723dcdf56315a493330f
tree5c64e9272179bb2a3ebb87df758dd557f08e834c
parent0c7f3df1d07a2b05aa27150640047d8b8a078635
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>
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