]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: PowerTV: Separate PowerTV USB support from non-USB code
authorDavid VomLehn <dvomlehn@cisco.com>
Tue, 3 Aug 2010 01:40:58 +0000 (18:40 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:26:34 +0000 (13:26 +0100)
commit189183fd1bd8dad57714c8965ce7f1eb0b8ef38a
tree8ad3a06bf6c5299151a611d55c7e5b2a5d63fec6
parent8d4b74975e53f2af86548ee9b3aa4a89c73df99f
MIPS: PowerTV: Separate PowerTV USB support from non-USB code

Separate USB code into a file separate from asic/asic_devices.

Separating the USB code from everything else in asic/asic_devices.c goes
a long way toward reducing the use of that file as a dumping ground for
everything that didn't seem to fit anywhere else.

Signed-off-by: David VomLehn <dvomlehn@cisco.com>
To: linux-mips@linux-mips.org
Cc: greg@kroah.com
Cc: linux-usb@vger.kernel.org
Patchwork: http://patchwork.linux-mips.org/patch/1522/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mach-powertv/asic.h
arch/mips/include/asm/mach-powertv/asic_regs.h
arch/mips/powertv/Makefile
arch/mips/powertv/asic/asic_devices.c
arch/mips/powertv/powertv-usb.c [new file with mode: 0644]