All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: Daniel Vetter <daniel@ffwll.ch>, yannick fertre <yannick.fertre@st.com>
Cc: Tom Rini <trini@konsulko.com>,
	Archit Taneja <architt@codeaurora.org>,
	dri-devel@lists.freedesktop.org, u-boot@lists.denx.de,
	Gustavo Padovan <gustavo@padovan.org>,
	Brian Norris <briannorris@chromium.org>,
	linux-kernel@vger.kernel.org, Andrzej Hajda <a.hajda@samsung.com>,
	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
	Bhumika Goyal <bhumirks@gmail.com>
Subject: Re: [PATCH v3 00/10] splash screen on the stm32f769 disco board
Date: Tue, 13 Mar 2018 21:50:30 +0100	[thread overview]
Message-ID: <20180313214737.62ef82c8@crub> (raw)
In-Reply-To: <20180313152310.GJ4788@phenom.ffwll.local>

On Tue, 13 Mar 2018 16:23:10 +0100
Daniel Vetter daniel@ffwll.ch wrote:
...
> Shouldn't we patch the drivers/gpu/drm/stm driver instead of the
> drivers/video one? fbdev is kinda a dead end and not for adding new hw
> support ...

this patch series adds display driver to U-Boot project, I don't know
why it was submitted to the Linux kernel and dri-devel mailing lists.

Yannick, please don't send this to linux-kernel and dri-devel lists
and also please don't Cc kernel developers when resubmitting the
patch series.

--
Anatolij
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

WARNING: multiple messages have this Message-ID (diff)
From: Anatolij Gustschin <agust@denx.de>
To: Daniel Vetter <daniel@ffwll.ch>, yannick fertre <yannick.fertre@st.com>
Cc: Vikas Manocha <vikas.manocha@st.com>,
	Tom Rini <trini@konsulko.com>,
	Benjamin Gaignard <benjamin.gaignard@linaro.org>,
	Philippe Cornu <philippe.cornu@st.com>,
	Patrice Chotard <patrice.chotard@st.com>,
	Patrick DELAUNAY <patrick.delaunay@st.com>,
	Christophe KERELLO <christophe.kerello@st.com>,
	Archit Taneja <architt@codeaurora.org>,
	Andrzej Hajda <a.hajda@samsung.com>,
	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
	Brian Norris <briannorris@chromium.org>,
	Bhumika Goyal <bhumirks@gmail.com>,
	Gustavo Padovan <gustavo@padovan.org>,
	Simon Glass <sjg@chromium.org>,
	u-boot@lists.denx.de, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v3 00/10] splash screen on the stm32f769 disco board
Date: Tue, 13 Mar 2018 21:50:30 +0100	[thread overview]
Message-ID: <20180313214737.62ef82c8@crub> (raw)
In-Reply-To: <20180313152310.GJ4788@phenom.ffwll.local>

On Tue, 13 Mar 2018 16:23:10 +0100
Daniel Vetter daniel@ffwll.ch wrote:
...
> Shouldn't we patch the drivers/gpu/drm/stm driver instead of the
> drivers/video one? fbdev is kinda a dead end and not for adding new hw
> support ...

this patch series adds display driver to U-Boot project, I don't know
why it was submitted to the Linux kernel and dri-devel mailing lists.

Yannick, please don't send this to linux-kernel and dri-devel lists
and also please don't Cc kernel developers when resubmitting the
patch series.

--
Anatolij

WARNING: multiple messages have this Message-ID (diff)
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 00/10] splash screen on the stm32f769 disco board
Date: Tue, 13 Mar 2018 21:50:30 +0100	[thread overview]
Message-ID: <20180313214737.62ef82c8@crub> (raw)
In-Reply-To: <20180313152310.GJ4788@phenom.ffwll.local>

On Tue, 13 Mar 2018 16:23:10 +0100
Daniel Vetter daniel at ffwll.ch wrote:
...
> Shouldn't we patch the drivers/gpu/drm/stm driver instead of the
> drivers/video one? fbdev is kinda a dead end and not for adding new hw
> support ...

this patch series adds display driver to U-Boot project, I don't know
why it was submitted to the Linux kernel and dri-devel mailing lists.

Yannick, please don't send this to linux-kernel and dri-devel lists
and also please don't Cc kernel developers when resubmitting the
patch series.

--
Anatolij

  reply	other threads:[~2018-03-13 20:50 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-13 13:49 [PATCH v3 00/10] splash screen on the stm32f769 disco board yannick fertre
2018-03-13 13:49 ` [U-Boot] " yannick fertre
2018-03-13 13:49 ` yannick fertre
2018-03-13 13:50 ` [PATCH v3 01/10] video: stm32: stm32_ltdc: add bridge to display controller yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 13:50 ` [PATCH v3 01/10] video: stm32: stm32_ltdc: update debug log yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 13:50 ` [PATCH v3 02/10] video: add support of MIPI DSI interface yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 15:30   ` Simon Glass
2018-03-13 15:30     ` [U-Boot] " Simon Glass
2018-03-13 15:30     ` Simon Glass
2018-03-13 13:50 ` [PATCH v3 02/10] video: stm32: stm32_ltdc: update debug log yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 13:50 ` [PATCH v3 03/10] video: add support of MIPI DSI interface yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 13:50 ` [PATCH v3 03/10] video: add support of panel OTM8009A yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 13:50 ` [PATCH v3 04/10] otm yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 14:12   ` Patrice CHOTARD
2018-03-13 14:12     ` [U-Boot] " Patrice CHOTARD
2018-03-13 14:12     ` Patrice CHOTARD
2018-03-13 14:36     ` Yannick FERTRE
2018-03-13 14:36       ` [U-Boot] " Yannick FERTRE
2018-03-13 14:36       ` Yannick FERTRE
2018-03-13 13:50 ` [PATCH v3 04/10] video: add support of panel OTM8009A yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 13:50 ` [PATCH v3 05/10] video: add MIPI DSI host controller bridge yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 13:50 ` [PATCH v3 06/10] video: add support of STM32 MIPI DSI controller driver yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 13:50 ` [PATCH v3 07/10] video: add support of panel rm68200 yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 13:50 ` [PATCH v3 08/10] arm: dts: stm32: add dsi for STM32F746 yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 13:50 ` [PATCH v3 09/10] arm: dts: stm32: add display for STM32F769 disco board yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 13:50 ` [PATCH v3 10/10] board: Add STM32F769 SoC, discovery board support yannick fertre
2018-03-13 13:50   ` [U-Boot] " yannick fertre
2018-03-13 13:50   ` yannick fertre
2018-03-13 14:10   ` Patrice CHOTARD
2018-03-13 14:10     ` [U-Boot] " Patrice CHOTARD
2018-03-13 14:10     ` Patrice CHOTARD
2018-03-13 15:23 ` [PATCH v3 00/10] splash screen on the stm32f769 disco board Daniel Vetter
2018-03-13 15:23   ` [U-Boot] " Daniel Vetter
2018-03-13 15:23   ` Daniel Vetter
2018-03-13 20:50   ` Anatolij Gustschin [this message]
2018-03-13 20:50     ` [U-Boot] " Anatolij Gustschin
2018-03-13 20:50     ` Anatolij Gustschin
2018-03-13 21:00     ` Brian Norris
2018-03-13 21:00       ` [U-Boot] " Brian Norris
2018-03-13 21:00       ` Brian Norris
2018-03-13 22:50   ` Thierry Reding
2018-03-13 22:50   ` Thierry Reding
2018-03-13 22:50     ` [U-Boot] " Thierry Reding

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=20180313214737.62ef82c8@crub \
    --to=agust@denx.de \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=a.hajda@samsung.com \
    --cc=architt@codeaurora.org \
    --cc=bhumirks@gmail.com \
    --cc=briannorris@chromium.org \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gustavo@padovan.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=yannick.fertre@st.com \
    /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.