<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb, branch v2017.03-rc1</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=v2017.03-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb?h=v2017.03-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-01-17T09:26:46Z</updated>
<entry>
<title>drivers: usb: gadget: ether: Fix compiler warning</title>
<updated>2017-01-17T09:26:46Z</updated>
<author>
<name>Lokesh Vutla</name>
<email>lokeshvutla@ti.com</email>
</author>
<published>2017-01-17T03:21:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=65c389d27902f6376bd057609b66b7339b219cf1'/>
<id>urn:sha1:65c389d27902f6376bd057609b66b7339b219cf1</id>
<content type='text'>
Latest gcc 6.2 compiler is throwing the below warning for am335x_baltos_defconfig
drivers/usb/gadget/ether.c:501:17: warning: 'mdlm_detail_desc' defined but not used [-Wunused-const-variable=]
 static const u8 mdlm_detail_desc[] = {

Guard mdlm_detail_desc with CONFIG_USB_ETH_SUBSET to avoid the warning

Reported-by: Dan Murphy &lt;dmurphy@ti.com&gt;
Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
</content>
</entry>
<entry>
<title>usb: ehci-mx6: handle vbus-supply</title>
<updated>2017-01-17T09:26:32Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2016-12-22T09:06:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fcf9f9f97acacba326cbb4ea53e1cb5456e4efab'/>
<id>urn:sha1:fcf9f9f97acacba326cbb4ea53e1cb5456e4efab</id>
<content type='text'>
Drop board_ehci_power when dm usb used and switch to use
regulator api to handle vbus.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>usb: ehci-mx6: implement ofdata_to_platdata</title>
<updated>2017-01-17T09:26:32Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2016-12-22T09:06:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cccbddc38c431a0afd7fd0b3e1d48e5326610084'/>
<id>urn:sha1:cccbddc38c431a0afd7fd0b3e1d48e5326610084</id>
<content type='text'>
Implement ofdata_to_platdata to set the type to host or device.
 - Check "dr-mode" property.
 - If there is no "dr-mode", check phy_ctrl for i.MX6
   and phy_status for i.MX7

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>drivers: usb: Add USB_XHCI_ZYNQMP to Kconfig</title>
<updated>2017-01-17T09:26:21Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-12-21T13:18:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=63d747477be2f6f948760f2dc9ce0f440c0af45c'/>
<id>urn:sha1:63d747477be2f6f948760f2dc9ce0f440c0af45c</id>
<content type='text'>
Move symbol to Kconfig to cleanup configuration file.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>usb: dwc2-otg: remove unused variable</title>
<updated>2017-01-17T09:26:21Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-12-14T05:30:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=59ef20303a54305b978453d5cc88f9aea2486021'/>
<id>urn:sha1:59ef20303a54305b978453d5cc88f9aea2486021</id>
<content type='text'>
GCC 6.1 complains about this.

drivers/usb/gadget/dwc2_udc_otg.c:72:19: warning: 'driver_desc'
defined but not used [-Wunused-const-variable=]
 static const char driver_desc[] = DRIVER_DESC;
                   ^~~~~~~~~~~

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model</title>
<updated>2017-01-09T18:14:54Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-11-18T05:39:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d4a3755368ca3d99f0a2b58ced8f8ddd42a80822'/>
<id>urn:sha1:d4a3755368ca3d99f0a2b58ced8f8ddd42a80822</id>
<content type='text'>
Adopt usb ether gadget and rndis driver to adopt driver model

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
</content>
</entry>
<entry>
<title>Update Maintainer and Author's email address</title>
<updated>2016-12-27T16:24:17Z</updated>
<author>
<name>Ajay Bhargav</name>
<email>contact@8051projects.net</email>
</author>
<published>2016-12-21T07:58:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c7c47ca246205ca9c534230b0278507488c5cec3'/>
<id>urn:sha1:c7c47ca246205ca9c534230b0278507488c5cec3</id>
<content type='text'>
I am not longer using my old email address
"ajay.bhargav@einfochips.com". For U-Boot development email address is
now updated to contact@8051projects.net

Signed-off-by: Ajay Bhargav &lt;contact@8051projects.net&gt;
</content>
</entry>
<entry>
<title>net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffers</title>
<updated>2016-12-08T16:36:22Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2016-11-22T15:14:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c7ac15388ec92e7c46924dee067c7253603dd01c'/>
<id>urn:sha1:c7ac15388ec92e7c46924dee067c7253603dd01c</id>
<content type='text'>
Testing on theadorable (Armada XP) has shown, that using this driver
results in many cache misaligned warning, such as:

CACHE: Misaligned operation at range [7fabd8fc, 7fabd900]

This patch now uses the ALLOC_CACHE_ALIGN_BUFFER() macro to allocate the
buffers on a cache aligned boundary. This fixes all warnings seen on the
Armada XP platform.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Ted Chen &lt;tedchen@realtek.com&gt;
Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>usb: xhci-pci: Add DM support</title>
<updated>2016-12-06T00:54:26Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2016-07-18T10:51:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=555a347209000f8655ca637a5a04f7275a2fb999'/>
<id>urn:sha1:555a347209000f8655ca637a5a04f7275a2fb999</id>
<content type='text'>
This patch adds DM support to the xHCI PCI driver. Enabling its use
e.g. in x86 platforms.

Status: On the congatec BayTrail SoM, xHCI still does not work
correctly with this patch. Some internal timeouts lead to resets (BUG).
Additional work is needed here. I'm posting this version as WIP so that
other developers interested in this support might use it as a start.
I might get back to it in a few weeks as well.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: George McCollister &lt;george.mccollister@gmail.com&gt;
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>fsl/usb: enable the errata-a005697 for ls1012a</title>
<updated>2016-12-05T16:31:45Z</updated>
<author>
<name>jerry.huang@nxp.com</name>
<email>jerry.huang@nxp.com</email>
</author>
<published>2016-12-01T03:44:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8545c5415f489caafc2e686dd43eaffc9228c460'/>
<id>urn:sha1:8545c5415f489caafc2e686dd43eaffc9228c460</id>
<content type='text'>
Enable the errata-a005697 for ls1012a

Signed-off-by: Changming Huang &lt;jerry.huang@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
</feed>
