<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb, branch v2013.01-rc1</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.01-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb?h=v2013.01-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-11-04T18:00:38Z</updated>
<entry>
<title>usb gadget ether: Fix warning in is_eth_addr_valid()</title>
<updated>2012-11-04T18:00:38Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-10-31T13:30:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=57a87a25f7563158d2b8a83d782568f1e6fc7fc5'/>
<id>urn:sha1:57a87a25f7563158d2b8a83d782568f1e6fc7fc5</id>
<content type='text'>
The gadget ethernet driver needs to keep copies of the MAC address (at
both endpoints) as strings so it needs a custom function for validation
of the MAC.  It was not however performing a totally correct check and
also was emitting a warning about a set but unused variable.  The
solution to both is that after checking the string contents we use the
standard test for a valid MAC.

Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'u-boot-ti/master'</title>
<updated>2012-10-26T05:00:28Z</updated>
<author>
<name>Albert ARIBAUD</name>
<email>albert.u.boot@aribaud.net</email>
</author>
<published>2012-10-26T05:00:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c68436fa427a69ea308d74c410067507d6c7103b'/>
<id>urn:sha1:c68436fa427a69ea308d74c410067507d6c7103b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDY</title>
<updated>2012-10-23T15:33:17Z</updated>
<author>
<name>Pankaj Bharadiya</name>
<email>pankaj.bharadiya@ti.com</email>
</author>
<published>2012-09-13T09:38:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3f0be8ea9217311ec41156fd89e3e23a0308f3b2'/>
<id>urn:sha1:3f0be8ea9217311ec41156fd89e3e23a0308f3b2</id>
<content type='text'>
The endpoint rx count register value will be zero if it is read before
receive packet ready bit (PERI_RXCSR:RXPKTRDY) is set.

Check for the receive packet ready bit (PERI_RXCSR:RXPKTRDY) before
reading endpoint rx count register. Proceed with rx count read and
FIFO read only if RXPKTRDY bit is set.

Signed-off-by: Pankaj Bharadiya &lt;pankaj.bharadiya@ti.com&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>powerpc/usb: fix bug of CPU hang when missing USB PHY clock</title>
<updated>2012-10-22T06:25:12Z</updated>
<author>
<name>Shengzhou Liu</name>
<email>Shengzhou.Liu@freescale.com</email>
</author>
<published>2012-10-22T05:18:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=047cea3655cf34ce1f911c282e82598ded998dd2'/>
<id>urn:sha1:047cea3655cf34ce1f911c282e82598ded998dd2</id>
<content type='text'>
when missing USB PHY clock, u-boot will hang during USB
initialization when issuing "usb start". We should check
USBGP[PHY_CLK_VALID] bit to avoid CPU hanging in this case.

Due to controller issue of PHY_CLK_VALID in ULPI mode, we set
USB_EN before checking PHY_CLK_VALID, otherwise PHY_CLK_VALID
doesn't work.

Signed-off-by: Shengzhou Liu &lt;Shengzhou.Liu@freescale.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>dm: Move s3c24xx USB driver to a proper place</title>
<updated>2012-10-18T04:54:18Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2012-07-21T05:02:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fb24ffc086043530e1026cc9990955095125ea48'/>
<id>urn:sha1:fb24ffc086043530e1026cc9990955095125ea48</id>
<content type='text'>
Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: David Müller &lt;d.mueller@elsoft.ch&gt;
Cc: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Albert Aribaud &lt;albert.u.boot@aribaud.net&gt;
Cc: U-Boot DM &lt;u-boot-dm@lists.denx.de&gt;
</content>
</entry>
<entry>
<title>Remove lh7a40x cpu and serial driver</title>
<updated>2012-10-16T16:00:36Z</updated>
<author>
<name>Albert ARIBAUD</name>
<email>albert.u.boot@aribaud.net</email>
</author>
<published>2012-10-08T04:11:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b9f4bc34ac0ee40f8d6a952036b4cd62b854aa74'/>
<id>urn:sha1:b9f4bc34ac0ee40f8d6a952036b4cd62b854aa74</id>
<content type='text'>
Since commit 957731ed (ARM: remove broken "lpd7a40x" boards),
lh7a40x cpu and serial driver have become unused. Remove them.

Signed-off-by: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
</content>
</entry>
<entry>
<title>mx51: Fix USB PHY clocks</title>
<updated>2012-10-15T18:54:11Z</updated>
<author>
<name>Benoît Thébaudeau</name>
<email>benoit.thebaudeau@advansee.com</email>
</author>
<published>2012-09-28T07:09:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=414e1660c8e898539411d92fbacdefc3e6bfbdfb'/>
<id>urn:sha1:414e1660c8e898539411d92fbacdefc3e6bfbdfb</id>
<content type='text'>
The i.MX51 has a single USB PHY clock, while the i.MX53 has two. These 3 clocks
have different clock gate control bit-fields.

The existing code was correct only for i.MX53, so this patch fixes the i.MX51
use case.

Signed-off-by: Benoît Thébaudeau &lt;benoit.thebaudeau@advansee.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: Jana Rapava &lt;fermata7@gmail.com&gt;
Cc: Wolfgang Grandegger &lt;wg@denx.de&gt;
Cc: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
</content>
</entry>
<entry>
<title>pxa25x: Add support for USB ethernet gadget</title>
<updated>2012-10-15T18:54:01Z</updated>
<author>
<name>Lukasz Dalek</name>
<email>luk0104@gmail.com</email>
</author>
<published>2012-10-02T15:04:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3c09a2836df2f0ca73396ce00104385f0a622015'/>
<id>urn:sha1:3c09a2836df2f0ca73396ce00104385f0a622015</id>
<content type='text'>
Add to pxa25x based devices support for USB ethernet gadget. This is a
port of pxa25x UDC driver from Linux kernel.

Signed-off-by: Lukasz Dalek &lt;luk0104@gmail.com&gt;
</content>
</entry>
<entry>
<title>usbether: Removed DEV_CONFIG_{CDC,SUBSET}</title>
<updated>2012-10-15T18:54:01Z</updated>
<author>
<name>Lukasz Dalek</name>
<email>luk0104@gmail.com</email>
</author>
<published>2012-10-02T15:04:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2bb378841e6c093476cd6365aacd7bfdbe60f658'/>
<id>urn:sha1:2bb378841e6c093476cd6365aacd7bfdbe60f658</id>
<content type='text'>
Removed DEV_CONFIG_CDC and DEV_CONFIG_SUBSET and replaced it with
CONFIG_USB_ETH_CDC and CONFIG_USB_ETH_SUBSET.

Signed-off-by: Lukasz Dalek &lt;luk0104@gmail.com&gt;
</content>
</entry>
<entry>
<title>usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}</title>
<updated>2012-10-15T18:54:01Z</updated>
<author>
<name>Lukasz Dalek</name>
<email>luk0104@gmail.com</email>
</author>
<published>2012-10-02T15:04:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4c43cd5a632ea43cab0cdce08d35d6752913504a'/>
<id>urn:sha1:4c43cd5a632ea43cab0cdce08d35d6752913504a</id>
<content type='text'>
Introduced CONFIG_USB_ETH_CDC and CONFIG_USB_ETH_SUBSET as preparation
for removal DEV_CONFIG_CDC and DEV_CONFIG_SUBSET

Signed-off-by: Lukasz Dalek &lt;luk0104@gmail.com&gt;
</content>
</entry>
</feed>
