Re: [PATCH v2 2/2] USB: ehci: tegra: Align DMA transfers to 32bytes

From: Greg KH
Date: Sat Dec 18 2010 - 12:54:26 EST


On Fri, Dec 17, 2010 at 05:49:31PM -0800, Robert Morell wrote:
> --- a/include/linux/usb.h
> +++ b/include/linux/usb.h
> @@ -975,6 +975,7 @@ extern int usb_disabled(void);
> #define URB_SETUP_MAP_SINGLE 0x00100000 /* Setup packet DMA mapped */
> #define URB_SETUP_MAP_LOCAL 0x00200000 /* HCD-local setup packet */
> #define URB_DMA_SG_COMBINED 0x00400000 /* S-G entries were combined */
> +#define URB_ALIGNED_TEMP_BUFFER 0x00800000 /* Temp buffer was alloc'd */

This should go in the previous patch, right?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/