<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb, branch v2013.10-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/usb?h=v2013.10-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb?h=v2013.10-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2013-08-26T19:56:34Z</updated>
<entry>
<title>usb: ehci-mx5: Use 'bool' instead of 'unsigned char'</title>
<updated>2013-08-26T19:56:34Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2013-07-26T16:54:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=76b6b196148dbd7201b297e73e4311a2ea3f16a9'/>
<id>urn:sha1:76b6b196148dbd7201b297e73e4311a2ea3f16a9</id>
<content type='text'>
The 'enable' argument can be better expressed as boolean.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Reviewed-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>usb: ehci-mx5: Remove unneeded write to cscmr1 register</title>
<updated>2013-08-26T19:56:34Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2013-07-26T16:54:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c3904128ad8c85b91bf1df2ed4b38fa8a17f32a6'/>
<id>urn:sha1:c3904128ad8c85b91bf1df2ed4b38fa8a17f32a6</id>
<content type='text'>
Currently we have the following behavior in ehci_hcd_init()

- Read csmr1 register, clear bit 26 and then set bit 26.

However a little bit later we call set_usb_phy_clk() which clears bit 26, so
let's get rid of the unnecessary code.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driver</title>
<updated>2013-08-26T19:56:34Z</updated>
<author>
<name>Lukasz Majewski</name>
<email>l.majewski@samsung.com</email>
</author>
<published>2013-08-19T15:17:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c4219a82cdf1e5f6009e2318b7cc008a93998574'/>
<id>urn:sha1:c4219a82cdf1e5f6009e2318b7cc008a93998574</id>
<content type='text'>
The manufacturer and product IDs are dynamically assigned when gadget is
bind.
Now the IDs aren't assigned at struct g_dnl_string_defs definition.

Signed-off-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: "Egli, Samuel" &lt;samuel.egli@siemens.com&gt;
</content>
</entry>
<entry>
<title>usb:dfu:g_dnl: Change number of exported configurations at composite gadget</title>
<updated>2013-08-26T19:56:34Z</updated>
<author>
<name>Lukasz Majewski</name>
<email>l.majewski@samsung.com</email>
</author>
<published>2013-08-19T15:17:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cfc2d0d63246668ae91cfcbb7a7bad63e999ed0a'/>
<id>urn:sha1:cfc2d0d63246668ae91cfcbb7a7bad63e999ed0a</id>
<content type='text'>
USB composite gadget (g_dnl) supports only one configuration. Due to that
the corresponding field - bConfigurationValue has been changed.

Moreover more descriptive names were chosen for relevant fields.

Windows XP setup:
- Thesyscon USB Descriptor Dumper
- zadig_xp program for WinUSB installation (which is required by dfu-util)
- dfu-util for windows (version 0.6)
- TRATS target connected via USB hub to test Win XP machine.

Tested at: Trats - Exynos4210

Signed-off-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: "Egli, Samuel" &lt;samuel.egli@siemens.com&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP: USB: Fix linker error when ULPI is not defined</title>
<updated>2013-08-26T19:55:46Z</updated>
<author>
<name>Dan Murphy</name>
<email>dmurphy@ti.com</email>
</author>
<published>2013-08-01T19:05:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=120503f32e1dcad3069633d6319d5d6c37e65c08'/>
<id>urn:sha1:120503f32e1dcad3069633d6319d5d6c37e65c08</id>
<content type='text'>
Fix the linker error for missing ulpi_reset when ulpi is not defined
in the board config.

Signed-off-by: Dan Murphy &lt;dmurphy@ti.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP5: USB: Add OMAP5 common USB EHCI information</title>
<updated>2013-08-26T19:55:46Z</updated>
<author>
<name>Dan Murphy</name>
<email>dmurphy@ti.com</email>
</author>
<published>2013-08-01T19:05:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d3d037ae18c33a16e49630ce2adbc9fea1a680eb'/>
<id>urn:sha1:d3d037ae18c33a16e49630ce2adbc9fea1a680eb</id>
<content type='text'>
* Enable the OMAP5 EHCI host clocks
* Add OMAP5 EHCI register definitions
* Add OMAP5 ES2 host revision

Signed-off-by: Dan Murphy &lt;dmurphy@ti.com&gt;
</content>
</entry>
<entry>
<title>SPDX-License-Identifier: convert BSD-3-Clause files</title>
<updated>2013-08-19T19:45:35Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2013-07-28T20:12:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cb3761ea995ca2699db19f54e7c5f7e463381459'/>
<id>urn:sha1:cb3761ea995ca2699db19f54e7c5f7e463381459</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini Don't remove some copyrights by accident]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>net: smsc95xx: Add support for another SMSC95xx variant</title>
<updated>2013-08-19T17:34:18Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2013-07-03T16:34:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2eb60902a03758133b027934b8710c7ff730cb06'/>
<id>urn:sha1:2eb60902a03758133b027934b8710c7ff730cb06</id>
<content type='text'>
This patch adds support for the SMSC9500 with product id 0x9900 which is
equipped in the "EXSYS USB 2.0" etherner USB adapter.

Tested on omap3_beagle.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://88.191.163.10/u-boot-arm</title>
<updated>2013-08-18T18:14:34Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2013-08-18T18:14:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e20cc2ca15b5b0644f51b6e58d530d70acd2bc00'/>
<id>urn:sha1:e20cc2ca15b5b0644f51b6e58d530d70acd2bc00</id>
<content type='text'>
Fixup an easy conflict over adding the clk_get prototype and USB_OTG
defines for am33xx having moved.

Conflicts:
	arch/arm/include/asm/arch-am33xx/hardware.h

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>musb: Disable extra prints</title>
<updated>2013-08-15T12:51:10Z</updated>
<author>
<name>Lokesh Vutla</name>
<email>lokeshvutla@ti.com</email>
</author>
<published>2013-07-30T05:18:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=32f420b8ecffee33af01ee452fa1238fa91e399f'/>
<id>urn:sha1:32f420b8ecffee33af01ee452fa1238fa91e399f</id>
<content type='text'>
There are many musb prints in SPL and U-Boot log.
These prints are required only during musb debug.
So replacing printk with pr_debug in musb_core.

Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Tested-by: Heiko Schocher &lt;hs@denx.de&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
</feed>
