<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb/musb, branch v2011.03</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=v2011.03</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb/musb?h=v2011.03'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-11-17T20:02:18Z</updated>
<entry>
<title>Switch from archive libraries to partial linking</title>
<updated>2010-11-17T20:02:18Z</updated>
<author>
<name>Sebastien Carlier</name>
<email>sebastien.carlier@gmail.com</email>
</author>
<published>2010-11-05T14:48:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d8962e814c15807dd6ac5757904be2a02d187b8'/>
<id>urn:sha1:6d8962e814c15807dd6ac5757904be2a02d187b8</id>
<content type='text'>
Before this commit, weak symbols were not overridden by non-weak symbols
found in archive libraries when linking with recent versions of
binutils.  As stated in the System V ABI, "the link editor does not
extract archive members to resolve undefined weak symbols".

This commit changes all Makefiles to use partial linking (ld -r) instead
of creating library archives, which forces all symbols to participate in
linking, allowing non-weak symbols to override weak symbols as intended.
This approach is also used by Linux, from which the gmake function
cmd_link_o_target (defined in config.mk and used in all Makefiles) is
inspired.

The name of each former library archive is preserved except for
extensions which change from ".a" to ".o".  This commit updates
references accordingly where needed, in particular in some linker
scripts.

This commit reveals board configurations that exclude some features but
include source files that depend these disabled features in the build,
resulting in undefined symbols.  Known such cases include:
- disabling CMD_NET but not CMD_NFS;
- enabling CONFIG_OF_LIBFDT but not CONFIG_QE.

Signed-off-by: Sebastien Carlier &lt;sebastien.carlier@gmail.com&gt;
</content>
</entry>
<entry>
<title>usb: musb: constify a bit</title>
<updated>2010-10-22T19:41:46Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2010-10-20T11:15:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0228348e9c0361dcb1c7e2678a3d899aca15f258'/>
<id>urn:sha1:0228348e9c0361dcb1c7e2678a3d899aca15f258</id>
<content type='text'>
These ep and root hub structures need not be writable.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>usb: musb: only write CLRDATATOG when appropriate</title>
<updated>2010-10-13T10:08:43Z</updated>
<author>
<name>Bryan Wu</name>
<email>bryan.wu@analog.com</email>
</author>
<published>2010-08-09T18:58:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4ee691f6aced74c30bbe15d9e97313df21037ae3'/>
<id>urn:sha1:4ee691f6aced74c30bbe15d9e97313df21037ae3</id>
<content type='text'>
This is a change similar to what is already in the Linux driver.  We
should only program the CLRDATATOG bit when the current mode indicates
that it is needed.

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>usb: musb: stub out MUSB_TXCSR_MODE for Blackfin parts</title>
<updated>2010-09-20T19:56:42Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2010-08-11T21:54:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=70fccb3f2469f5cfd75ad17c6e452a382fbabbcf'/>
<id>urn:sha1:70fccb3f2469f5cfd75ad17c6e452a382fbabbcf</id>
<content type='text'>
The MUSB_TXCSR_MODE register setting isn't supported on Blackfin musb
parts, so stub it out to 0.  This matches Linux behavior.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>usb: musb: set target address for non-multipoint devices</title>
<updated>2010-09-11T07:49:22Z</updated>
<author>
<name>Bryan Wu</name>
<email>bryan.wu@analog.com</email>
</author>
<published>2010-08-09T22:41:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=93ceb4790d8daea992cdebf2c75434d73df9c028'/>
<id>urn:sha1:93ceb4790d8daea992cdebf2c75434d73df9c028</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;
</content>
</entry>
<entry>
<title>usb: musb: setup TXCOUNT for Blackfin musb</title>
<updated>2010-09-11T07:49:21Z</updated>
<author>
<name>Bryan Wu</name>
<email>bryan.wu@analog.com</email>
</author>
<published>2010-08-09T18:57:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8dd7a23007ff73dae176aa4628f5c2142d6087dc'/>
<id>urn:sha1:8dd7a23007ff73dae176aa4628f5c2142d6087dc</id>
<content type='text'>
The Blackfin implementation of musb has a TXCOUNT register that needs to
be programmed when transmitting data.

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>musb: am35x: Workaround for fifo read issue</title>
<updated>2010-08-12T14:40:00Z</updated>
<author>
<name>Ajay Kumar Gupta</name>
<email>ajay.gupta@ti.com</email>
</author>
<published>2010-07-09T06:13:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5689f4b5b43d7beaf725d7cc82f9efea86d6f375'/>
<id>urn:sha1:5689f4b5b43d7beaf725d7cc82f9efea86d6f375</id>
<content type='text'>
AM35x supports only 32bit read operations so we need to have
workaround for 8bit and 16bit read operations.

Signed-off-by: Ajay Kumar Gupta &lt;ajay.gupta@ti.com&gt;
</content>
</entry>
<entry>
<title>musb: MSC host support for AM35x</title>
<updated>2010-08-12T14:40:00Z</updated>
<author>
<name>Ajay Kumar Gupta</name>
<email>ajay.gupta@ti.com</email>
</author>
<published>2010-07-09T06:13:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dbea32420022be62116e1c49222be4d64af62c38'/>
<id>urn:sha1:dbea32420022be62116e1c49222be4d64af62c38</id>
<content type='text'>
Tested MSC Host on AM3517EVM.

Signed-off-by: Ajay Kumar Gupta &lt;ajay.gupta@ti.com&gt;
</content>
</entry>
<entry>
<title>ARMV7: Restructure omap3 musb driver to allow code sharing between OMAP3 and OMAP4</title>
<updated>2010-08-05T14:11:34Z</updated>
<author>
<name>Steve Sakoman</name>
<email>steve@sakoman.com</email>
</author>
<published>2010-06-25T19:42:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9b16757758411996f36348fa688d03fced8d5e5e'/>
<id>urn:sha1:9b16757758411996f36348fa688d03fced8d5e5e</id>
<content type='text'>
Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>musb: fix compilation warning</title>
<updated>2010-07-15T20:11:01Z</updated>
<author>
<name>Ajay Kumar Gupta</name>
<email>ajay.gupta@ti.com</email>
</author>
<published>2010-07-15T20:11:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=900c0c6b0a67b2372075f42a343205f384b0c120'/>
<id>urn:sha1:900c0c6b0a67b2372075f42a343205f384b0c120</id>
<content type='text'>
Fixes below compilation warning
omap3.c: In function 'musb_platform_init':
omap3.c:123: warning: implicit declaration of function
			'omap3_evm_need_extvbus'

Signed-off-by: Ajay Kumar Gupta &lt;ajay.gupta@ti.com&gt;
Acked-by: Remy Bohmer &lt;linux@bohmer.net&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
</feed>
