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
Showing
- arch/mips/alchemy/common/dma.c 6 additions, 6 deletionsarch/mips/alchemy/common/dma.c
- arch/mips/alchemy/common/power.c 0 additions, 42 deletionsarch/mips/alchemy/common/power.c
- arch/mips/include/asm/mach-au1x00/au1000.h 17 additions, 67 deletionsarch/mips/include/asm/mach-au1x00/au1000.h
- drivers/usb/host/Makefile 1 addition, 0 deletionsdrivers/usb/host/Makefile
- drivers/usb/host/alchemy-common.c 337 additions, 0 deletionsdrivers/usb/host/alchemy-common.c
- drivers/usb/host/ehci-au1xxx.c 10 additions, 67 deletionsdrivers/usb/host/ehci-au1xxx.c
- drivers/usb/host/ohci-au1xxx.c 11 additions, 99 deletionsdrivers/usb/host/ohci-au1xxx.c
Loading
Please register or sign in to comment