<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/tbs, branch v2016.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/tbs?h=v2016.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/tbs?h=v2016.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-09-02T13:34:12Z</updated>
<entry>
<title>tbs2910: remove SYS_SOC from board specific Kconfig</title>
<updated>2015-09-02T13:34:12Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2015-08-13T19:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e3db4ade1b1aebcd60c364c1466b8778bc564b13'/>
<id>urn:sha1:e3db4ade1b1aebcd60c364c1466b8778bc564b13</id>
<content type='text'>
SYS_SOC is already defined in arch/arm/cpu/armv7/mx6/Kconfig, no need to
define it again

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>tbs2910: remove deprecated CONFIG_SYS_EXTRA_OPTIONS</title>
<updated>2015-09-02T13:34:12Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2015-08-13T19:08:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f296f139158f55ac1274310edd7d4d9242e4e3d7'/>
<id>urn:sha1:f296f139158f55ac1274310edd7d4d9242e4e3d7</id>
<content type='text'>
move options from CONFIG_SYS_EXTRA_OPTIONS to board specific Kconfig

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>tbs2910: support for usb otg host mode</title>
<updated>2015-05-15T17:21:24Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2015-05-05T21:09:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d896276d27bf688cdd3be9c76bff7efc4e4d80b6'/>
<id>urn:sha1:d896276d27bf688cdd3be9c76bff7efc4e4d80b6</id>
<content type='text'>
Add support for USB OTG host mode. Only high speed devices supported so far
(e.g. usb 2.0 hub required to connect a keyboard).

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>board: tbs2910: Gate clock when switching async clock muxes</title>
<updated>2015-02-23T08:11:37Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2015-01-23T18:03:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5df3d19b1925ea63075664878fad84eeef28ea3e'/>
<id>urn:sha1:5df3d19b1925ea63075664878fad84eeef28ea3e</id>
<content type='text'>
According to the i.MX6Q Reference Manual, clocks must be gated when
switching input clocks of async clock muxes. So use clock gates. Avoid
ldb_di0_ipu clock, because there is no clock gate for this signal.

There have never been any complaints about problems with the old code,
but the new approach is in line with the recommendations in the manual.

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>tbs2910: fix Kconfig</title>
<updated>2014-12-01T09:20:19Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2014-11-26T11:39:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f8bbd7f7b0c6eb3accc30deab9aafb2c50f9ee9a'/>
<id>urn:sha1:f8bbd7f7b0c6eb3accc30deab9aafb2c50f9ee9a</id>
<content type='text'>
fix Kconfig for tbs2910 board to prevent crash on relocation

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>tbs2910: Fix error handling in board_mmc_init()</title>
<updated>2014-11-21T14:16:18Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2014-11-20T12:03:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=02a32a92d4a123c75292a284bdc605c376d204f7'/>
<id>urn:sha1:02a32a92d4a123c75292a284bdc605c376d204f7</id>
<content type='text'>
When an invalid USDHC port is passed we should return -EINVAL instead of 0.
Also, return the error immediately on fsl_esdhc_initialize() failure.

Based on similar patches by Fabio Estevam for mx6sabresd, mx53loco, wandboard

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>arm: mx6: add support for TBS2910 Matrix ARM miniPC</title>
<updated>2014-11-13T17:09:23Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2014-11-03T12:57:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=05d492a3235df397da6200294ea2a802749372a8'/>
<id>urn:sha1:05d492a3235df397da6200294ea2a802749372a8</id>
<content type='text'>
Add initial support for TBS2910 Matrix ARM miniPC.
Support includes MMC, Ethernet, UARTs, HDMI, USB, SATA, PCI, I2C, RTC.

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
</feed>
