From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 18 Jan 2016 01:10:26 +0100 Subject: [U-Boot] [PATCH 15/18] dm: video: sandbox: Convert sandbox to use driver model for video In-Reply-To: <1452011474-15207-16-git-send-email-sjg@chromium.org> References: <1452011474-15207-1-git-send-email-sjg@chromium.org> <1452011474-15207-16-git-send-email-sjg@chromium.org> Message-ID: <20160118011026.41d17a51@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 5 Jan 2016 09:31:11 -0700 Simon Glass wrote: > Now that driver model support is available, convert sandbox over to use it. > We can remove a few of the special hooks that sandbox currently has. > > Signed-off-by: Simon Glass > --- > > arch/sandbox/dts/sandbox.dts | 1 + > board/sandbox/sandbox.c | 17 -------- > common/lcd.c | 11 ----- > configs/sandbox_defconfig | 1 + > drivers/serial/sandbox.c | 5 +-- > drivers/video/sandbox_sdl.c | 95 ++++++++++++++++++++++---------------------- > include/configs/sandbox.h | 10 ++--- > include/fdtdec.h | 1 - > lib/fdtdec.c | 1 - > 9 files changed, 56 insertions(+), 86 deletions(-) Acked-by: Anatolij Gustschin -- Anatolij