<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb/host, branch v2015.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/host?h=v2015.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb/host?h=v2015.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-07-10T12:55:50Z</updated>
<entry>
<title>usb: Add EHCI support for Armada 38x (mvebu)</title>
<updated>2015-07-10T12:55:50Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2015-06-29T12:58:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fe11ae2437e67509b0a0697d932bba10aa686756'/>
<id>urn:sha1:fe11ae2437e67509b0a0697d932bba10aa686756</id>
<content type='text'>
This patch adds USB EHCI host support for the common mvebu platform.
Including the Armada 38x.

Tested on DB-88F6280-GP eval board.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
</content>
</entry>
<entry>
<title>usb: ehci: Properly deal with data toggle for interrupt endpoints</title>
<updated>2015-06-19T12:33:28Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2015-06-18T20:34:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7f59d16a50ca7e6d417c9408b91ab2f97eff0a36'/>
<id>urn:sha1:7f59d16a50ca7e6d417c9408b91ab2f97eff0a36</id>
<content type='text'>
Without this we loose every other interrupt packet. We never noticed this
because with keyboards the packets which we were loosing would normally
be key release packets.

But now that we do keyrepeat in software instead of relying on the hid
idle functionality, missing a release will result in key repeat triggering.

This commit fixes this.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
</entry>
<entry>
<title>Merge git://git.denx.de/u-boot-usb</title>
<updated>2015-06-16T00:45:50Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-06-16T00:45:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0d3f732fd2ba679b4498541f075d1b1bdbea3935'/>
<id>urn:sha1:0d3f732fd2ba679b4498541f075d1b1bdbea3935</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dm: usb: tegra: Drop legacy USB code</title>
<updated>2015-06-11T01:26:55Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-03-25T18:23:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=257bfd2e215ff02aacce23e14bf17b61524a723f'/>
<id>urn:sha1:257bfd2e215ff02aacce23e14bf17b61524a723f</id>
<content type='text'>
Drop the code that doesn't use driver model for USB.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>dm: usb: Implement usb_detect_change() for driver model</title>
<updated>2015-06-11T01:26:54Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-05-13T13:02:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0c5dd9ae2f2e731c5c961fd92fa974aaa3cbdc27'/>
<id>urn:sha1:0c5dd9ae2f2e731c5c961fd92fa974aaa3cbdc27</id>
<content type='text'>
Support this function with driver model also (CONFIG_DM_USB).

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-imx</title>
<updated>2015-06-08T12:37:02Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-06-08T12:37:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4d80051b63ff54f6b6f90fceb92cf87ab3401ecb'/>
<id>urn:sha1:4d80051b63ff54f6b6f90fceb92cf87ab3401ecb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usb: ehci-vf: Add weak function for board specific initialisation</title>
<updated>2015-06-08T06:41:56Z</updated>
<author>
<name>Sanchayan Maity</name>
<email>maitysanchayan@gmail.com</email>
</author>
<published>2015-06-01T13:07:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=60ed286453c8c14facdbeb3807c6d03596fc3ce9'/>
<id>urn:sha1:60ed286453c8c14facdbeb3807c6d03596fc3ce9</id>
<content type='text'>
Add a weak function board_ehci_hcd_init which can be used by the board
file for board specific initialisation.

Signed-off-by: Sanchayan Maity &lt;maitysanchayan@gmail.com&gt;
</content>
</entry>
<entry>
<title>drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrect</title>
<updated>2015-06-07T13:46:02Z</updated>
<author>
<name>Nikhil Badola</name>
<email>nikhil.badola@freescale.com</email>
</author>
<published>2015-06-07T06:58:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=19b17d12549fbd670e516e40757265e406153da3'/>
<id>urn:sha1:19b17d12549fbd670e516e40757265e406153da3</id>
<content type='text'>
Return if USB_MAX_CONTROLLER_COUNT hence the index of the controller
to be initialised is incorrect

Signed-off-by: Nikhil Badola &lt;nikhil.badola@freescale.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-uniphier</title>
<updated>2015-05-31T00:16:01Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-05-31T00:16:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=43b1ff5f33456e85b2fccccaf2f9fe09821a45ac'/>
<id>urn:sha1:43b1ff5f33456e85b2fccccaf2f9fe09821a45ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ARM: UniPhier: update the vendor name of UniPhier in Kconfig</title>
<updated>2015-05-30T17:55:30Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-05-29T08:30:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b6ef3a3f04b96336f1f4b519d62c12aad1f9f7b8'/>
<id>urn:sha1:b6ef3a3f04b96336f1f4b519d62c12aad1f9f7b8</id>
<content type='text'>
The business for UniPhier Soc family has been transferred from
Panasonic Corporation to Socionext Inc.

Update the SoC select menu in Kconfig.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
</feed>
