From: John Youn Date: Mon, 27 Jul 2009 19:05:03 +0000 (-0700) Subject: USB: xhci: Scratchpad buffer allocation X-Git-Tag: v2.6.31-rc5~71^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254c80a3a0eb811489f7410c3291f01a60e8e42f;p=pandora-kernel.git USB: xhci: Scratchpad buffer allocation Allocates and initializes the scratchpad buffer array (XHCI 4.20). This is an array of 64-bit DMA addresses to scratch pages that the controller may use during operation. The number of pages is specified in the "Max Scratchpad Buffers" field of HCSPARAMS2. The DMA address of this array is written into slot 0 of the DCBAA. Signed-off-by: John Youn Acked-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed