<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb/musb, branch v2010.06</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=v2010.06</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb/musb?h=v2010.06'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-03-12T22:06:04Z</updated>
<entry>
<title>Prepare v2010.03-rc1</title>
<updated>2010-03-12T22:06:04Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2010-03-12T22:06:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=93910edb595a88d394da3eb2cf5148096155dfe9'/>
<id>urn:sha1:93910edb595a88d394da3eb2cf5148096155dfe9</id>
<content type='text'>
Coding style cleanup, update CHANGELOG.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>musb: Add host support for DM365 EVM</title>
<updated>2010-02-03T21:06:59Z</updated>
<author>
<name>Prathap Srinivas</name>
<email>msprathap@ti.com</email>
</author>
<published>2010-01-11T10:06:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6e20e64f5c6deb5b48e40a0cba4877f9170545e0'/>
<id>urn:sha1:6e20e64f5c6deb5b48e40a0cba4877f9170545e0</id>
<content type='text'>
Add support for musb host on DM365 EVM.

Signed-off-by: Prathap Srinivas &lt;msprathap@ti.com&gt;
</content>
</entry>
<entry>
<title>usb: musb: fix Blackfin DMA register padding</title>
<updated>2010-02-03T21:06:59Z</updated>
<author>
<name>Cliff Cai</name>
<email>cliff.cai@analog.com</email>
</author>
<published>2010-01-19T05:10:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ec2aadb40855cecb088b68c062e3534d6ce39128'/>
<id>urn:sha1:ec2aadb40855cecb088b68c062e3534d6ce39128</id>
<content type='text'>
The conversion from offsets to C structs lost a little padding in the DMA
register map.  Accessing endpoints other than ep0 with DMA would fail as
the addresses wouldn't be adjusted correctly.

Signed-off-by: Cliff Cai &lt;cliff.cai@analog.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>PCIe, USB: Replace 'end point' references with 'endpoint'</title>
<updated>2010-01-17T22:06:44Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2010-01-17T21:38:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=64917ca38933d10b3763f61df7a1e58e1e127b52'/>
<id>urn:sha1:64917ca38933d10b3763f61df7a1e58e1e127b52</id>
<content type='text'>
When referring to PCIe and USB 'endpoint' is the standard naming
convention.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
Acked-by: Stefan Roese &lt;sr@denx.de&gt;
Acked-by: Remy Bohmer &lt;linux@bohmer.net&gt;
</content>
</entry>
<entry>
<title>usb: musb: add virtual root hub control support</title>
<updated>2010-01-12T19:11:27Z</updated>
<author>
<name>Bryan Wu</name>
<email>bryan.wu@analog.com</email>
</author>
<published>2010-01-09T21:53:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=321790f61bb92fead0fc01b8d055aa331d8dcf85'/>
<id>urn:sha1:321790f61bb92fead0fc01b8d055aa331d8dcf85</id>
<content type='text'>
For MUSB devices that do not support multipoint (hubs), we have to emulate
a root hub so that we can support core operations like resetting ports.

Signed-off-by: Bryan Wu &lt;bryan.wu@analog.com&gt;
Signed-off-by: Cliff Cai &lt;cliff.cai@analog.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>omap3: fix compile warning</title>
<updated>2010-01-09T09:25:09Z</updated>
<author>
<name>Sanjeev Premi</name>
<email>premi@ti.com</email>
</author>
<published>2009-12-24T08:50:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b301be0599d14be46fc088861bb798648844aea5'/>
<id>urn:sha1:b301be0599d14be46fc088861bb798648844aea5</id>
<content type='text'>
This patch fixes this warning during compile:

omap3.c: In function 'musb_platform_init':
omap3.c:126: warning: label 'end' defined but not used

Problem reported by: Dirk Behme[dirk.behme@googlemail.com]

Signed-off-by: Sanjeev Premi &lt;premi@ti.com&gt;
</content>
</entry>
<entry>
<title>usb: musb: add support for Blackfin MUSB</title>
<updated>2010-01-09T09:25:09Z</updated>
<author>
<name>Bryan Wu</name>
<email>bryan.wu@analog.com</email>
</author>
<published>2009-12-17T03:04:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e608f221c13943d88e86f44753e23668342c3df3'/>
<id>urn:sha1:e608f221c13943d88e86f44753e23668342c3df3</id>
<content type='text'>
Signed-off-by: Bryan Wu &lt;bryan.wu@analog.com&gt;
Signed-off-by: Cliff Cai &lt;cliff.cai@analog.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Remy Bohmer &lt;linux@bohmer.net&gt;
</content>
</entry>
<entry>
<title>usb: musb: change rxcsr register from write to read/modify/write</title>
<updated>2010-01-09T09:25:09Z</updated>
<author>
<name>Bryan Wu</name>
<email>bryan.wu@analog.com</email>
</author>
<published>2009-12-17T03:04:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bc72a919e037782f64e3ac45c91bc60408e57e85'/>
<id>urn:sha1:bc72a919e037782f64e3ac45c91bc60408e57e85</id>
<content type='text'>
The RX Control/Status register has bits that we want to preserve, so don't
just write out a single bit.  Preserve the others bits in the process.

The original code posted to the u-boot list had this behavior, but looks
like it was lost somewhere along the way to merging.

Signed-off-by: Bryan Wu &lt;bryan.wu@analog.com&gt;
Signed-off-by: Cliff Cai &lt;cliff.cai@analog.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Remy Bohmer &lt;linux@bohmer.net&gt;
</content>
</entry>
<entry>
<title>usb: musb: make multipoint optional</title>
<updated>2010-01-09T09:25:08Z</updated>
<author>
<name>Bryan Wu</name>
<email>bryan.wu@analog.com</email>
</author>
<published>2009-12-17T03:04:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8868fd443b7a52bf433903cc9527403ad055acb9'/>
<id>urn:sha1:8868fd443b7a52bf433903cc9527403ad055acb9</id>
<content type='text'>
The multipoint handling under MUSB is optional, and some parts (like the
Blackfin processor) do not implement support for it.

Signed-off-by: Bryan Wu &lt;bryan.wu@analog.com&gt;
Signed-off-by: Cliff Cai &lt;cliff.cai@analog.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Remy Bohmer &lt;linux@bohmer.net&gt;
</content>
</entry>
<entry>
<title>usb: musb: make fifo support configurable</title>
<updated>2010-01-09T09:25:08Z</updated>
<author>
<name>Bryan Wu</name>
<email>bryan.wu@analog.com</email>
</author>
<published>2009-12-17T03:03:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=df402ba38103df51f6929848b6a797eff4db61f8'/>
<id>urn:sha1:df402ba38103df51f6929848b6a797eff4db61f8</id>
<content type='text'>
The dynamic FIFO handling under MUSB is optional, and some parts (like
the Blackfin processor) do not implement support for it.

Due to this, the FIFO reading/writing steps need special handling, so
mark the common versions weak so drivers can override.

Signed-off-by: Bryan Wu &lt;bryan.wu@analog.com&gt;
Signed-off-by: Cliff Cai &lt;cliff.cai@analog.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Remy Bohmer &lt;linux@bohmer.net&gt;
</content>
</entry>
</feed>
