<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb/host, branch v2019.07-rc2</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=v2019.07-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb/host?h=v2019.07-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2019-05-09T23:52:55Z</updated>
<entry>
<title>usb: ohci: ohci-da8xx: Cleanup Error handling and fix flags</title>
<updated>2019-05-09T23:52:55Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2019-05-07T11:57:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3a90b50a32b6b8a2d66dc10c19e3c15d5bd1a092'/>
<id>urn:sha1:3a90b50a32b6b8a2d66dc10c19e3c15d5bd1a092</id>
<content type='text'>
Per feedback from Marek, he suggested better handling and
to enable DM_FLAG_OS_PREPARE, this patch re-orders some of
the error checking, and errors returns the error code right
away and also sets DM_FLAG_OS_PREPARE.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support</title>
<updated>2019-05-05T12:48:50Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2019-04-30T10:21:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9da5474389c784474274d8e1d1d04fab924d3c39'/>
<id>urn:sha1:9da5474389c784474274d8e1d1d04fab924d3c39</id>
<content type='text'>
This patch reuses some former code for the hawkboard, combines it
with some some similar DM_USB compatible code for the OHCI driver,
and enables the use of the da850's OHCI controller with DM_USB
compatibility.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>usb: ohci: Re-enable commented out delay</title>
<updated>2019-05-03T15:14:49Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2019-04-28T21:45:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e0b0af666a81f166397e3aebd26e9401ae48c97d'/>
<id>urn:sha1:e0b0af666a81f166397e3aebd26e9401ae48c97d</id>
<content type='text'>
There is a delay function that was commented out.  This patch
re-enables it, because it will be needed for da850 ohci support.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_USB_EHCI_MX5 to Kconfig</title>
<updated>2019-04-25T15:03:25Z</updated>
<author>
<name>Lukasz Majewski</name>
<email>lukma@denx.de</email>
</author>
<published>2019-04-04T10:26:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=400b972a7eb7756dcf111990d6d16187c30ae9db'/>
<id>urn:sha1:400b972a7eb7756dcf111990d6d16187c30ae9db</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_USB_EHCI_MX5

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>USB: DM: Convert i.MX5 ehci code to driver model</title>
<updated>2019-04-25T15:03:25Z</updated>
<author>
<name>Lukasz Majewski</name>
<email>lukma@denx.de</email>
</author>
<published>2019-04-04T10:26:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=22988766da6fe200b6947b8181ddbde663643248'/>
<id>urn:sha1:22988766da6fe200b6947b8181ddbde663643248</id>
<content type='text'>
This commit converts i.MX5's EHCI USB host driver to driver model (DM_USB).
It is a straightforward conversion (to reuse as much code as possible),
based on ehci-mx6.c code.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>configs: move CONFIG_USB_EHCI_VF to Kconfig</title>
<updated>2019-04-13T18:30:09Z</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2019-03-25T16:24:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=20df4b570d164675da17bf23998e51271f5a79a3'/>
<id>urn:sha1:20df4b570d164675da17bf23998e51271f5a79a3</id>
<content type='text'>
Move CONFIG_USB_EHCI_VF to drivers/usb/host/Kconfig and update the one
and only user thereof being colibri_vf.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Reviewed-by: Igor Opaniuk &lt;igor.opaniuk@toradex.com&gt;
</content>
</entry>
<entry>
<title>usb: ehci-mx6: Use common code to extract dr_mode</title>
<updated>2019-04-09T11:11:45Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2019-04-03T13:41:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=69535b33bc1fce43dcc10b646cf44db81cffa131'/>
<id>urn:sha1:69535b33bc1fce43dcc10b646cf44db81cffa131</id>
<content type='text'>
There exists code in drivers/common/common.c to read the dr_mode
from the device tree.  This patch converts this driver to use that
function to initialize the driver.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>usb: host: Print device name when scanning</title>
<updated>2019-04-09T11:11:45Z</updated>
<author>
<name>Ismael Luceno Cortes</name>
<email>ismael.luceno@silicon-gears.com</email>
</author>
<published>2019-03-19T09:19:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=89aea23abb971fa89b7a96c02024b63d0b918a78'/>
<id>urn:sha1:89aea23abb971fa89b7a96c02024b63d0b918a78</id>
<content type='text'>
Drop the counter, it has no meaning other than being the order in which
the interface is found; the name assigned to the USB host controller
interface is a better indicator.

Example of the original output:
&gt; USB0:   USB EHCI 1.10
&gt; scanning bus 0 for devices... 2 USB Device(s) found
&gt;        scanning usb for storage devices... 1 Storage Device(s) found

Patched output:
&gt; Bus usb@ee080100: USB EHCI 1.10
&gt; scanning bus usb@ee080100 for devices... 2 USB Device(s) found
&gt;        scanning usb for storage devices... 1 Storage Device(s) found

Signed-off-by: Ismael Luceno &lt;ismael.luceno@silicon-gears.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: tegra: Migrate USB_EHCI_TEGRA</title>
<updated>2019-02-20T16:01:44Z</updated>
<author>
<name>Peter Robinson</name>
<email>pbrobinson@gmail.com</email>
</author>
<published>2019-02-20T12:17:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=747fed56d3876d7de89959f9a927901e02166151'/>
<id>urn:sha1:747fed56d3876d7de89959f9a927901e02166151</id>
<content type='text'>
Migrate USB_EHCI_TEGRA from headers to Kconfig

Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
Cc: Tom Warren &lt;twarren@nvidia.com&gt;
Cc: Stephen Warren &lt;swarren@nvidia.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Cc: Peter.Chubb@data61.csiro.au
Cc: Lucas Stach &lt;dev@lynxeye.de&gt;
Cc: Stefan Agner &lt;stefan.agner@toradex.com&gt;
Cc: Alban Bedel &lt;alban.bedel@avionic-design.de&gt;
Cc: Allen Martin &lt;amartin@nvidia.com&gt;
Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;
</content>
</entry>
<entry>
<title>usb: ehci-mx6: Make regulator DM_REGULATOR dependent</title>
<updated>2019-02-15T21:01:15Z</updated>
<author>
<name>Abel Vesa</name>
<email>abel.vesa@nxp.com</email>
</author>
<published>2019-02-01T16:40:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=921208ebca6f109990359b3089b5f416b269b07b'/>
<id>urn:sha1:921208ebca6f109990359b3089b5f416b269b07b</id>
<content type='text'>
Do the regulator related work only if the build has the DM_REGULATOR.

Signed-off-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;
Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Reviewed-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
</feed>
