<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/usb, branch v2015.04-rc3</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=v2015.04-rc3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/usb?h=v2015.04-rc3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-03-02T12:24:27Z</updated>
<entry>
<title>Merge git://git.denx.de/u-boot-usb</title>
<updated>2015-03-02T12:24:27Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-03-02T12:24:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=57c6941b433722ab83a50dab35b8ab5a0954942a'/>
<id>urn:sha1:57c6941b433722ab83a50dab35b8ab5a0954942a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usb: UniPhier: add UniPhier on-chip xHCI host driver support</title>
<updated>2015-02-28T15:03:00Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2015-02-26T17:27:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1e7df7c4e4a1ad12b764c55369c313c1731dc4e8'/>
<id>urn:sha1:1e7df7c4e4a1ad12b764c55369c313c1731dc4e8</id>
<content type='text'>
Support xHCI host driver used on Panasonic UniPhier platform.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: UniPhier: move uniphier_ehci_reset() function</title>
<updated>2015-02-28T15:02:49Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2015-02-26T17:26:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4c7d025368fce4825a23aee90bd9a8fa1a95bbd7'/>
<id>urn:sha1:4c7d025368fce4825a23aee90bd9a8fa1a95bbd7</id>
<content type='text'>
Because uniphier_ehci_reset() is only called from ehci-uniphier.c,
it can be a static function there.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: UniPhier: remove EHCI platform devices</title>
<updated>2015-02-28T15:02:48Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2015-02-26T17:26:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=44f597adebb369ceb5921d4f18b73e415e83441f'/>
<id>urn:sha1:44f597adebb369ceb5921d4f18b73e415e83441f</id>
<content type='text'>
Now UniPhier platform highly depends on Device Tree configuration
(CONFIG_OF_CONTROL is select'ed by Kconfig).  Since the EHCI is only
used on main U-Boot, we can drop platform devices of the EHCI
controllers.  We still keep UART platform devices because they might
be useful for SPL.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: UniPhier: include &lt;mach/*.h&gt; instead of &lt;asm/arch/*.h&gt;</title>
<updated>2015-02-28T15:02:18Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2015-02-26T17:26:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a86ac9540e20c8e1d84342306b7dc1126222bae7'/>
<id>urn:sha1:a86ac9540e20c8e1d84342306b7dc1126222bae7</id>
<content type='text'>
Since commit 0e7368c6c426 (kbuild: prepare for moving headers into
mach-*/include/mach), we can replace #include &lt;asm/arch/*.h&gt; with
&lt;mach/*.h&gt; so we do not need to create the symbolic link during the
build.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget</title>
<updated>2015-02-25T16:47:02Z</updated>
<author>
<name>Dileep Katta</name>
<email>dileep.katta@linaro.org</email>
</author>
<published>2015-02-13T06:33:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=537cd072da9c350d6709785c85f83cae2ad53493'/>
<id>urn:sha1:537cd072da9c350d6709785c85f83cae2ad53493</id>
<content type='text'>
Configure the serial number using the serial# environment variable
during the fastboot bind.

This enables "fastboot devices" to return the serial number for
the attached devices.

Signed-off-by: Dileep Katta &lt;dileep.katta@linaro.org&gt;
Acked-by: Steve Rae &lt;srae@broadcom.com&gt;
Reviewed-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>fastboot: OUT transaction length must be aligned to wMaxPacketSize</title>
<updated>2015-02-25T16:47:02Z</updated>
<author>
<name>Dileep Katta</name>
<email>dileep.katta@linaro.org</email>
</author>
<published>2015-02-16T20:32:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9e4b510d40310bf46e09f4edd0a0b6356213df47'/>
<id>urn:sha1:9e4b510d40310bf46e09f4edd0a0b6356213df47</id>
<content type='text'>
OUT transactions must be aligned to wMaxPacketSize for each transfer,
or else transfer will not complete successfully. This patch modifies
rx_bytes_expected to return a transfer length that is aligned to
wMaxPacketSize.

Note that the value of wMaxPacketSize and ep-&gt;maxpacket may not be
the same value, and it is the value of wMaxPacketSize that should be
used for alignment. wMaxPacketSize is passed depending on the speed of
connection.

Signed-off-by: Dileep Katta &lt;dileep.katta@linaro.org&gt;
Reviewed-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>usb: gadget: fastboot: Add fastboot erase</title>
<updated>2015-02-25T16:47:02Z</updated>
<author>
<name>Dileep Katta</name>
<email>dileep.katta@linaro.org</email>
</author>
<published>2015-02-17T13:18:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=897923819cda6f26fe8a5921c595871526ab6a9c'/>
<id>urn:sha1:897923819cda6f26fe8a5921c595871526ab6a9c</id>
<content type='text'>
Adds the fastboot erase functionality, to erase a partition
specified by name. The erase is performed based on erase group size,
to avoid erasing other partitions. The start address and the size
is aligned to the erase group size for this.

Currently only supports erasing from eMMC.

Signed-off-by: Dileep Katta &lt;dileep.katta@linaro.org&gt;
Reviewed-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>fastboot: add support for "oem format" command</title>
<updated>2015-02-25T16:47:02Z</updated>
<author>
<name>Rob Herring</name>
<email>robh@kernel.org</email>
</author>
<published>2015-01-26T21:49:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=372d7decfe972966c49b337f3d2888e09004dbe4'/>
<id>urn:sha1:372d7decfe972966c49b337f3d2888e09004dbe4</id>
<content type='text'>
Add "oem format" command to write partition table. This relies on the
env variable partitions to contain the list of partitions as required by
the gpt command.

Note that this does not erase any data other than the partition table.

Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
Reviewed-by: Steve Rae &lt;srae@broadcom.com&gt;
</content>
</entry>
<entry>
<title>fastboot: add "fastboot oem" command support</title>
<updated>2015-02-25T16:47:02Z</updated>
<author>
<name>Michael Scott</name>
<email>michael.scott@linaro.org</email>
</author>
<published>2015-01-26T21:49:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=de1956202e24bc490787192b443a1a8e8048c83b'/>
<id>urn:sha1:de1956202e24bc490787192b443a1a8e8048c83b</id>
<content type='text'>
Add code stub to handle "fastboot oem __" command. As unlock is a common
fastboot command, distinguish that it is not implemented.

Signed-off-by: Michael Scott &lt;michael.scott@linaro.org&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
Tested-by: Steve Rae &lt;srae@broadcom.com&gt;
</content>
</entry>
</feed>
