MIPS: ath79: add common USB Host Controller device
authorGabor Juhos <juhosg@openwrt.org>
Sun, 5 Jun 2011 21:38:46 +0000 (23:38 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 7 Dec 2011 22:02:44 +0000 (22:02 +0000)
commit7e98aa4639cba9ef5c99b1484bc86ddb04f67b80
tree9851f7472dbf493118df0be3040323c9f3afa275
parentd2b4ac1e5d34648cc56785f6bd11bfa020ad4f02
MIPS: ath79: add common USB Host Controller device

Add common platform_device and helper code to make the registration of
the built-in USB controllers easier on the board which are using them.
Also register the USB controller on the AP81 and PB44 boards.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2442/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ath79/Kconfig
arch/mips/ath79/Makefile
arch/mips/ath79/dev-usb.c [new file with mode: 0644]
arch/mips/ath79/dev-usb.h [new file with mode: 0644]
arch/mips/ath79/mach-ap81.c
arch/mips/ath79/mach-pb44.c
arch/mips/include/asm/mach-ath79/ar71xx_regs.h
This page took 0.026344 seconds and 5 git commands to generate.