<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video, branch v2020.07-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=v2020.07-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v2020.07-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-05-11T04:46:49Z</updated>
<entry>
<title>video: omap: change include order</title>
<updated>2020-05-11T04:46:49Z</updated>
<author>
<name>Dario Binacchi</name>
<email>dariobin@libero.it</email>
</author>
<published>2020-05-03T19:27:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=295ab882d9d281d247c0025c95acbedbae4e7402'/>
<id>urn:sha1:295ab882d9d281d247c0025c95acbedbae4e7402</id>
<content type='text'>
Apply u-boot coding style on include files order as described by the
wiki https://www.denx.de/wiki/U-Boot/CodingStyle.

Signed-off-by: Dario Binacchi &lt;dariobin@libero.it&gt;
</content>
</entry>
<entry>
<title>Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx</title>
<updated>2020-05-04T13:29:42Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-05-04T13:29:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=143414c03fa72468fa8ce0d1ded21a4a616400f9'/>
<id>urn:sha1:143414c03fa72468fa8ce0d1ded21a4a616400f9</id>
<content type='text'>
i.MX for 2020.07
----------------

- imxrt: fix LCD clock, fix doc
- new board: Coral Dev
- imx8: enable Cache in SPL. SNVS, update SCFW API
- imx8MM: fix reset, 8MQ quand and QuadLite, CPU speed grading
- MX6ULL : is_imx6ull to include i.MX6ULZ
- Net: add config to enable TXC delay

Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/682033914
</content>
</entry>
<entry>
<title>video: mxsfb: add clk_enable()</title>
<updated>2020-05-01T17:03:18Z</updated>
<author>
<name>Giulio Benetti</name>
<email>giulio.benetti@benettiengineering.com</email>
</author>
<published>2020-04-27T15:53:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=72fef43d4d4043cf62fc9d8da6b41fe17f3dfb5e'/>
<id>urn:sha1:72fef43d4d4043cf62fc9d8da6b41fe17f3dfb5e</id>
<content type='text'>
BROM doesn't enable lcdif by default so add clk_enable() after
clk_set_rate().

Signed-off-by: Giulio Benetti &lt;giulio.benetti@benettiengineering.com&gt;
Reviewed-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Reviewed-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>rockchip: video: Convert to use APIs which support live DT</title>
<updated>2020-04-28T10:05:08Z</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2020-02-19T01:45:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=653ac184ee8c785564d70ee9ccceffbd9a48b737'/>
<id>urn:sha1:653ac184ee8c785564d70ee9ccceffbd9a48b737</id>
<content type='text'>
Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the
driver can support live DT.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>rockchip: video: Use ofnode_decode_display_timing() to parse timing</title>
<updated>2020-04-28T10:05:08Z</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2020-02-19T01:45:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c3d31af6d6c2cd63d4de173a00a72c7f009e6443'/>
<id>urn:sha1:c3d31af6d6c2cd63d4de173a00a72c7f009e6443</id>
<content type='text'>
Use ofnode_decode_display_timing() instead of
fdtdec_decode_display_timing() to parse display timing, so that we can
support live DT.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: simple_panel: add boe,nv140fhmn49 display</title>
<updated>2020-04-26T21:04:49Z</updated>
<author>
<name>Peter Robinson</name>
<email>pbrobinson@gmail.com</email>
</author>
<published>2020-04-20T19:27:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ea16637525ad6a49626de3fbf01e29e1af08d29f'/>
<id>urn:sha1:ea16637525ad6a49626de3fbf01e29e1af08d29f</id>
<content type='text'>
add "boe,nv140fhmn49" display to compatible node.

Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
Cc: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>drivers: video: rockchip: fix building eDP and LVDS drivers</title>
<updated>2020-04-26T20:58:50Z</updated>
<author>
<name>Peter Robinson</name>
<email>pbrobinson@gmail.com</email>
</author>
<published>2020-04-20T18:18:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=973e31fd476686e9bf7eee0e0ff51afdbbc8c61e'/>
<id>urn:sha1:973e31fd476686e9bf7eee0e0ff51afdbbc8c61e</id>
<content type='text'>
The rk_edp.c and rk_lvds.c files reference rk_setreg which is declared in
hardware.h so include it so the drivers build. Adjust rk_lvds.c so
includes are in alphabetical order while updating.

Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
Reviewed-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Tested-by: Vagrant Cascadian &lt;vagrant@debian.org&gt;
</content>
</entry>
<entry>
<title>video: mxsfb: enable setting ENABLE negative polarity</title>
<updated>2020-04-18T10:54:43Z</updated>
<author>
<name>Giulio Benetti</name>
<email>giulio.benetti@benettiengineering.com</email>
</author>
<published>2020-04-08T15:10:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=76f6bcd7428064b7c2b9609823732c1d5fb70e99'/>
<id>urn:sha1:76f6bcd7428064b7c2b9609823732c1d5fb70e99</id>
<content type='text'>
ENABLE signal can now be flipped by writing its bitmask on vdctrl0
register.

Signed-off-by: Giulio Benetti &lt;giulio.benetti@benettiengineering.com&gt;
Reviewed-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>video: mxsfb: enable setting PIXDATA on negative edge</title>
<updated>2020-04-18T10:54:43Z</updated>
<author>
<name>Giulio Benetti</name>
<email>giulio.benetti@benettiengineering.com</email>
</author>
<published>2020-04-08T15:10:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7c30d767b87250a82721c26623735edf920d20a9'/>
<id>urn:sha1:7c30d767b87250a82721c26623735edf920d20a9</id>
<content type='text'>
DOTCLK signal can now be flipped by writing its bitmask on vdctrl0
register.

Signed-off-by: Giulio Benetti &lt;giulio.benetti@benettiengineering.com&gt;
Reviewed-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>video: mxsfb: enable setting VSYNC negative polarity</title>
<updated>2020-04-18T10:54:43Z</updated>
<author>
<name>Giulio Benetti</name>
<email>giulio.benetti@benettiengineering.com</email>
</author>
<published>2020-04-08T15:10:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=606668af960b903e9cd121470ab8335e030b56c0'/>
<id>urn:sha1:606668af960b903e9cd121470ab8335e030b56c0</id>
<content type='text'>
VSYNC signal can now be flipped by writing its bitmask on vdctrl0
register.

Signed-off-by: Giulio Benetti &lt;giulio.benetti@benettiengineering.com&gt;
Reviewed-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
</feed>
