From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 20/28] rockchip: video: Add remove() methods
Date: Fri, 2 Jun 2017 07:38:52 +0200 [thread overview]
Message-ID: <20170602073852.4b01fc86@crub> (raw)
In-Reply-To: <20170531235737.11676-21-sjg@chromium.org>
On Wed, 31 May 2017 17:57:28 -0600
Simon Glass sjg at chromium.org wrote:
> Add remove() methods for EDP and VOP so that U-Boot can shut down the
> video on exit. This avoids leaving DMA running while booting Linux which
> can cause problems if Linux uses the frame buffer for something else.
>
> It also makes it clear what is needed to shut down video.
>
> While we are here, make rkvop_enable() static.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v2: None
>
> drivers/video/rockchip/rk_edp.c | 16 +++++++++++++++-
> drivers/video/rockchip/rk_vop.c | 18 ++++++++++++++++--
> 2 files changed, 31 insertions(+), 3 deletions(-)
Acked-by: Anatolij Gustschin <agust@denx.de>
next prev parent reply other threads:[~2017-06-02 5:38 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-31 23:57 [U-Boot] [PATCH v2 00/28] tegra: nyan-big: Support chainloading and add documentation Simon Glass
2017-05-31 23:57 ` [U-Boot] [PATCH v2 01/28] display_options: Refactor to allow obtaining the banner Simon Glass
2017-06-09 0:02 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 02/28] Allow displaying the U-Boot banner on a video display Simon Glass
2017-06-09 0:02 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 03/28] arm: arm720t: Support CONFIG_SKIP_LOWLEVEL_INIT_ONLY Simon Glass
2017-06-09 0:02 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 04/28] arm: Rename HCTR to HTCR Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 05/28] arm: Don't try to support CONFIG_ARMV7_LPAE on ARMv4T Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 06/28] arm: Disable LPAE if not enabled Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 07/28] power: regulator: Add more debugging and fix a missing newline Simon Glass
2017-06-01 3:26 ` Jaehoon Chung
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 08/28] tegra: Init clocks even when SPL did not run Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 09/28] tegra: dts: Add cros-ec SPI settings Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 10/28] tegra: spi: Wait a little after setting the clocks Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 11/28] tegra: nyan-big: Enable the dhrystone benchmark Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 12/28] tegra: video: Don't power up the SOR twice Simon Glass
2017-06-02 5:36 ` Anatolij Gustschin
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 13/28] tegra: Enable CP15 init Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 14/28] tegra: clock: Avoid a divide-by-zero error Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 15/28] tegra: nyan-big: Add a .its file for chromium Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 16/28] README: Add instructions for chain-loading U-Boot Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 17/28] rockchip: Setup default PWM flags Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 18/28] rockchip: Fix regualtor typo in veyron Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 19/28] rockchip: rk3288: Add error debugging to veyron_init() Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 20/28] rockchip: video: Add remove() methods Simon Glass
2017-06-02 5:38 ` Anatolij Gustschin [this message]
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 21/28] rockchip: video: Take the vop device out of standby Simon Glass
2017-06-02 5:39 ` Anatolij Gustschin
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 22/28] rockchip: jerry: Add a .its file for chromium Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 23/28] rockchip: rk3288: Convert clock driver to use shifted masks Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 24/28] rockchip: Init clocks again when chain-loading Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 25/28] rockchip: rk3288: Allow setting up clocks in U-Boot proper Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 26/28] rockchip: Enable the video display banner Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 27/28] rockchip: jerry: Disable CONFIG_CONSOLE_SCROLL_LINES Simon Glass
2017-06-09 0:01 ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 28/28] README: Add instructions for chain-loading U-Boot on jerry Simon Glass
2017-06-09 0:01 ` sjg at google.com
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=20170602073852.4b01fc86@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox