All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Torgue <alexandre.torgue-qxv4g6HH51o@public.gmane.org>
To: Yannick Fertre <yannick.fertre-qxv4g6HH51o@public.gmane.org>,
	Thierry Reding
	<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	David Airlie <airlied-cv59FeDIM0c@public.gmane.org>,
	Maxime Coquelin
	<mcoquelin.stm32-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
	Benjamin Gaignard
	<benjamin.gaignard-qxv4g6HH51o@public.gmane.org>
Cc: Philippe Cornu <philippe.cornu-qxv4g6HH51o@public.gmane.org>,
	Mickael Reulier <mickael.reulier-qxv4g6HH51o@public.gmane.org>,
	Gabriel FERNANDEZ
	<gabriel.fernandez-qxv4g6HH51o@public.gmane.org>,
	Vincent Abriou <vincent.abriou-qxv4g6HH51o@public.gmane.org>,
	Fabien Dessenne <fabien.dessenne-qxv4g6HH51o@public.gmane.org>,
	kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v4 7/8] ARM: configs: Add STM32 LTDC support in STM32 defconfig
Date: Thu, 23 Mar 2017 18:26:04 +0100	[thread overview]
Message-ID: <583a98e7-bff5-1875-385f-a53569393035@st.com> (raw)
In-Reply-To: <1489597334-16896-8-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>

Hi

On 03/15/2017 06:02 PM, Yannick Fertre wrote:
> Signed-off-by: Yannick Fertre <yannick.fertre-qxv4g6HH51o@public.gmane.org>
> ---

Can you change commit header by:" ARM: config: stm32: Add LTDC support"
and can you fill a commit message please ?

>  arch/arm/configs/stm32_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
> index 436240d..9c6ba54e 100644
> --- a/arch/arm/configs/stm32_defconfig
> +++ b/arch/arm/configs/stm32_defconfig
> @@ -49,6 +49,7 @@ CONFIG_SERIAL_STM32=y
>  CONFIG_SERIAL_STM32_CONSOLE=y
>  # CONFIG_HW_RANDOM is not set
>  # CONFIG_HWMON is not set
> +CONFIG_DRM=y
>  CONFIG_MFD_SYSCON=y
>  # CONFIG_USB_SUPPORT is not set
>  CONFIG_NEW_LEDS=y
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: alexandre.torgue@st.com (Alexandre Torgue)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 7/8] ARM: configs: Add STM32 LTDC support in STM32 defconfig
Date: Thu, 23 Mar 2017 18:26:04 +0100	[thread overview]
Message-ID: <583a98e7-bff5-1875-385f-a53569393035@st.com> (raw)
In-Reply-To: <1489597334-16896-8-git-send-email-yannick.fertre@st.com>

Hi

On 03/15/2017 06:02 PM, Yannick Fertre wrote:
> Signed-off-by: Yannick Fertre <yannick.fertre@st.com>
> ---

Can you change commit header by:" ARM: config: stm32: Add LTDC support"
and can you fill a commit message please ?

>  arch/arm/configs/stm32_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
> index 436240d..9c6ba54e 100644
> --- a/arch/arm/configs/stm32_defconfig
> +++ b/arch/arm/configs/stm32_defconfig
> @@ -49,6 +49,7 @@ CONFIG_SERIAL_STM32=y
>  CONFIG_SERIAL_STM32_CONSOLE=y
>  # CONFIG_HW_RANDOM is not set
>  # CONFIG_HWMON is not set
> +CONFIG_DRM=y
>  CONFIG_MFD_SYSCON=y
>  # CONFIG_USB_SUPPORT is not set
>  CONFIG_NEW_LEDS=y
>

  parent reply	other threads:[~2017-03-23 17:26 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-15 17:02 [PATCH v4 0/8] STM32 LCD-TFT display controller Yannick Fertre
2017-03-15 17:02 ` Yannick Fertre
2017-03-15 17:02 ` [PATCH v4 1/8] dt-bindings: display: add STM32 LTDC driver Yannick Fertre
2017-03-15 17:02   ` Yannick Fertre
2017-03-21 20:54   ` Eric Anholt
2017-03-21 20:54     ` Eric Anholt
2017-03-15 17:02 ` [PATCH v4 2/8] drm/stm: Add " Yannick Fertre
2017-03-15 17:02   ` Yannick Fertre
     [not found]   ` <1489597334-16896-3-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-03-21 20:55     ` Eric Anholt
2017-03-21 20:55       ` Eric Anholt
2017-03-28  9:34       ` Yannick FERTRE
2017-03-28  9:34         ` Yannick FERTRE
2017-03-15 17:02 ` [PATCH v4 3/8] dt-bindings: Add Ampire AM-480272H3TMQW-T01H panel Yannick Fertre
2017-03-15 17:02   ` Yannick Fertre
     [not found]   ` <1489597334-16896-4-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-03-24  2:13     ` Rob Herring
2017-03-24  2:13       ` Rob Herring
2017-03-15 17:02 ` [PATCH v4 4/8] drm/panel: simple: Add support for Ampire AM-480272H3TMQW-T01H Yannick Fertre
2017-03-15 17:02   ` Yannick Fertre
2017-03-15 17:02 ` [PATCH v4 5/8] ARM: dts: stm32: Add ltdc support on stm32f429 MCU Yannick Fertre
2017-03-15 17:02   ` Yannick Fertre
2017-03-15 17:02 ` [PATCH v4 6/8] ARM: dts: stm32: Enable ltdc & simple panel on stm32f429-Eval board Yannick Fertre
2017-03-15 17:02   ` Yannick Fertre
2017-03-15 17:02 ` [PATCH v4 7/8] ARM: configs: Add STM32 LTDC support in STM32 defconfig Yannick Fertre
2017-03-15 17:02   ` Yannick Fertre
     [not found]   ` <1489597334-16896-8-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-03-23 17:26     ` Alexandre Torgue [this message]
2017-03-23 17:26       ` Alexandre Torgue
2017-03-15 17:02 ` [PATCH v4 8/8] ARM: configs: Add STM32 panel simple " Yannick Fertre
2017-03-15 17:02   ` Yannick Fertre
     [not found]   ` <1489597334-16896-9-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-03-23 17:26     ` Alexandre Torgue
2017-03-23 17:26       ` Alexandre Torgue

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=583a98e7-bff5-1875-385f-a53569393035@st.com \
    --to=alexandre.torgue-qxv4g6hh51o@public.gmane.org \
    --cc=airlied-cv59FeDIM0c@public.gmane.org \
    --cc=arnd-r2nGTMty4D4@public.gmane.org \
    --cc=benjamin.gaignard-qxv4g6HH51o@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=fabien.dessenne-qxv4g6HH51o@public.gmane.org \
    --cc=gabriel.fernandez-qxv4g6HH51o@public.gmane.org \
    --cc=kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=mcoquelin.stm32-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=mickael.reulier-qxv4g6HH51o@public.gmane.org \
    --cc=philippe.cornu-qxv4g6HH51o@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=vincent.abriou-qxv4g6HH51o@public.gmane.org \
    --cc=yannick.fertre-qxv4g6HH51o@public.gmane.org \
    /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.