From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 18 Jan 2016 01:04:07 +0100 Subject: [U-Boot] [PATCH 13/18] dm: stdio: video: Plumb the video uclass into stdio In-Reply-To: <1452011474-15207-14-git-send-email-sjg@chromium.org> References: <1452011474-15207-1-git-send-email-sjg@chromium.org> <1452011474-15207-14-git-send-email-sjg@chromium.org> Message-ID: <20160118010407.122983df@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:09 -0700 Simon Glass wrote: > Register video drivers with stdio so that they can be used for text output. > This needs to be done explicitly for now. At some point we should be able to > convert stdio itself to driver model and avoid this step. > > Signed-off-by: Simon Glass > --- > > common/stdio.c | 19 +++++++++++++++---- > 1 file changed, 15 insertions(+), 4 deletions(-) Acked-by: Anatolij Gustschin -- Anatolij