<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb, branch v2016.11-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=v2016.11-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb?h=v2016.11-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-10-01T01:58:44Z</updated>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-usb</title>
<updated>2016-10-01T01:58:44Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-10-01T01:58:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fe4ba689a0cb2bb2ceafb88556a57bd80814b648'/>
<id>urn:sha1:fe4ba689a0cb2bb2ceafb88556a57bd80814b648</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

Conflicts:
	include/configs/dra7xx_evm.h
</content>
</entry>
<entry>
<title>mpc85xx: powerpc: usb: Update the list of Socs afftected by erratum A006261</title>
<updated>2016-09-28T16:08:16Z</updated>
<author>
<name>Sriram Dash</name>
<email>sriram.dash@nxp.com</email>
</author>
<published>2016-08-17T06:17:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f413d1cae89143ad45b066b3d3bc602deafcb50a'/>
<id>urn:sha1:f413d1cae89143ad45b066b3d3bc602deafcb50a</id>
<content type='text'>
Apply the erratum A006261 for the following Socs:
P2041 rev 2.0, P2040 rev 2.0, P5040 rev 2.0, 2.1

Do not apply erratum A006261 for the following Socs:
T4160, T4080, T1040, T1042, T1020, T1022, T2080, T2081

Erratum A006261 is applicable for the following Socs:
P1010(1.0, 2.0), P2041(1.0, 1.1, 2.0, 2.1), P2040(1.0, 1.1, 2.0, 2.1),
P3041(1.0, 1.1, 2.0, 2.1), P5010(1.0, 2.0), P5020(1.0, 2.0),
P5021(1.0, 2.0), T4240(1.0, 2.0), P5040(1.0,2.0,2.1).

Signed-off-by: Sriram Dash &lt;sriram.dash@nxp.com&gt;
Signed-off-by: Rajesh Bhagat &lt;rajesh.bhagat@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controller</title>
<updated>2016-09-27T21:30:49Z</updated>
<author>
<name>Sriram Dash</name>
<email>sriram.dash@nxp.com</email>
</author>
<published>2016-09-23T07:27:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4c043712e9910ef1d612aedbd8304a1f7348ef5f'/>
<id>urn:sha1:4c043712e9910ef1d612aedbd8304a1f7348ef5f</id>
<content type='text'>
Currently the controller by default enables the Receive Detect feature in P3
mode in USB 3.0 PHY. However, USB 3.0 PHY does not reliably support receive
detection in P3 mode.
Enabling the USB3 controller to configure USB in P2 mode whenever the Receive
Detect feature is required.

Signed-off-by: Sriram Dash &lt;sriram.dash@nxp.com&gt;
Signed-off-by: Rajesh Bhagat &lt;rajesh.bhagat@nxp.com&gt;
</content>
</entry>
<entry>
<title>usb: fsl: Renaming fdt_fixup_erratum and fdt_fixup_usb_erratum</title>
<updated>2016-09-27T21:30:27Z</updated>
<author>
<name>Sriram Dash</name>
<email>sriram.dash@nxp.com</email>
</author>
<published>2016-09-16T11:42:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c609775e6fe6ce70d8ad3e244440b42fbf66bc13'/>
<id>urn:sha1:c609775e6fe6ce70d8ad3e244440b42fbf66bc13</id>
<content type='text'>
The functions fdt_fixup_erratum and fdt_fixup_usb_erratum are
fsl/nxp specific. So, make them explicit by renaming them
fsl_fdt_fixup_erratum and fsl_fdt_fixup_usb_erratum

Signed-off-by: Sriram Dash &lt;sriram.dash@nxp.com&gt;
</content>
</entry>
<entry>
<title>usb: fsl: Rename fdt_fixup_dr_usb</title>
<updated>2016-09-27T21:30:27Z</updated>
<author>
<name>Sriram Dash</name>
<email>sriram.dash@nxp.com</email>
</author>
<published>2016-09-16T11:42:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a5c289b9bca3805fa35e42f389dc8225c6b916be'/>
<id>urn:sha1:a5c289b9bca3805fa35e42f389dc8225c6b916be</id>
<content type='text'>
The function fdt_fixup_dr_usb is specific to fsl/nxp. So,
make the function name explicit and rename fdt_fixup_dr_usb
into fsl_fdt_fixup_dr_usb.

Signed-off-by: Sriram Dash &lt;sriram.dash@nxp.com&gt;
</content>
</entry>
<entry>
<title>usb: host: ehci-vf: Migrate Vybrid USB to driver model</title>
<updated>2016-09-27T21:30:22Z</updated>
<author>
<name>Sanchayan Maity</name>
<email>maitysanchayan@gmail.com</email>
</author>
<published>2016-08-09T18:14:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0885cdb9d154ac0f63bb681d4f280a39de354f8c'/>
<id>urn:sha1:0885cdb9d154ac0f63bb681d4f280a39de354f8c</id>
<content type='text'>
Add driver model support for Vybrid USB driver.

Signed-off-by: Sanchayan Maity &lt;maitysanchayan@gmail.com&gt;
</content>
</entry>
<entry>
<title>drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers requests</title>
<updated>2016-09-27T21:30:16Z</updated>
<author>
<name>Sriram Dash</name>
<email>sriram.dash@nxp.com</email>
</author>
<published>2016-08-22T12:25:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e915716a5cdb40939204b3503f9356085e39fbd2'/>
<id>urn:sha1:e915716a5cdb40939204b3503f9356085e39fbd2</id>
<content type='text'>
This is required for better performance, and performs below tuning:
1. Enable burst length set, and define it as 4/8/16.
2. Set burst request limit to 16 requests.

Signed-off-by: Rajesh Bhagat &lt;rajesh.bhagat@nxp.com&gt;
Signed-off-by: Sriram Dash &lt;sriram.dash@nxp.com&gt;
</content>
</entry>
<entry>
<title>net: asix: Fix ASIX 88772B with driver model</title>
<updated>2016-09-27T21:30:14Z</updated>
<author>
<name>Alban Bedel</name>
<email>alban.bedel@avionic-design.de</email>
</author>
<published>2016-09-10T01:54:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cea6c8ce2327cfb41a13a8b8655e74dd18c2e6b7'/>
<id>urn:sha1:cea6c8ce2327cfb41a13a8b8655e74dd18c2e6b7</id>
<content type='text'>
Commit 147271209a9d ("net: asix: fix operation without eeprom")
added a special handling for ASIX 88772B that enable another
type of header. This break the driver in DM mode as the extra handling
needed in the receive path is missing.

However this new header mode is not required and only seems to
increase the code complexity, so this patch revert this part of
commit 147271209a9d.

This also reverts commit 41d1258aceb45b45f9e68f67a9c40f0afbc09dc9
("net: asix: Fix AX88772B when used with DriverModel") of late.

Fixes: 147271209a9d ("net: asix: fix operation without eeprom")

Signed-off-by: Alban Bedel &lt;alban.bedel@avionic-design.de&gt;
Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-tegra</title>
<updated>2016-09-27T16:47:25Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-09-27T16:47:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=40e1236afeeacdadfa3865f70fc7e3b8016acbe2'/>
<id>urn:sha1:40e1236afeeacdadfa3865f70fc7e3b8016acbe2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ARM: tegra: fix USB ULPI PHY reset signal inversion confusion</title>
<updated>2016-09-27T16:11:03Z</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@nvidia.com</email>
</author>
<published>2016-09-15T18:19:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2f6a7e8ce5df8b99d84bfd486c6f99d92322ce04'/>
<id>urn:sha1:2f6a7e8ce5df8b99d84bfd486c6f99d92322ce04</id>
<content type='text'>
USB ULPI PHY reset signals are typically active low. Consequently, they
should be marked as GPIO_ACTIVE_LOW in device tree, and indeed they are in
the Linux kernel DTs, and in DT properties that U-Boot doesn't yet use.
However, in DT properties that U-Boot does use, the value has been set to
0 (== GPIO_ACTIVE_HIGH) to work around a bug in U-Boot.

This change fixes the DT to correctly represent the HW, and fixes the
Tegra USB driver to cope with the fact that dm_gpio_set_value() internally
handles any inversions implied by the DT value GPIO_ACTIVE_LOW.

Cc: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;
</content>
</entry>
</feed>
