<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/gateworks, branch v2017.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/gateworks?h=v2017.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/gateworks?h=v2017.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-06-05T15:02:37Z</updated>
<entry>
<title>arm: Include asm/setup.h explictly</title>
<updated>2017-06-05T15:02:37Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-05-17T14:23:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5d9828563f80a1319e793166974dd6003dc1d941'/>
<id>urn:sha1:5d9828563f80a1319e793166974dd6003dc1d941</id>
<content type='text'>
Include this header where needed so we do not need to rely on common.h.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_CMD_GSC to Kconfig</title>
<updated>2017-05-22T13:33:58Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-05-17T09:25:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=520f556d0d6fac7bc442095815c4ba68efb719ca'/>
<id>urn:sha1:520f556d0d6fac7bc442095815c4ba68efb719ca</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_CMD_GSC

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_CMD_EECONFIG to Kconfig</title>
<updated>2017-05-22T12:37:14Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-05-17T09:25:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d96e8985f60ba61150b1b67b2b1ba1a540b40ca9'/>
<id>urn:sha1:d96e8985f60ba61150b1b67b2b1ba1a540b40ca9</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_CMD_EECONFIG

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>imx: ventana: update imx wdog external reset dt property</title>
<updated>2017-05-18T09:24:33Z</updated>
<author>
<name>Tim Harvey</name>
<email>tharvey@gateworks.com</email>
</author>
<published>2017-05-15T17:05:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9f0a3ac1b21e3629926e16c523dcb59ff3952c19'/>
<id>urn:sha1:9f0a3ac1b21e3629926e16c523dcb59ff3952c19</id>
<content type='text'>
Early backports of the imx wdog external reset feature occured before the
property was accepted upstream and used 'ext-reset-output' instead of
'fsl,ext-reset-output'. In order to support older kernels remove both
properties.

Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;
</content>
</entry>
<entry>
<title>imx: ventana: fix GW520x external watchdog dt update</title>
<updated>2017-05-18T09:24:33Z</updated>
<author>
<name>Tim Harvey</name>
<email>tharvey@gateworks.com</email>
</author>
<published>2017-05-15T17:05:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=27388d561c77592914f3510119ac406371420670'/>
<id>urn:sha1:27388d561c77592914f3510119ac406371420670</id>
<content type='text'>
Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;
</content>
</entry>
<entry>
<title>gw_ventana: Fix unused variable warnings</title>
<updated>2017-05-12T12:37:26Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2017-05-09T02:14:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9ba8b9bdd7caa9c8821b10a6ecbb98c792905ec5'/>
<id>urn:sha1:9ba8b9bdd7caa9c8821b10a6ecbb98c792905ec5</id>
<content type='text'>
The variable nfc_pads is only referenced when CONFIG_CMD_NAND is set,
move the existing guard and drop a now redundant comment.  The variable
gwproto_gpio_pads is never referenced, remove it.

Cc: Tim Harvey &lt;tharvey@gateworks.com&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>power: Drop CONFIG_I2C_PMIC</title>
<updated>2017-04-30T14:29:53Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-04-27T04:27:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0fd28b1f0ed85fe80e68b112259e21c6275da56f'/>
<id>urn:sha1:0fd28b1f0ed85fe80e68b112259e21c6275da56f</id>
<content type='text'>
This is only used by one board and should not be a CONFIG option. Instead
it should use the driver model pmic framework. For now, just move the
setting into the only board that uses it.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>imx: ventana: add new board configs to MAINTAINERS</title>
<updated>2017-03-26T09:05:52Z</updated>
<author>
<name>Tim Harvey</name>
<email>tharvey@gateworks.com</email>
</author>
<published>2017-03-21T15:37:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d3a2bcf7412b3cca4d19eba5f31ee5d742a460c5'/>
<id>urn:sha1:d3a2bcf7412b3cca4d19eba5f31ee5d742a460c5</id>
<content type='text'>
Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;
</content>
</entry>
<entry>
<title>imx: ventana: fix GW5903 VDD_ARM rail</title>
<updated>2017-03-26T09:05:39Z</updated>
<author>
<name>Tim Harvey</name>
<email>tharvey@gateworks.com</email>
</author>
<published>2017-03-21T14:50:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d576d6f31c2145b1d2eeafe6326db690cc03f289'/>
<id>urn:sha1:d576d6f31c2145b1d2eeafe6326db690cc03f289</id>
<content type='text'>
Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;
</content>
</entry>
<entry>
<title>imx: ventana: add GW5903 support</title>
<updated>2017-03-20T18:10:50Z</updated>
<author>
<name>Tim Harvey</name>
<email>tharvey@gateworks.com</email>
</author>
<published>2017-03-17T14:32:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=214fb19bcce3bca0cb6d986984f609703cb5516f'/>
<id>urn:sha1:214fb19bcce3bca0cb6d986984f609703cb5516f</id>
<content type='text'>
Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;
</content>
</entry>
</feed>
