MIPS: BCM63XX: Move DMA descriptor definition into common header file
authorKevin Cernekee <cernekee@gmail.com>
Mon, 9 Jul 2012 01:41:18 +0000 (01:41 +0000)
committerJohn Crispin <blogic@openwrt.org>
Thu, 30 Aug 2012 18:15:52 +0000 (20:15 +0200)
commit932e30b6ea8d2ce5a5d60b799f5c088547f105b3
treee6ea2766fc8be290836979740a4f94cbb4d6404d
parentdd89d60c032ab05720f745bf8c39d09512a77043
MIPS: BCM63XX: Move DMA descriptor definition into common header file

The "IUDMA" engine used by bcm63xx_enet is also used by other blocks,
such as the USB 2.0 device.  Move the definitions into a common file so
that they do not need to be duplicated in each driver.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Patchwork: http://patchwork.linux-mips.org/patch/4082/
Signed-off-by: John Crispin <blogic@openwrt.org>
arch/mips/include/asm/mach-bcm63xx/bcm63xx_iudma.h [new file with mode: 0644]
drivers/net/ethernet/broadcom/bcm63xx_enet.h