<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb, branch v2017.01-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.01-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb?h=v2017.01-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-12-05T16:31:45Z</updated>
<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>
<entry>
<title>usb: gadget: remove unused shortname variable</title>
<updated>2016-12-04T18:55:03Z</updated>
<author>
<name>Andre Przywara</name>
<email>andre.przywara@arm.com</email>
</author>
<published>2016-11-16T00:50:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a7747affae98636f5dd18401538513056771343e'/>
<id>urn:sha1:a7747affae98636f5dd18401538513056771343e</id>
<content type='text'>
The shortname variable isn't referenced anywhere in the code, so just
remove it.

Pointed out by a GCC 6.2 default warning option.

Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
Acked-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>usb: eth: r8152_fw: fix indentation</title>
<updated>2016-12-04T18:55:02Z</updated>
<author>
<name>Andre Przywara</name>
<email>andre.przywara@arm.com</email>
</author>
<published>2016-11-16T00:50:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=566a965af1d8c6151bb7c11cb55c9bd32cfeae8c'/>
<id>urn:sha1:566a965af1d8c6151bb7c11cb55c9bd32cfeae8c</id>
<content type='text'>
Apparently the indentation is wrong here, fix this to avoid compiler
warnings and puzzled readers.

Pointed out by GCC 6.2's -Wmisleading-indentation warning.

Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-dm</title>
<updated>2016-12-04T00:43:51Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-12-04T00:43:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=73eed452b9c9827474c0789c30729dca6fcf061d'/>
<id>urn:sha1:73eed452b9c9827474c0789c30729dca6fcf061d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX</title>
<updated>2016-12-03T18:21:11Z</updated>
<author>
<name>Nishanth Menon</name>
<email>nm@ti.com</email>
</author>
<published>2016-11-29T09:52:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3891a54f479838bce3f9b298572200c9508106fc'/>
<id>urn:sha1:3891a54f479838bce3f9b298572200c9508106fc</id>
<content type='text'>
CONFIG_AM57XX is just an unnecessary macro that is redundant given So,
remove the same instead of spreading through out the u-boot source
code and getting in the way to maintain common code for DRA7x family.

Acked-by: Andrew F. Davis &lt;afd@ti.com&gt;
Signed-off-by: Nishanth Menon &lt;nm@ti.com&gt;
Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>drivers: usb: musb: add ti musb host driver with driver model support</title>
<updated>2016-12-03T04:04:48Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-11-17T09:08:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ae6acf9fe2c83370159724855b7fdbb350ae99b9'/>
<id>urn:sha1:ae6acf9fe2c83370159724855b7fdbb350ae99b9</id>
<content type='text'>
Add a TI MUSB host driver with driver model support and the
driver will be bound by the MUSB wrapper driver based on the
dr_mode device tree entry.

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>drivers: usb: musb: adopt musb backend driver to driver model</title>
<updated>2016-12-03T04:04:48Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-11-17T09:08:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1cac34ce161ae010d3f9ffd3f664e70206638ebc'/>
<id>urn:sha1:1cac34ce161ae010d3f9ffd3f664e70206638ebc</id>
<content type='text'>
Currently all backend driver ops uses hard coded physical
address, so to adopt the driver to DM, add device pointer to ops
call backs so that drivers can get physical addresses from the
usb driver priv/plat data.

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>drivers: usb: musb: add ti musb misc driver for wrapper</title>
<updated>2016-12-03T04:03:56Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-11-17T09:08:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=28b8d5fd2b73b83ff1f759eadfed64740fd89494'/>
<id>urn:sha1:28b8d5fd2b73b83ff1f759eadfed64740fd89494</id>
<content type='text'>
Add a misc driver for MUSB wrapper, so that based on dr_mode the
USB devices can bind to USB host or USB device drivers.

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>drivers: usb: gadget: ether: prepare driver for driver model migration</title>
<updated>2016-12-03T03:53:20Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-11-18T05:38:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8269ee4f969fc66564e6e4d2744654db5f5b11ad'/>
<id>urn:sha1:8269ee4f969fc66564e6e4d2744654db5f5b11ad</id>
<content type='text'>
prepare driver for driver model migration

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>drivers: usb: gadget: ether: use net device priv to pass usb ether priv</title>
<updated>2016-12-03T03:53:20Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-11-18T05:37:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ae70100c1f92845386526e6cf62fe043a872f396'/>
<id>urn:sha1:ae70100c1f92845386526e6cf62fe043a872f396</id>
<content type='text'>
Use net device priv to pass usb ether priv and use it in
net device ops callback.

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
</feed>
