<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video, branch v2017.03-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v2017.03-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v2017.03-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-02-09T19:54:09Z</updated>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-video</title>
<updated>2017-02-09T19:54:09Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2017-02-09T19:54:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f1cc97764be4383d2aeb56d5ba5415439a1d5c97'/>
<id>urn:sha1:f1cc97764be4383d2aeb56d5ba5415439a1d5c97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dm: core: Replace of_offset with accessor</title>
<updated>2017-02-08T13:12:14Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-01-17T23:52:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e160f7d430f163bc42757aff3bf2bcac0a459f02'/>
<id>urn:sha1:e160f7d430f163bc42757aff3bf2bcac0a459f02</id>
<content type='text'>
At present devices use a simple integer offset to record the device tree
node associated with the device. In preparation for supporting a live
device tree, which uses a node pointer instead, refactor existing code to
access this field through an inline function.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>x86: ivybridge: Fix types for 64-bit compilation</title>
<updated>2017-02-06T03:38:46Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-01-16T14:03:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c7ccb2c032a8a0c25ebd76e7c616952b0f52eb5d'/>
<id>urn:sha1:c7ccb2c032a8a0c25ebd76e7c616952b0f52eb5d</id>
<content type='text'>
Fix a few types that causes warnings on 64-bit machines.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: ivybridge: Declare global data where it is used</title>
<updated>2017-02-06T03:38:46Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-01-16T14:03:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=05af050e9f1d6c120744e0e7a683d9b0be886d28'/>
<id>urn:sha1:05af050e9f1d6c120744e0e7a683d9b0be886d28</id>
<content type='text'>
Some files are missing this declaration. Add it to avoid build errors when
we actually need the declaration.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo.</title>
<updated>2017-02-03T12:27:23Z</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2017-02-03T12:14:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9b23bafb4f628aca7a2852f097a7b7da66cac6d8'/>
<id>urn:sha1:9b23bafb4f628aca7a2852f097a7b7da66cac6d8</id>
<content type='text'>
Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-video</title>
<updated>2017-01-17T01:23:14Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2017-01-17T01:23:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f253f2933b7373556329c0174dd5b101039a4056'/>
<id>urn:sha1:f253f2933b7373556329c0174dd5b101039a4056</id>
<content type='text'>
</content>
</entry>
<entry>
<title>video: cfb_console: fix hang if splashimage file is missing</title>
<updated>2017-01-13T19:20:35Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2016-11-30T13:30:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b4fc6f221474e2bc9f3e4af52556fd4ab5cbb9b9'/>
<id>urn:sha1:b4fc6f221474e2bc9f3e4af52556fd4ab5cbb9b9</id>
<content type='text'>
If the splash file doesn't exist, the booting stops bricking
the boards. Check return value of prepare function and stop
decoding the logo data if splash prepare stage failed.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>rockchip: video: fix mpixelclock in rockchip HDMI</title>
<updated>2017-01-12T03:23:50Z</updated>
<author>
<name>Nickey Yang Nickey Yang</name>
<email>nickey.yang@rock-chips.com</email>
</author>
<published>2016-12-29T06:01:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0fc41e551eebe9b745961083c5961509b9bab240'/>
<id>urn:sha1:0fc41e551eebe9b745961083c5961509b9bab240</id>
<content type='text'>
Correct mpixelclock errors in rockchip_phy_config[] and rockchip_mpll_cfg[].

Signed-off-by: Nickey Yang &lt;nickey.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>video: tegra: fix spelling in comment</title>
<updated>2017-01-03T17:34:13Z</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2016-12-19T14:38:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d5c453abef9e1023f8a6c0d8c93f402df34174fe'/>
<id>urn:sha1:d5c453abef9e1023f8a6c0d8c93f402df34174fe</id>
<content type='text'>
Get rid of spurious 'are' in the comment.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;
</content>
</entry>
<entry>
<title>video: Kconfig: Add VIDEO_IPV3 entry</title>
<updated>2016-12-16T16:15:27Z</updated>
<author>
<name>Jagan Teki</name>
<email>jagan@amarulasolutions.com</email>
</author>
<published>2016-12-05T23:00:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7db7455b53ee727010ba1ad431df85dd058a75d5'/>
<id>urn:sha1:7db7455b53ee727010ba1ad431df85dd058a75d5</id>
<content type='text'>
Added kconfig entry for CONFIG_VIDEO_IPV3 driver.

Cc: Anatolij Gustschin &lt;agust@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Matteo Lisi &lt;matteo.lisi@engicam.com&gt;
Cc: Michael Trimarchi &lt;michael@amarulasolutions.com&gt;
Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
</feed>
