Revision d14feb5ee4a46218f92b21ed52338b64130a151b authored by Daniel Mack on 23 June 2006, 20:36:07 UTC, committed by Greg Kroah-Hartman on 12 July 2006, 23:03:20 UTC
I received an DBAU1200 eval kit from AMD a few days ago and tried to
enable the USB2 port, but the current linux-2.6 GIT did not even
compile with CONFIG_SOC_1200, CONFIG_SOC_AU1X00, CONFIG_USB_EHCI and
CONFIG_USB_OHCI set.
Furthermore, in ehci-hcd.c, platform_driver_register() was called with
an improper argument of type 'struct device_driver *' which of course
ended up in a kernel oops. How could that ever have worked on your
machines?

Anyway, here's a trivial patch that makes the USB subsystem working
on my board for both OHCI and EHCI.
It also removes the /* FIXME use "struct platform_driver" */.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: David Brownell <david-b@pacbell.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent 18577a6
History
File Mode Size
AUTHORS -rw-r--r-- 2.4 KB
CHANGES -rw-r--r-- 33.1 KB
Makefile -rw-r--r-- 303 bytes
README -rw-r--r-- 29.9 KB
TODO -rw-r--r-- 5.2 KB
asn1.c -rw-r--r-- 13.5 KB
cifs_debug.c -rw-r--r-- 23.0 KB
cifs_debug.h -rw-r--r-- 2.2 KB
cifs_fs_sb.h -rw-r--r-- 1.8 KB
cifs_unicode.c -rw-r--r-- 2.2 KB
cifs_unicode.h -rw-r--r-- 8.0 KB
cifs_uniupr.h -rw-r--r-- 12.6 KB
cifsacl.h -rw-r--r-- 1.2 KB
cifsencrypt.c -rw-r--r-- 11.7 KB
cifsencrypt.h -rw-r--r-- 1.4 KB
cifsfs.c -rw-r--r-- 27.4 KB
cifsfs.h -rw-r--r-- 4.5 KB
cifsglob.h -rw-r--r-- 18.7 KB
cifspdu.h -rw-r--r-- 71.9 KB
cifsproto.h -rw-r--r-- 14.6 KB
cifssmb.c -rw-r--r-- 160.0 KB
cn_cifs.h -rw-r--r-- 1.3 KB
connect.c -rw-r--r-- 100.6 KB
dir.c -rw-r--r-- 16.0 KB
fcntl.c -rw-r--r-- 3.6 KB
file.c -rw-r--r-- 53.0 KB
inode.c -rw-r--r-- 40.7 KB
ioctl.c -rw-r--r-- 2.9 KB
link.c -rw-r--r-- 8.5 KB
md4.c -rw-r--r-- 4.5 KB
md5.c -rw-r--r-- 10.6 KB
md5.h -rw-r--r-- 1.1 KB
misc.c -rw-r--r-- 22.7 KB
netmisc.c -rw-r--r-- 36.3 KB
nterr.c -rw-r--r-- 33.5 KB
nterr.h -rw-r--r-- 29.8 KB
ntlmssp.h -rw-r--r-- 4.0 KB
readdir.c -rw-r--r-- 32.6 KB
rfc1002pdu.h -rw-r--r-- 2.8 KB
sess.c -rw-r--r-- 15.6 KB
smbdes.c -rw-r--r-- 9.9 KB
smbencrypt.c -rw-r--r-- 7.6 KB
smberr.h -rw-r--r-- 7.2 KB
transport.c -rw-r--r-- 22.3 KB
xattr.c -rw-r--r-- 10.5 KB

README

back to top