]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/ps3: Add gelic udbg driver
authorHector Martin <hector@marcansoft.com>
Wed, 31 Aug 2011 06:32:26 +0000 (06:32 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 19 Sep 2011 23:20:05 +0000 (09:20 +1000)
commitc26afe9e8591f306d79aab8071f1d34e4f60b700
treeee3e49fef2343c1bf8e752c4a29be9371c143a24
parent8feaa43494cee5e938fd5a57b9e9bf1c827e6ccd
powerpc/ps3: Add gelic udbg driver

Add a new udbg driver for the PS3 gelic Ehthernet device.

This driver shares only a few stucture and constant definitions with the
gelic Ethernet device driver, so is implemented as a stand-alone driver
with no dependencies on the gelic Ethernet device driver.

Signed-off-by: Hector Martin <hector@marcansoft.com>
Signed-off-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/Kconfig.debug
arch/powerpc/include/asm/udbg.h
arch/powerpc/kernel/udbg.c
arch/powerpc/platforms/ps3/Kconfig
arch/powerpc/platforms/ps3/Makefile
arch/powerpc/platforms/ps3/gelic_udbg.c [new file with mode: 0644]
drivers/net/ps3_gelic_net.c
drivers/net/ps3_gelic_net.h