From: David Brownell Date: Wed, 31 Aug 2005 18:52:57 +0000 (-0700) Subject: [PATCH] USB: OHCI relies less on NDP register X-Git-Tag: v2.6.14-rc1~11^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd13b36c4a501d8787a27e54635fbd943f2685d;p=pandora-kernel.git [PATCH] USB: OHCI relies less on NDP register Some OHCI implementations have differences in the way the NDP register (in roothub_a) reports the number of ports present. This patch allows the platform specific code to optionally supply the number of ports. The driver just reads the value at init (if not supplied) instead of reading it every time its needed (except for an AMD756 bug workaround). It also sets the value correctly for the ARM pxa27x architecture. Signed-Off-By: Richard Purdie Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed