<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video/Makefile, branch v2018.03</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video/Makefile?h=v2018.03</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video/Makefile?h=v2018.03'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-09-12T11:40:47Z</updated>
<entry>
<title>video: simplefb</title>
<updated>2017-09-12T11:40:47Z</updated>
<author>
<name>Rob Clark</name>
<email>robdclark@gmail.com</email>
</author>
<published>2017-08-03T16:47:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=971d7e64245d5970ae9fe9a1f418e2900663248a'/>
<id>urn:sha1:971d7e64245d5970ae9fe9a1f418e2900663248a</id>
<content type='text'>
Not really qcom specific, but for now qcom/lk is the one firmware that
is (afaiu) setting up the appropriate dt node for pre-configured
display.  Uses the generic simple-framebuffer DT bindings so this should
be useful on other platforms.

Signed-off-by: Rob Clark &lt;robdclark@gmail.com&gt;
</content>
</entry>
<entry>
<title>video: add STM32 LTDC display controller</title>
<updated>2017-09-12T11:40:47Z</updated>
<author>
<name>Philippe CORNU</name>
<email>philippe.cornu@st.com</email>
</author>
<published>2017-08-03T10:36:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=72719d2f8ae5022fb45d3020d85a644da8884f2a'/>
<id>urn:sha1:72719d2f8ae5022fb45d3020d85a644da8884f2a</id>
<content type='text'>
The STM32 LTDC display controller provides a parallel digital RGB and
signals for horizontal, vertical synchronization, Pixel Clock and Data
Enable as output to interface directly to a variety of LCD and TFT panels.

The LTDC main features are:
- 24-bit RGB Parallel Pixel Output, Programmable timings &amp; polarity for
  HSync, VSync and Data Enable.
- 2 layers with Blending, Color Keying, Window position &amp; size,
  Dithering, Background color, Color Look-Up Table (CLUT).
- Supported layer color formats: ARGB8888, RGB888, RGB565, ARGB1555,
  ARGB4444, L8 CLUT, AL44 &amp; AL88

This LTDC driver:
- supports: RGB parallel output with timings &amp; polarity, 1 layer
  in RGB565.
- supports but with hard-coded configurations: blending, window
  position &amp; size (crop), background color.
- does not support yet: rgb888, argb8888, 8-bit clut, dithering.

This LTDC driver is compatible with all stm32 platforms with the
LTDC IP and has been tested on stm32 f746-disco board.

Signed-off-by: Philippe CORNU &lt;philippe.cornu@st.com&gt;
</content>
</entry>
<entry>
<title>dm: backlight: Add a driver for GPIO backlight</title>
<updated>2017-09-12T11:40:47Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2017-08-03T10:36:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5b6a6a91c870949e21b7fd3865582ea6a32ea922'/>
<id>urn:sha1:5b6a6a91c870949e21b7fd3865582ea6a32ea922</id>
<content type='text'>
Add a driver for GPIO backlights.
It understands the standard device tree binding.
It can be used with simple-panel when PWM is not necessary.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>dm: backlight: Add CONFIG_BACKLIGHT_PWM</title>
<updated>2017-09-12T11:40:47Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2017-08-03T10:36:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=08a43cfbc29224dadf1d725e26697c227bf9723a'/>
<id>urn:sha1:08a43cfbc29224dadf1d725e26697c227bf9723a</id>
<content type='text'>
Add a config to select individually the driver for PWM backlights.
Manage "depends on" to be backyard compatible.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>video: Drop the ct69000 driver</title>
<updated>2017-08-07T16:15:19Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2017-08-04T04:56:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c674e00b8ac0f5f460d35382269d513770215a34'/>
<id>urn:sha1:c674e00b8ac0f5f460d35382269d513770215a34</id>
<content type='text'>
This is not used in U-Boot.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>video: Drop the sm501 driver</title>
<updated>2017-08-07T16:14:36Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2017-08-04T04:56:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aa82f935ab5c2d74e041f30808ca89d769719cef'/>
<id>urn:sha1:aa82f935ab5c2d74e041f30808ca89d769719cef</id>
<content type='text'>
This is not used in U-Boot.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>video: Drop the sed156x driver</title>
<updated>2017-08-07T16:12:23Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2017-08-04T04:56:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5ec94cdf8ead398135dfdd30b241afd4b5ee8b32'/>
<id>urn:sha1:5ec94cdf8ead398135dfdd30b241afd4b5ee8b32</id>
<content type='text'>
This is not used in U-Boot.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>video: Drop the l5f31188 driver</title>
<updated>2017-08-07T16:10:14Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2017-08-04T04:56:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0778d0c2d855a1d283b0cf5c746ef761bce20e0f'/>
<id>urn:sha1:0778d0c2d855a1d283b0cf5c746ef761bce20e0f</id>
<content type='text'>
This is not used in U-Boot.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>powerpc, 8xx: remove support for 8xx</title>
<updated>2017-06-12T12:37:55Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2017-06-07T15:33:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5b8e76c35ec312a3f73126bd1a2d2c0965b98a9f'/>
<id>urn:sha1:5b8e76c35ec312a3f73126bd1a2d2c0965b98a9f</id>
<content type='text'>
There was for long time no activity in the 8xx area.
We need to go further and convert to Kconfig, but it
turned out, nobody is interested anymore in 8xx,
so remove it (with a heavy heart, knowing that I remove
here the root of U-Boot).

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMI</title>
<updated>2017-05-15T18:42:56Z</updated>
<author>
<name>Philipp Tomsich</name>
<email>philipp.tomsich@theobroma-systems.com</email>
</author>
<published>2017-05-05T19:48:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8517f64fe67f851eb128cc594666fb2615cde08d'/>
<id>urn:sha1:8517f64fe67f851eb128cc594666fb2615cde08d</id>
<content type='text'>
Instead of having drivers/video/rockchip/Kconfig point outside of its
hierarchy for dw_hdmi.o, we should use a configuration-option to
include the Designware HDMI support.

This change introduces a new config option (not to be selected via
menuconfig, but to be selected from a dependent video driver's
configuration option) that enables dw_hdmi.o and selects it whenever
the HDMI support for Rockchip SoCs is selected.

Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
