All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH u-boot 11/11] arm: libretech-cc: enable video by default
Date: Mon, 28 Jan 2019 21:12:03 +0100	[thread overview]
Message-ID: <20190128211203.4102ce42@crub> (raw)
In-Reply-To: <20190115161759.1657-12-narmstrong@baylibre.com>

On Tue, 15 Jan 2019 17:17:59 +0100
Neil Armstrong narmstrong at baylibre.com wrote:

> From: Maxime Jourdan <mjourdan@baylibre.com>
> 
> libretech-cc being the main device tested with CONFIG_VIDEO_MESON, let's
> enable it by default.
> 
> Also enable:
>  - CONFIG_SYS_WHITE_ON_BLACK for prettiness
>  - CONFIG_VIDEO_DT_SIMPLEFB for framebuffer sharing with kernel
> 
> Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Reviewed-by: Anatolij Gustschin <agust@denx.de>

--
Anatolij

WARNING: multiple messages have this Message-ID (diff)
From: Anatolij Gustschin <agust@denx.de>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: Maxime Jourdan <mjourdan@baylibre.com>,
	u-boot@lists.denx.de, linux-amlogic@lists.infradead.org,
	jbrunet@baylibre.com
Subject: Re: [PATCH u-boot 11/11] arm: libretech-cc: enable video by default
Date: Mon, 28 Jan 2019 21:12:03 +0100	[thread overview]
Message-ID: <20190128211203.4102ce42@crub> (raw)
In-Reply-To: <20190115161759.1657-12-narmstrong@baylibre.com>

On Tue, 15 Jan 2019 17:17:59 +0100
Neil Armstrong narmstrong@baylibre.com wrote:

> From: Maxime Jourdan <mjourdan@baylibre.com>
> 
> libretech-cc being the main device tested with CONFIG_VIDEO_MESON, let's
> enable it by default.
> 
> Also enable:
>  - CONFIG_SYS_WHITE_ON_BLACK for prettiness
>  - CONFIG_VIDEO_DT_SIMPLEFB for framebuffer sharing with kernel
> 
> Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Reviewed-by: Anatolij Gustschin <agust@denx.de>

--
Anatolij

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  reply	other threads:[~2019-01-28 20:12 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-15 16:17 [U-Boot] [PATCH u-boot 00/11] meson: add support for Video Output Neil Armstrong
2019-01-15 16:17 ` Neil Armstrong
2019-01-15 16:17 ` [U-Boot] [PATCH u-boot 01/11] power: domain: meson-gx-pwrc-vpu: add missing depends Neil Armstrong
2019-01-15 16:17   ` Neil Armstrong
2019-01-28 19:58   ` [U-Boot] " Anatolij Gustschin
2019-01-28 19:58     ` Anatolij Gustschin
2019-01-15 16:17 ` [U-Boot] [PATCH u-boot 02/11] video: dw_hdmi: support SoC specific read/write ops Neil Armstrong
2019-01-15 16:17   ` Neil Armstrong
2019-01-28 16:00   ` [U-Boot] " Anatolij Gustschin
2019-01-28 16:00     ` Anatolij Gustschin
2019-01-15 16:17 ` [U-Boot] [PATCH u-boot 03/11] video: dw_hdmi: add support for color conversion Neil Armstrong
2019-01-15 16:17   ` Neil Armstrong
2019-01-28 16:01   ` [U-Boot] " Anatolij Gustschin
2019-01-28 16:01     ` Anatolij Gustschin
2019-01-15 16:17 ` [U-Boot] [PATCH u-boot 04/11] video: Add Meson Video Processing Unit Driver Neil Armstrong
2019-01-15 16:17   ` Neil Armstrong
2019-01-28 19:56   ` [U-Boot] " Anatolij Gustschin
2019-01-28 19:56     ` Anatolij Gustschin
2019-01-29  8:26     ` [U-Boot] " Neil Armstrong
2019-01-29  8:26       ` Neil Armstrong
2019-01-29 10:28       ` [U-Boot] " Anatolij Gustschin
2019-01-29 10:28         ` Anatolij Gustschin
2019-01-15 16:17 ` [U-Boot] [PATCH u-boot 05/11] arm64: dts: meson-gx: vpu should be probed before relocation Neil Armstrong
2019-01-15 16:17   ` Neil Armstrong
2019-01-15 16:17 ` [U-Boot] [PATCH u-boot 06/11] arm64: dts: meson-gx: Add hdmi_5v regulator as hdmi tx supply Neil Armstrong
2019-01-15 16:17   ` Neil Armstrong
2019-01-15 16:17 ` [U-Boot] [PATCH u-boot 07/11] arm64: dts: meson-gx: add hhi reg entry to hdmi_tx Neil Armstrong
2019-01-15 16:17   ` Neil Armstrong
2019-01-15 16:17 ` [U-Boot] [PATCH u-boot 08/11] arm: meson: board-gx: Setup VPU in fdt Neil Armstrong
2019-01-15 16:17   ` Neil Armstrong
2019-01-28 20:07   ` [U-Boot] " Anatolij Gustschin
2019-01-28 20:07     ` Anatolij Gustschin
2019-01-15 16:17 ` [U-Boot] [PATCH u-boot 09/11] configs: meson64: use vidconsole and usbkbd if enabled Neil Armstrong
2019-01-15 16:17   ` Neil Armstrong
2019-01-28 20:09   ` [U-Boot] " Anatolij Gustschin
2019-01-28 20:09     ` Anatolij Gustschin
2019-01-15 16:17 ` [U-Boot] [PATCH u-boot 10/11] arm: meson64: enable console mux and console env by default Neil Armstrong
2019-01-15 16:17   ` Neil Armstrong
2019-01-28 20:11   ` [U-Boot] " Anatolij Gustschin
2019-01-28 20:11     ` Anatolij Gustschin
2019-01-15 16:17 ` [U-Boot] [PATCH u-boot 11/11] arm: libretech-cc: enable video " Neil Armstrong
2019-01-15 16:17   ` Neil Armstrong
2019-01-28 20:12   ` Anatolij Gustschin [this message]
2019-01-28 20:12     ` Anatolij Gustschin
2019-01-28  9:10 ` [U-Boot] [PATCH u-boot 00/11] meson: add support for Video Output Neil Armstrong
2019-01-28  9:10   ` Neil Armstrong

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=20190128211203.4102ce42@crub \
    --to=agust@denx.de \
    --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.