<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video/exynos, branch v2016.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video/exynos?h=v2016.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video/exynos?h=v2016.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-05-25T04:25:19Z</updated>
<entry>
<title>exynos: video: Drop old unused code</title>
<updated>2016-05-25T04:25:19Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-02-22T04:09:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f4f2fce70ccf793b10a59e48eb12fd8daa0b1f34'/>
<id>urn:sha1:f4f2fce70ccf793b10a59e48eb12fd8daa0b1f34</id>
<content type='text'>
Now that we are using driver model, we can drop the weak functions and LCD
init in the board file.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: video: Convert several boards to driver model for video</title>
<updated>2016-05-25T04:25:19Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-02-22T04:09:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bb5930d5c97fa22ed2fe048106fcabb5b7c77c96'/>
<id>urn:sha1:bb5930d5c97fa22ed2fe048106fcabb5b7c77c96</id>
<content type='text'>
Update several boards to use driver model for video. This involves changes
to the EDP and FIMD (frame buffer) drivers. Existing PWM, simple-panel and
pwm-backlight drivers are used. These work without additional configuration
since they use the device tree settings in the same way as Linux.

Boards converted are:
- snow
- spring
- peach-pit
- peach-pi

All have been tested. Not converted:

- MIPI display driver
- s5pc210_universal
- smdk5420
- smdk5250
- trats
- trats2

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: video: Rename variables for driver model</title>
<updated>2016-05-25T04:25:18Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-02-22T04:09:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8b449a6639c6bee1a97c0eba2ab142a7c471d9b1'/>
<id>urn:sha1:8b449a6639c6bee1a97c0eba2ab142a7c471d9b1</id>
<content type='text'>
Use 'priv' for a private pointer and 'regs' for a register pointer.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: video: Rename edp_device_info to exynos_dp_priv</title>
<updated>2016-05-25T04:25:18Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-02-22T04:08:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=21f8f9bb084e276c490454c401fc23dc42c536bc'/>
<id>urn:sha1:21f8f9bb084e276c490454c401fc23dc42c536bc</id>
<content type='text'>
Rename this function to better fit with driver model. It is the private data
for the exynos EDP driver.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: Simplify calling of exynos_dp_phy_ctrl()</title>
<updated>2016-05-25T04:25:18Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-02-22T04:08:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7eb860df13ed3e40469eebd407b90c6f9216dd2e'/>
<id>urn:sha1:7eb860df13ed3e40469eebd407b90c6f9216dd2e</id>
<content type='text'>
This function controls enabling the EDP PHY. Rename it and drop the existing
weak functions, which are confusing.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: video: Combine LCD driver into one file</title>
<updated>2016-05-25T04:25:18Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-02-22T04:08:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0c84358cb240953b467034a52fcc2f459ba4029b'/>
<id>urn:sha1:0c84358cb240953b467034a52fcc2f459ba4029b</id>
<content type='text'>
At present exynos_fimd.c is the controller and exynos_fb.c is the U-Boot
LCD interface. With driver model we want these in one file, so join them
in preparation.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: video: Move mipi_lcd_device_dt into a function</title>
<updated>2016-05-25T04:25:17Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-02-22T04:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=37ea446b9d7942c0deb5833fede6eb7cabd5bc6d'/>
<id>urn:sha1:37ea446b9d7942c0deb5833fede6eb7cabd5bc6d</id>
<content type='text'>
In preparation for making this a parameter, move it into the function
that sets it up.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: video: Move struct exynos_platform_mipi_dsim into vidinfo</title>
<updated>2016-05-25T04:25:17Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-02-22T04:08:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=652d15c06e65ea910bada28925b37483b2a1a0d6'/>
<id>urn:sha1:652d15c06e65ea910bada28925b37483b2a1a0d6</id>
<content type='text'>
Put the pointer to this structure in struct vidinfo so that we can
reference it without it being global.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: video: Move dsim_config_dt into a function</title>
<updated>2016-05-25T04:25:17Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-02-22T04:08:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b04135c998b88b0d7c1f21fef64219c508dfbcad'/>
<id>urn:sha1:b04135c998b88b0d7c1f21fef64219c508dfbcad</id>
<content type='text'>
In preparation for making this a parameter, move it into the function
that sets it up.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>exynos: video: Drop static variables in exynos_dp_lowlevel.c</title>
<updated>2016-05-25T04:25:17Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-02-22T04:08:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8c9b8dc05aec6be390dae8a85da7cb56ed8b4ed9'/>
<id>urn:sha1:8c9b8dc05aec6be390dae8a85da7cb56ed8b4ed9</id>
<content type='text'>
Drop these and use parameters instead.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
</feed>
