<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git, branch v2013.10-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>Prepare v2013.10-rc2</title>
<updated>2013-09-02T18:20:36+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2013-09-02T18:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c'/>
<id>fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>omap5: Correct include order, drop CONFIG_SYS_PROMPT define</title>
<updated>2013-08-27T14:56:18+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2013-08-27T14:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a228296c54a9208d65a0a8bd4f3dddcb76cc69c9'/>
<id>a228296c54a9208d65a0a8bd4f3dddcb76cc69c9</id>
<content type='text'>
With the new include structure for TI platforms, we need to not define
our own CONFIG_SYS_PROMPT and also need to include
&lt;configs/omap5_common.h&gt; much sooner, so do both of these.  Also drop
the unused CONFIG_NET_MULTI

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the new include structure for TI platforms, we need to not define
our own CONFIG_SYS_PROMPT and also need to include
&lt;configs/omap5_common.h&gt; much sooner, so do both of these.  Also drop
the unused CONFIG_NET_MULTI

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-usb</title>
<updated>2013-08-27T13:49:43+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2013-08-27T13:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=529c0d9b8cdfae232e4ed082fd8cde5416b266b7'/>
<id>529c0d9b8cdfae232e4ed082fd8cde5416b266b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>i2c: fix i2c dev command for not using new framework</title>
<updated>2013-08-27T03:49:52+00:00</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2013-08-23T07:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=880a41273265233004516351189aad126f964c86'/>
<id>880a41273265233004516351189aad126f964c86</id>
<content type='text'>
i2c dev command does not work anymore for legacy drivers
because a check is executed that is valid only
in the new framework.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Tested-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i2c dev command does not work anymore for legacy drivers
because a check is executed that is valid only
in the new framework.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Tested-by: Stefano Babic &lt;sbabic@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>console: usb: kbd: To fix slow TFTP booting</title>
<updated>2013-08-26T19:56:35+00:00</updated>
<author>
<name>Jim Lin</name>
<email>jilin@nvidia.com</email>
</author>
<published>2013-08-26T12:21:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c95e2b9eaeadc0f985030ffa0638278acc2d8727'/>
<id>c95e2b9eaeadc0f985030ffa0638278acc2d8727</id>
<content type='text'>
TFTP booting is slow when a USB keyboard is installed and
stdin has usbkbd added.
This fix is to change Ctrl-C polling for USB keyboard to every second
when NET transfer is running.
My previous patch is expected to be put into usb_kbd_testc(). But it went
into usb_kbd_getc() after applied.
This patch is to put change in correct place.

Signed-off-by: Jim Lin &lt;jilin@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TFTP booting is slow when a USB keyboard is installed and
stdin has usbkbd added.
This fix is to change Ctrl-C polling for USB keyboard to every second
when NET transfer is running.
My previous patch is expected to be put into usb_kbd_testc(). But it went
into usb_kbd_getc() after applied.
This patch is to put change in correct place.

Signed-off-by: Jim Lin &lt;jilin@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>console: usb: kbd: To improve TFTP booting performance</title>
<updated>2013-08-26T19:56:35+00:00</updated>
<author>
<name>Jim Lin</name>
<email>jilin@nvidia.com</email>
</author>
<published>2013-08-13T11:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=07551f23434f35b67aa8e6cf5ccd68ca417c73e6'/>
<id>07551f23434f35b67aa8e6cf5ccd68ca417c73e6</id>
<content type='text'>
TFTP booting is slow when a USB keyboard is installed and
stdin has usbkbd added.
This fix is to change Ctrl-C polling for USB keyboard to every second
when NET transfer is running.

Signed-off-by: Jim Lin &lt;jilin@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TFTP booting is slow when a USB keyboard is installed and
stdin has usbkbd added.
This fix is to change Ctrl-C polling for USB keyboard to every second
when NET transfer is running.

Signed-off-by: Jim Lin &lt;jilin@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined</title>
<updated>2013-08-26T19:56:35+00:00</updated>
<author>
<name>Jim Lin</name>
<email>jilin@nvidia.com</email>
</author>
<published>2013-08-13T11:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b63056d6a40a22f859feeae9329e0e842d57302e'/>
<id>b63056d6a40a22f859feeae9329e0e842d57302e</id>
<content type='text'>
This flag is to make console aware that NET transfer is running or not.

Signed-off-by: Jim Lin &lt;jilin@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This flag is to make console aware that NET transfer is running or not.

Signed-off-by: Jim Lin &lt;jilin@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>usb: ehci-mx5: Use 'bool' instead of 'unsigned char'</title>
<updated>2013-08-26T19:56:34+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2013-07-26T16:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=76b6b196148dbd7201b297e73e4311a2ea3f16a9'/>
<id>76b6b196148dbd7201b297e73e4311a2ea3f16a9</id>
<content type='text'>
The 'enable' argument can be better expressed as boolean.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Reviewed-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'enable' argument can be better expressed as boolean.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Reviewed-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>usb: ehci-mx5: Remove unneeded write to cscmr1 register</title>
<updated>2013-08-26T19:56:34+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2013-07-26T16:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c3904128ad8c85b91bf1df2ed4b38fa8a17f32a6'/>
<id>c3904128ad8c85b91bf1df2ed4b38fa8a17f32a6</id>
<content type='text'>
Currently we have the following behavior in ehci_hcd_init()

- Read csmr1 register, clear bit 26 and then set bit 26.

However a little bit later we call set_usb_phy_clk() which clears bit 26, so
let's get rid of the unnecessary code.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently we have the following behavior in ehci_hcd_init()

- Read csmr1 register, clear bit 26 and then set bit 26.

However a little bit later we call set_usb_phy_clk() which clears bit 26, so
let's get rid of the unnecessary code.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driver</title>
<updated>2013-08-26T19:56:34+00:00</updated>
<author>
<name>Lukasz Majewski</name>
<email>l.majewski@samsung.com</email>
</author>
<published>2013-08-19T15:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c4219a82cdf1e5f6009e2318b7cc008a93998574'/>
<id>c4219a82cdf1e5f6009e2318b7cc008a93998574</id>
<content type='text'>
The manufacturer and product IDs are dynamically assigned when gadget is
bind.
Now the IDs aren't assigned at struct g_dnl_string_defs definition.

Signed-off-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: "Egli, Samuel" &lt;samuel.egli@siemens.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The manufacturer and product IDs are dynamically assigned when gadget is
bind.
Now the IDs aren't assigned at struct g_dnl_string_defs definition.

Signed-off-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: "Egli, Samuel" &lt;samuel.egli@siemens.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
