From: Magnus Damm Date: Wed, 23 Jan 2008 06:58:46 +0000 (+0900) Subject: usb: ohci-sm501 driver X-Git-Tag: v2.6.25-rc1~1075^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f54aab6ebcecd93e86cea34ddba5f3d454382041;p=pandora-kernel.git usb: ohci-sm501 driver usb: ohci-sm501 driver V2 This patch adds sm501 ohci support. It's all very straightforward with the exception of dma_declare_coherent_memory() and HCD_LOCAL_MEM. Together they are used to ensure that usb data is allocated using dma_alloc_coherent(), and that only valid dma memory is used to allocate from. This driver is a platform device, and the mfd driver sm501.c is already creating one usb host controller instance per sm501. Signed-off-by: Magnus Damm Cc: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed