<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb/musb, branch v2012.07</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.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb/musb?h=v2012.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-07-18T12:43:29Z</updated>
<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>
<entry>
<title>DaVinci: rename gpio_defs.h to gpio.h</title>
<updated>2011-08-03T10:49:19Z</updated>
<author>
<name>Laurence Withers</name>
<email>lwithers@guralp.com</email>
</author>
<published>2011-07-18T13:25:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0bf98f1d13224b0c7a18c72f4aaa6a04df982a47'/>
<id>urn:sha1:0bf98f1d13224b0c7a18c72f4aaa6a04df982a47</id>
<content type='text'>
In preparation for a generic GPIO driver for the DA8xx processors,
rename &lt;asm/arch/gpio_defs.h&gt; to &lt;asm/arch/gpio.h&gt; and fix up all files
which include it.

Signed-off-by: Laurence Withers &lt;lwithers@guralp.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>musb: process control messages after roothub accepted it</title>
<updated>2011-06-25T07:53:10Z</updated>
<author>
<name>Cliff Cai</name>
<email>cliff.cai@analog.com</email>
</author>
<published>2011-04-21T16:42:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b17ce92a424ab5ea93a1ed973e5d2ce047a7d321'/>
<id>urn:sha1:b17ce92a424ab5ea93a1ed973e5d2ce047a7d321</id>
<content type='text'>
When dealing with non-multipoint devices, if the software root hub code
accepted the message, then we still need to process it normally.  So only
return quickly when the root hub skipped the message or is otherwise in
an error state.

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: blackfin: check anomaly workarounds at runtime too</title>
<updated>2011-04-02T07:38:24Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-03-17T21:35:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=081b59e4536d050ed5dc3c16ec5c65d16c0edc94'/>
<id>urn:sha1:081b59e4536d050ed5dc3c16ec5c65d16c0edc94</id>
<content type='text'>
The anomaly workarounds we need for older silicon might break things
if used on newer versions where the anomalies don't exist.  So check
the silicon rev at runtime too.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
</feed>
