All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v6, 14/18] video: arm: rpi: Move the video settings out of the driver
Date: Wed, 10 May 2017 13:52:27 -0400	[thread overview]
Message-ID: <20170510175227.GW12511@bill-the-cat> (raw)
In-Reply-To: <20170405222345.32288-15-sjg@chromium.org>

On Wed, Apr 05, 2017 at 04:23:41PM -0600, Simon Glass wrote:

> Add a function to set the video parameters to the msg handler and remove
> it from the video driver.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Acked-by: Anatolij Gustschin <agust@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170510/cba2fe24/attachment.sig>

  reply	other threads:[~2017-05-10 17:52 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05 22:23 [U-Boot] [PATCH v6 00/18] arm: rpi: Enable USB, Ethernet, MMC, Video driver model on Raspberry Pi Simon Glass
2017-04-05 22:23 ` [U-Boot] [PATCH v6 01/18] net: smsc95xx: Correct free_pkt() implementation Simon Glass
2017-05-10 17:51   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 02/18] dm: mmc: Set up the MMC device when controller is probed Simon Glass
2017-04-24  2:11   ` Simon Glass
2017-04-05 22:23 ` [U-Boot] [PATCH v6 03/18] dm: video: Correct line clearing code Simon Glass
2017-05-10 17:51   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 04/18] string: Use memcpy() within memmove() when we can Simon Glass
2017-05-10 17:51   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 05/18] arm: rpi: Drop the GPIO device addresses Simon Glass
2017-05-10 17:51   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 06/18] arm: rpi: Drop CONFIG_CONS_INDEX Simon Glass
2017-05-10 17:51   ` [U-Boot] [U-Boot,v6,06/18] " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 07/18] dm: arm: rpi: Move to driver model for USB Simon Glass
2017-05-10 17:51   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 08/18] dm: arm: rpi: Use driver model for Ethernet Simon Glass
2017-05-10 17:52   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 09/18] arm: rpi: Add a file to handle messages Simon Glass
2017-05-10 17:52   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 10/18] arm: rpi: Add a function to obtain the MMC clock Simon Glass
2017-05-10 17:52   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 11/18] dm: mmc: rpi: Convert Raspberry Pi to driver model for MMC Simon Glass
2017-05-10 17:52   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 12/18] dm: arm: rpi: Drop CONFIG_OF_EMBED Simon Glass
2017-05-10 17:52   ` [U-Boot] [U-Boot,v6,12/18] " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 13/18] video: arm: rpi: Move the video query out of the driver Simon Glass
2017-05-10 17:52   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 14/18] video: arm: rpi: Move the video settings " Simon Glass
2017-05-10 17:52   ` Tom Rini [this message]
2017-04-05 22:23 ` [U-Boot] [PATCH v6 15/18] dm: video: Refactor lcd_simplefb to prepare for driver model Simon Glass
2017-05-10 17:52   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 16/18] dm: video: Add driver-model support to lcd_simplefb Simon Glass
2017-05-10 17:52   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 17/18] dm: video: arm: rpi: Convert to use driver model for video Simon Glass
2017-05-10 17:52   ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-04-05 22:23 ` [U-Boot] [PATCH v6 18/18] arm: rpi: Add a TODO to move all messages into the msg handler Simon Glass
2017-05-10 17:52   ` [U-Boot] [U-Boot, v6, " Tom Rini

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=20170510175227.GW12511@bill-the-cat \
    --to=trini@konsulko.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.