<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb/musb, branch v2012.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/usb/musb?h=v2012.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb/musb?h=v2012.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-09-02T14:38:48Z</updated>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-usb</title>
<updated>2012-09-02T14:38:48Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2012-09-02T14:38:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7cdcaef0b286fa20926d750304442ad770a1fca8'/>
<id>urn:sha1:7cdcaef0b286fa20926d750304442ad770a1fca8</id>
<content type='text'>
* 'master' of git://git.denx.de/u-boot-usb:
  MUSB driver: Timeout is never detected as the while loop does not end
  usb: fix ulpi_set_vbus prototype
  pxa25x: Add UDC registers definitions
  USB: Fix strict aliasing in ohci-hcd
  usb: Optimize USB storage read/write
  ehci: Optimize qTD allocations
  usb_stor_BBB_transport: Do not delay when not required
  usb_storage: Remove EHCI constraints
  usb_storage: Restore non-EHCI support
  ehci-hcd: Boost transfer speed
  ehci: cosmetic: Define used constants
  ehci: Fail for multi-transaction interrupt transfers
  arm:trats: Enable g_dnl composite USB gadget with embedded DFU function on TRATS
  arm:trats: Support for USB UDC driver at TRATS board.
  dfu:cmd: Support for DFU u-boot command
  dfu: MMC specific routines for DFU operation
  dfu: DFU backend implementation
  dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget
  dfu:usb: Support for g_dnl composite download gadget.
  ehci: cosmetic: Define the number of qt_buffers

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>MUSB driver: Timeout is never detected as the while loop does not end</title>
<updated>2012-09-01T14:21:53Z</updated>
<author>
<name>Matej Frančeškin</name>
<email>matej.franceskin@comtrade.com</email>
</author>
<published>2012-08-30T07:24:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8c8650181904cee37721fa303622cd37255d51d6'/>
<id>urn:sha1:8c8650181904cee37721fa303622cd37255d51d6</id>
<content type='text'>
Timeout variable is decremented once more when while condition is not met.
Following "if" does not detect correctly that timeout has occurred.
Because of this bug the "usb start" command on AM335X-EVM board did not detect correctly that USB device was not attached.

	timeout = musb_cfg.timeout;
	while (timeout--)
		if (readb(&amp;musbr-&gt;devctl) &amp; MUSB_DEVCTL_HM)
 			break;
	/* if musb core is not in host mode, then return */
	if (!timeout)
		return -1;

Signed-off-by: Matej Franceskin &lt;Matej.Franceskin@comtrade.com&gt;
CC: Marek Vasut &lt;matex@denx.de&gt;?
</content>
</entry>
<entry>
<title>da8xx/hawkboard: Add support for ohci host controller</title>
<updated>2012-09-01T12:58:19Z</updated>
<author>
<name>Sughosh Ganu</name>
<email>urwithsughosh@gmail.com</email>
</author>
<published>2012-08-09T10:45:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=25f8bf6eff9e66df850301c5e9e5259807e286f0'/>
<id>urn:sha1:25f8bf6eff9e66df850301c5e9e5259807e286f0</id>
<content type='text'>
Also enable the ohci port on hawkboard. These additions result in an
increased u-boot size -- adjust the same accordingly in the board's
config.

Move the usb header for da8xx platforms under arch-davinci.

Signed-off-by: Sughosh Ganu &lt;urwithsughosh@gmail.com&gt;
</content>
</entry>
<entry>
<title>ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment</title>
<updated>2012-07-18T12:43:29Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-07-15T22:14:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=71c5de4f4af5e0995f89dffa79f48f26bd095f50'/>
<id>urn:sha1:71c5de4f4af5e0995f89dffa79f48f26bd095f50</id>
<content type='text'>
The USB spec says that 32 bytes is the minimum required alignment.
However on some platforms we have a larger minimum requirement for cache
coherency.  In those cases, use that value rather than the USB spec
minimum.  We add a cpp check to &lt;usb.h&gt; to define USB_DMA_MINALIGN and
make use of it in ehci-hcd.c and musb_core.h.  We cannot use MAX() here
as we are not allowed to have tests inside of align(...).

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
[marek.vasut]: introduce some crazy macro voodoo
Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
[ilya.yanok]: moved external buffer fixes to separate patch,
we use {ALLOC,DEFINE}_ALIGN_BUFFER macros with alignment of USB_DMA_MINALIGN
for qh_list, qh and qtd structures to make sure they are proper aligned
for both controller and cache operations.
Signed-off-by: Ilya Yanok &lt;ilya.yanok@cogentembedded.com&gt;
</content>
</entry>
<entry>
<title>usb: musb: fix printf warning</title>
<updated>2012-03-18T23:08:16Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2012-02-03T03:03:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b9743081058d847a9150dc8bd9dd2b74d78105a2'/>
<id>urn:sha1:b9743081058d847a9150dc8bd9dd2b74d78105a2</id>
<content type='text'>
musb_hcd.c: In function 'musb_submit_rh_msg':
musb_hcd.c:827:2: warning: format '%d' expects type 'int',
	but argument 3 has type 'long unsigned int'

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>USB: move keyboard polling into kbd driver</title>
<updated>2012-03-03T15:56:29Z</updated>
<author>
<name>amartin@nvidia.com</name>
<email>amartin@nvidia.com</email>
</author>
<published>2011-12-20T14:56:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f9636e8d38abde096fbb32fee5a36bbdb02b7cae'/>
<id>urn:sha1:f9636e8d38abde096fbb32fee5a36bbdb02b7cae</id>
<content type='text'>
This moves keyboard polling logic from USB HCD drivers into USB
keyboard driver.  Remove usb_event_poll() as keyboard polling was
the only user of this API.  With this patch USB keyboard works with
EHCI controllers again.  Tested on a tegra2 seaboard.

Signed-off-by: Allen Martin &lt;amartin@nvidia.com&gt;
</content>
</entry>
<entry>
<title>drivers/usb/musb/musb_udc.c: Fix GCC 4.6 warning</title>
<updated>2011-12-09T09:36:33Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2011-12-03T06:46:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c594a8de4ed8635d06f5f1588da93c962e13110f'/>
<id>urn:sha1:c594a8de4ed8635d06f5f1588da93c962e13110f</id>
<content type='text'>
Fix:
musb_udc.c: In function 'musb_peri_softconnect':
musb_udc.c:166:14: warning: variable 'intrtx' set but not used
[-Wunused-but-set-variable]
musb_udc.c:166:6: warning: variable 'intrrx' set but not used
[-Wunused-but-set-variable]
musb_udc.c:165:5: warning: variable 'intrusb' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Cc: Remy Bohmer &lt;linux@bohmer.net&gt;
Acked-by: Remy Bohmer &lt;linux@bohmer.net&gt;
Acked-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
</content>
</entry>
<entry>
<title>drivers/usb/musb/musb_hcd.c: Fix GCC 4.6 warning</title>
<updated>2011-11-23T07:14:27Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2011-11-19T13:12:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=94191960cbddb58e425c7b9608700ed59a881d60'/>
<id>urn:sha1:94191960cbddb58e425c7b9608700ed59a881d60</id>
<content type='text'>
Fix:
musb_hcd.c: In function 'submit_control_msg':
musb_hcd.c:851:6: warning: variable 'csr' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>arm, usb, davinci: make USBPHY_CTL register configurable</title>
<updated>2011-11-03T21:56:24Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2011-11-01T20:00:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1fa892c67baffd4b51170cfe9ca6d57ddf0eba60'/>
<id>urn:sha1:1fa892c67baffd4b51170cfe9ca6d57ddf0eba60</id>
<content type='text'>
Define CONFIG_DV_USBPHY_CTL for setting the USB PHY control
register.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Acked-by: Remy Bohmer &lt;linux@bohmer.net&gt;
cc: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
cc: Remy Bohmer &lt;linux@bohmer.net&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>usb, davinci: add enable_vbus() weak function</title>
<updated>2011-11-03T21:56:24Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2011-11-01T20:00:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4ebe208097a374348689907680e002be3ee9e91c'/>
<id>urn:sha1:4ebe208097a374348689907680e002be3ee9e91c</id>
<content type='text'>
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Remy Bohmer &lt;linux@bohmer.net&gt;
Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Cc: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
</feed>
