From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 24/25] exynos: video: Convert several boards to driver model for video
Date: Mon, 22 Feb 2016 17:58:44 +0100 [thread overview]
Message-ID: <20160222175844.01dde4d1@crub> (raw)
In-Reply-To: <1456114142-3610-25-git-send-email-sjg@chromium.org>
On Sun, 21 Feb 2016 21:09:01 -0700
Simon Glass sjg at chromium.org wrote:
> 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 <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
next prev parent reply other threads:[~2016-02-22 16:58 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-22 4:08 [U-Boot] [PATCH v2 00/25] exynos: video: Convert exynos LCD driver to use driver model Simon Glass
2016-02-22 4:08 ` [U-Boot] [PATCH v2 01/25] exynos: video: Move driver files into their own directory Simon Glass
2016-02-22 13:59 ` Anatolij Gustschin
2016-02-22 4:08 ` [U-Boot] [PATCH v2 02/25] exynos: video: Drop dead code Simon Glass
2016-02-22 14:05 ` Anatolij Gustschin
2016-02-22 14:08 ` Anatolij Gustschin
2016-02-22 4:08 ` [U-Boot] [PATCH v2 03/25] exynos: video: Remove use of vidinfo_t typedef Simon Glass
2016-02-22 14:09 ` Anatolij Gustschin
2016-02-22 4:08 ` [U-Boot] [PATCH v2 04/25] exynos: video: Drop the static lcd_base_addr variable Simon Glass
2016-02-22 14:14 ` Anatolij Gustschin
2016-02-22 4:08 ` [U-Boot] [PATCH v2 05/25] exynos: video: Drop static variables in exynos_fimd.c Simon Glass
2016-02-22 14:23 ` Anatolij Gustschin
2016-02-22 4:08 ` [U-Boot] [PATCH v2 06/25] exynos: video: Drop static variables in exynos_fb.c Simon Glass
2016-02-22 14:24 ` Anatolij Gustschin
2016-02-22 4:08 ` [U-Boot] [PATCH v2 07/25] exynos: video: Drop static variables in exynos_dp_lowlevel.c Simon Glass
2016-02-22 15:58 ` Anatolij Gustschin
2016-02-22 4:08 ` [U-Boot] [PATCH v2 08/25] exynos: video: Move dsim_config_dt into a function Simon Glass
2016-02-22 16:02 ` Anatolij Gustschin
2016-02-22 4:08 ` [U-Boot] [PATCH v2 09/25] exynos: video: Move struct exynos_platform_mipi_dsim into vidinfo Simon Glass
2016-02-22 16:05 ` Anatolij Gustschin
2016-02-22 4:08 ` [U-Boot] [PATCH v2 10/25] exynos: video: Move mipi_lcd_device_dt into a function Simon Glass
2016-02-22 16:08 ` Anatolij Gustschin
2016-02-22 4:08 ` [U-Boot] [PATCH v2 11/25] exynos: video: Combine LCD driver into one file Simon Glass
2016-02-22 16:12 ` Anatolij Gustschin
2016-02-22 4:08 ` [U-Boot] [PATCH v2 12/25] exynos: pwm: Add a driver for the exynos5 PWM Simon Glass
2016-02-22 4:08 ` [U-Boot] [PATCH v2 13/25] video: Add an enum for active low/high Simon Glass
2016-02-22 16:13 ` Anatolij Gustschin
2016-02-22 4:08 ` [U-Boot] [PATCH v2 14/25] exynos: dts: Add pwm device tree node Simon Glass
2016-02-22 4:08 ` [U-Boot] [PATCH v2 15/25] exynos: Allow tizen to be built without an LCD Simon Glass
2016-02-22 4:08 ` [U-Boot] [PATCH v2 16/25] exynos: Allow CONFIG_MISC_COMMON to be build " Simon Glass
2016-02-22 4:08 ` [U-Boot] [PATCH v2 17/25] exynos: Disable LCD display for boards we can't convert Simon Glass
2016-02-22 4:08 ` [U-Boot] [PATCH v2 18/25] dts: Add clock and regulator binding files for max77802 Simon Glass
2016-02-22 4:08 ` [U-Boot] [PATCH v2 19/25] exynos: Allow PWM0 pinmux to be set up Simon Glass
2016-02-22 4:08 ` [U-Boot] [PATCH v2 20/25] exynos: Simplify calling of exynos_dp_phy_ctrl() Simon Glass
2016-02-22 4:08 ` [U-Boot] [PATCH v2 21/25] exynos: dts: Add display-related device tree fragments Simon Glass
2016-02-22 4:08 ` [U-Boot] [PATCH v2 22/25] exynos: video: Rename edp_device_info to exynos_dp_priv Simon Glass
2016-02-22 16:15 ` Anatolij Gustschin
2016-02-22 4:09 ` [U-Boot] [PATCH v2 23/25] exynos: video: Rename variables for driver model Simon Glass
2016-02-22 16:45 ` Anatolij Gustschin
2016-02-22 4:09 ` [U-Boot] [PATCH v2 24/25] exynos: video: Convert several boards to driver model for video Simon Glass
2016-02-22 16:58 ` Anatolij Gustschin [this message]
2016-02-22 4:09 ` [U-Boot] [PATCH v2 25/25] exynos: video: Drop old unused code Simon Glass
2016-02-22 17:00 ` Anatolij Gustschin
2016-02-23 6:42 ` [U-Boot] [PATCH v2 00/25] exynos: video: Convert exynos LCD driver to use driver model Simon Glass
2016-02-23 12:04 ` Minkyu Kang
2016-02-29 4:23 ` Simon Glass
2016-02-29 7:18 ` Jaehoon Chung
2016-03-02 1:51 ` Minkyu Kang
2016-05-07 21:25 ` Simon Glass
2016-05-09 11:00 ` Minkyu Kang
2016-05-10 1:23 ` Jaehoon Chung
2016-05-13 13:09 ` Jaehoon Chung
2016-05-14 21:22 ` Simon Glass
2016-05-17 4:22 ` Jaehoon Chung
2016-05-17 4:38 ` Minkyu Kang
2016-05-23 20:18 ` Simon Glass
2016-05-24 1:35 ` Jaehoon Chung
2016-05-26 1:30 ` Minkyu Kang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160222175844.01dde4d1@crub \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.