From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Thu, 8 Jun 2017 20:01:39 -0400 Subject: [U-Boot] [PATCH v2 20/28] rockchip: video: Add remove() methods In-Reply-To: <20170602073852.4b01fc86@crub> References: <20170531235737.11676-1-sjg@chromium.org> <20170531235737.11676-21-sjg@chromium.org> <20170602073852.4b01fc86@crub> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > > 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 Applied to u-boot-dm, thanks!