<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb, branch v2016.05-rc3</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=v2016.05-rc3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb?h=v2016.05-rc3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-04-25T15:56:30Z</updated>
<entry>
<title>usb: s3c-otg: Fix remaining bytes in debug messages</title>
<updated>2016-04-25T15:56:30Z</updated>
<author>
<name>Roger Quadros</name>
<email>rogerq@ti.com</email>
</author>
<published>2016-04-22T09:02:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4d5b63784317821650f614c9bf9a9b9c6949baee'/>
<id>urn:sha1:4d5b63784317821650f614c9bf9a9b9c6949baee</id>
<content type='text'>
Remaining bytes means bytes that are not yet transferred
and not the bytes that were transferred in the last transfer.

Reported-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
Signed-off-by: Roger Quadros &lt;rogerq@ti.com&gt;
Tested-by: Steve Rae &lt;srae@broadcom.com&gt;
[Test HW: bcm28155_ap board]
</content>
</entry>
<entry>
<title>usb: s3c-otg: Fix short packet for request size &gt; ep.maxpacket</title>
<updated>2016-04-25T15:56:30Z</updated>
<author>
<name>Roger Quadros</name>
<email>rogerq@ti.com</email>
</author>
<published>2016-04-19T12:20:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=842769ea51d849fee3f6c03939cabd3971e75cfd'/>
<id>urn:sha1:842769ea51d849fee3f6c03939cabd3971e75cfd</id>
<content type='text'>
Request size can be greater than ep.packet and still end in a
short packet. We need to tackle this case as end of transfer
(if short_not_ok is not set) as indicated in USB 2.0 Specification [1],
else we get stuck up on certain protocols like fastboot.

[1] - USB2.0 Specification, Section 5.3.2 Pipes

Reported-by: Steve Rae &lt;steve.rae@broadcom.com&gt;
Signed-off-by: Roger Quadros &lt;rogerq@ti.com&gt;
Tested-by: Steve Rae &lt;steve.rae@broadcom.com&gt;
Tested-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>fastboot: Clean up bulk-out logic</title>
<updated>2016-04-25T15:56:30Z</updated>
<author>
<name>Roger Quadros</name>
<email>rogerq@ti.com</email>
</author>
<published>2016-04-19T07:16:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ac484c5a6a5745503a5c1b83a3d4c1808b677ebf'/>
<id>urn:sha1:ac484c5a6a5745503a5c1b83a3d4c1808b677ebf</id>
<content type='text'>
Just use ep-&gt;maxpacket to get the maxpacket size
and simplify the bulk-out maxpacket alignment.

Signed-off-by: Roger Quadros &lt;rogerq@ti.com&gt;
Tested-by: Steve Rae &lt;srae@broadcom.com&gt;
</content>
</entry>
<entry>
<title>fastboot: Enable the respective speed endpoints at runtime</title>
<updated>2016-04-25T15:56:30Z</updated>
<author>
<name>Roger Quadros</name>
<email>rogerq@ti.com</email>
</author>
<published>2016-04-13T08:30:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8b704a0e3d71ca8d1610ae0a877aa42dfdd8de82'/>
<id>urn:sha1:8b704a0e3d71ca8d1610ae0a877aa42dfdd8de82</id>
<content type='text'>
In a dual speed configuration we need to check at runtime if
we want to enable the Full-Speed or High-Speed endpoint.

Signed-off-by: Roger Quadros &lt;rogerq@ti.com&gt;
Acked-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
Tested-by: Steve Rae &lt;srae@broadcom.com&gt;
[Test HW: bcm235xx board]
</content>
</entry>
<entry>
<title>fastboot: Fix wMaxPacketSize for High-Speed IN endpoint</title>
<updated>2016-04-25T15:56:30Z</updated>
<author>
<name>Roger Quadros</name>
<email>rogerq@ti.com</email>
</author>
<published>2016-04-12T12:51:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=718156ad0ab076f94fbfc5f2628e6b43d1f5a127'/>
<id>urn:sha1:718156ad0ab076f94fbfc5f2628e6b43d1f5a127</id>
<content type='text'>
wMaxPacketSize for IN endpoing in High-Speed must be 512 and not 64.
While fixing that we do some clean ups like

- use cpu_to_le16(decimal_length) instead of hexadecimal length.
- No need to initialize bInterval to 0. Static variables are 0 initialized.
- Move descriptor setting from fastboot_add to to fastboot_bind.
- check for dual speed configuration before setting the high speed descriptors.

Signed-off-by: Roger Quadros &lt;rogerq@ti.com&gt;
Tested-by: Steve Rae &lt;srae@broadcom.com&gt;
Tested-by: Steve Rae &lt;srae@broadcom.com&gt; [Test HW: bcm235xx board]
</content>
</entry>
<entry>
<title>usb: gadget Move: CONFIG_G_DNL_* to Kconfig</title>
<updated>2016-04-20T09:43:28Z</updated>
<author>
<name>Sam Protsenko</name>
<email>semen.protsenko@linaro.org</email>
</author>
<published>2016-04-13T11:20:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e6c0bc0643e5a4387fecbcf83080d0b796eb067c'/>
<id>urn:sha1:e6c0bc0643e5a4387fecbcf83080d0b796eb067c</id>
<content type='text'>
And also reformat defconfigs using "make savedefconfig" rule.

Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;
</content>
</entry>
<entry>
<title>usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig</title>
<updated>2016-04-20T09:43:28Z</updated>
<author>
<name>Sam Protsenko</name>
<email>semen.protsenko@linaro.org</email>
</author>
<published>2016-04-13T11:20:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b142729d03d7295076f2c276da5694b46e511e89'/>
<id>urn:sha1:b142729d03d7295076f2c276da5694b46e511e89</id>
<content type='text'>
Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;
</content>
</entry>
<entry>
<title>usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig</title>
<updated>2016-04-20T09:43:28Z</updated>
<author>
<name>Sam Protsenko</name>
<email>semen.protsenko@linaro.org</email>
</author>
<published>2016-04-13T11:20:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c16bf621d5100a1f5c64becc82b5620810565f3e'/>
<id>urn:sha1:c16bf621d5100a1f5c64becc82b5620810565f3e</id>
<content type='text'>
Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;
</content>
</entry>
<entry>
<title>usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig</title>
<updated>2016-04-20T09:43:27Z</updated>
<author>
<name>Sam Protsenko</name>
<email>semen.protsenko@linaro.org</email>
</author>
<published>2016-04-13T11:20:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=65403f3010ff71968197821ff693d960269785b1'/>
<id>urn:sha1:65403f3010ff71968197821ff693d960269785b1</id>
<content type='text'>
Description was borrowed from kernel dwc3 Kconfig.

Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;
</content>
</entry>
<entry>
<title>usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to Kconfig</title>
<updated>2016-04-20T09:43:27Z</updated>
<author>
<name>Sam Protsenko</name>
<email>semen.protsenko@linaro.org</email>
</author>
<published>2016-04-13T11:20:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aaa4a9e313ee6e5d30c1476ad754e0b907e34217'/>
<id>urn:sha1:aaa4a9e313ee6e5d30c1476ad754e0b907e34217</id>
<content type='text'>
While at it, remove obsolete CONFIG_USBDOWNLOAD_GADGET option from some
config headers. This is also probably fixes am335x_baltos board.

Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;
</content>
</entry>
</feed>
