From: Felipe Balbi Date: Thu, 24 Jan 2013 09:56:11 +0000 (+0200) Subject: usb: dwc3: gadget: change HIRD threshold to 12 X-Git-Tag: v3.9-rc1~126^2~44^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a947746dbe1486d0e305ab512ddf085b7874cb3;p=pandora-kernel.git usb: dwc3: gadget: change HIRD threshold to 12 First of all, that 28 value makes no sense as HIRD threshold is a 4-bit value, second of all it's causing issues for OMAP5. Using 12 because commit cbc725b3 (usb: dwc3: keep default hird threshold value as 4b1100) had the intention of setting the maximum allowed value of 0xc. Also, original code has been wrong forever, so this should be backported as far back as possible. Cc: Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed