Re: [U-Boot] [PATCH v2 20/28] rockchip: video: Add remove() methods

2017-06-08 Thread sjg
On Wed, 31 May 2017 17:57:28 -0600 Simon Glass s...@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

Re: [U-Boot] [PATCH v2 20/28] rockchip: video: Add remove() methods

2017-06-01 Thread Anatolij Gustschin
On Wed, 31 May 2017 17:57:28 -0600 Simon Glass s...@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

[U-Boot] [PATCH v2 20/28] rockchip: video: Add remove() methods

2017-05-31 Thread Simon Glass
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 rk