]> git.baikalelectronics.ru Git - kernel.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)
commita784ae96d2b5bd785d7114dd885283fb2f3de141
treefc2313d5a921624d512020ab5825861b6b3e1f8b
parent6601774f6d00163d86fa50c704843f7f33f4bdd5
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