<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb/host, branch v2018.05-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=v2018.05-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb/host?h=v2018.05-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-04-11T15:22:07Z</updated>
<entry>
<title>usb: host: dwc3: Add support for multiple PHYs</title>
<updated>2018-04-11T15:22:07Z</updated>
<author>
<name>Neil Armstrong</name>
<email>narmstrong@baylibre.com</email>
</author>
<published>2018-04-11T15:08:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7c839ea70c4991e8d4c322e074359ac5e155d59d'/>
<id>urn:sha1:7c839ea70c4991e8d4c322e074359ac5e155d59d</id>
<content type='text'>
DWC3 Ips can have more than 1 PHY for USB2 and 1 PHY for USB3, add support
for a generic number of PHYs and adapt the code to handle a generic
number of PHYs.

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
</content>
</entry>
<entry>
<title>usb: host: Add simple of glue driver for DWC3 USB Controllers integration</title>
<updated>2018-04-11T15:22:07Z</updated>
<author>
<name>Neil Armstrong</name>
<email>narmstrong@baylibre.com</email>
</author>
<published>2018-04-11T15:08:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ca7fdc8b1267ad0189060c853502761086c8d74a'/>
<id>urn:sha1:ca7fdc8b1267ad0189060c853502761086c8d74a</id>
<content type='text'>
This is a port of the dwc3-of-simple driver from Linux to enable/deassert
clock and resets of a simple DWC3 Controller HW glue.

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
</content>
</entry>
<entry>
<title>usb: dwc2: Replace printf, pr_err by dev_info, dev_err</title>
<updated>2018-03-17T02:23:09Z</updated>
<author>
<name>Patrice Chotard</name>
<email>patrice.chotard@st.com</email>
</author>
<published>2018-03-15T17:00:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ac6c796c3f5c7b7594cf4ecede8cd8fb8d2611ba'/>
<id>urn:sha1:ac6c796c3f5c7b7594cf4ecede8cd8fb8d2611ba</id>
<content type='text'>
Replace printf() call by dev_info() and pr_err() by dev_err()

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>usb: dwc2: increase timeout in wait_for_chhltd</title>
<updated>2018-03-17T02:23:09Z</updated>
<author>
<name>Christophe Kerello</name>
<email>christophe.kerello@st.com</email>
</author>
<published>2018-03-15T17:00:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c2e4c8656978302ff2846a655fb87c658220c4e0'/>
<id>urn:sha1:c2e4c8656978302ff2846a655fb87c658220c4e0</id>
<content type='text'>
This patch increases timeout to 2s.
It was seen on 2 USB devices (Verbatim STORE N GO 070B4AED0FB22358 and
USB DISK 2.0 9000729BA41DDF40) that the request sense command takes
between 1.3s and and 1.5s.

Signed-off-by: Christophe Kerello &lt;christophe.kerello@st.com&gt;
Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>usb: dwc2: disable external vbus supply when the device is removed</title>
<updated>2018-03-17T02:23:09Z</updated>
<author>
<name>Christophe Kerello</name>
<email>christophe.kerello@st.com</email>
</author>
<published>2018-03-15T17:00:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=82e7975b85bea1c2acccf30e6fd11e1a48a7e783'/>
<id>urn:sha1:82e7975b85bea1c2acccf30e6fd11e1a48a7e783</id>
<content type='text'>
This patch adds an interface to disable the power in dwc2 driver.
This new interface is called when the device is removed.

Signed-off-by: Christophe Kerello &lt;christophe.kerello@st.com&gt;
Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>usb: ohci-generic: replace pr_err() by dev_err()</title>
<updated>2018-03-17T02:20:53Z</updated>
<author>
<name>Patrice Chotard</name>
<email>patrice.chotard@st.com</email>
</author>
<published>2018-03-14T16:48:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6048d42fa7a2b97913db9a033675bf267fb4e030'/>
<id>urn:sha1:6048d42fa7a2b97913db9a033675bf267fb4e030</id>
<content type='text'>
As we get access to struct udevice, use dev_err() instead
of pr_err().

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>usb: ohci-generic: factorize PHY operation</title>
<updated>2018-03-17T02:20:53Z</updated>
<author>
<name>Patrice Chotard</name>
<email>patrice.chotard@st.com</email>
</author>
<published>2018-03-14T16:48:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cab4d48a939537ab10e00429fc774825b743ed10'/>
<id>urn:sha1:cab4d48a939537ab10e00429fc774825b743ed10</id>
<content type='text'>
Factorize PHY get/init/poweron and PHY poweroff/exit operations
into separate function, it simplify the error path.

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>usb: ohci-generic: handle phy power on/off</title>
<updated>2018-03-17T02:20:53Z</updated>
<author>
<name>Patrice Chotard</name>
<email>patrice.chotard@st.com</email>
</author>
<published>2018-03-14T16:48:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=633e1ec6bf7131d3c8fecbb4adcc96e17925a015'/>
<id>urn:sha1:633e1ec6bf7131d3c8fecbb4adcc96e17925a015</id>
<content type='text'>
Add generic_phy_power_on() and generic_phy_power_off()
calls to switch ON/OFF phy during probe and remove functions.

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>usb: ehci-generic: replace pr_err() by dev_err()</title>
<updated>2018-03-17T02:20:53Z</updated>
<author>
<name>Patrice Chotard</name>
<email>patrice.chotard@st.com</email>
</author>
<published>2018-03-14T16:48:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=df7777ab4386a5982d978a558e9b973085654c5e'/>
<id>urn:sha1:df7777ab4386a5982d978a558e9b973085654c5e</id>
<content type='text'>
As we get access to struct udevice, use dev_err() instead
of pr_err().

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>usb: ehci-generic: factorize PHY operation</title>
<updated>2018-03-17T02:20:53Z</updated>
<author>
<name>Patrice Chotard</name>
<email>patrice.chotard@st.com</email>
</author>
<published>2018-03-14T16:48:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=20f06a48332d8dec255e3e808c3c97bb3222c2fd'/>
<id>urn:sha1:20f06a48332d8dec255e3e808c3c97bb3222c2fd</id>
<content type='text'>
Factorize PHY get/init/poweron and PHY poweroff/exit operations
into separate function, it simplify the error path.

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
</feed>
