From: Magnus Damm Date: Thu, 22 May 2008 13:15:31 +0000 (+0900) Subject: sh: fix USBF resource for sh7722 X-Git-Tag: v2.6.26-rc4~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=526c1c23a23785114f618624e22480a3317388e1;p=pandora-kernel.git sh: fix USBF resource for sh7722 The USBF function on sh7722 is currently not working with the m66592_udc driver. The driver is using platform_get_resource_byname() so my commit a0d29798e568116aa6c32aef7bab2d9e620c88ad broke sh7722 support. The long term fix is to replace platform_get_resource_byname() in the driver with platform_get_resource(), but this helps until that happens. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed