All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Cc: Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>,
	Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org>,
	"moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
	patchwork-lst-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
Subject: Re: [PATCH 1/4] ARM64: add basic Kconfig symbols for i.MX8
Date: Mon, 22 Jan 2018 09:53:45 -0200	[thread overview]
Message-ID: <CAOMZO5D_siLLeAKkqDYA3w=uRLnc+aV6G_JDQHuGcO2gmKL-+g@mail.gmail.com> (raw)
In-Reply-To: <20180117183244.28303-1-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>

On Wed, Jan 17, 2018 at 4:32 PM, Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> wrote:
> Signed-off-by: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> ---
>  arch/arm64/Kconfig.platforms |  6 ++++++
>  drivers/soc/imx/Kconfig      | 12 ++++++++++++
>  2 files changed, 18 insertions(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 2401373565ff..2a22802d1f9e 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -131,6 +131,12 @@ config ARCH_MVEBU
>            - Armada 7K SoC Family
>            - Armada 8K SoC Family
>
> +config ARCH_MXC
> +       bool "ARMv8 based NXP i.MX SoC family"
> +       help
> +         This enabled support for the ARMv8 based SoCs in the

s/enabled/enables

Reviewed-by: Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org>
--
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: festevam@gmail.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] ARM64: add basic Kconfig symbols for i.MX8
Date: Mon, 22 Jan 2018 09:53:45 -0200	[thread overview]
Message-ID: <CAOMZO5D_siLLeAKkqDYA3w=uRLnc+aV6G_JDQHuGcO2gmKL-+g@mail.gmail.com> (raw)
In-Reply-To: <20180117183244.28303-1-l.stach@pengutronix.de>

On Wed, Jan 17, 2018 at 4:32 PM, Lucas Stach <l.stach@pengutronix.de> wrote:
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
>  arch/arm64/Kconfig.platforms |  6 ++++++
>  drivers/soc/imx/Kconfig      | 12 ++++++++++++
>  2 files changed, 18 insertions(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 2401373565ff..2a22802d1f9e 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -131,6 +131,12 @@ config ARCH_MVEBU
>            - Armada 7K SoC Family
>            - Armada 8K SoC Family
>
> +config ARCH_MXC
> +       bool "ARMv8 based NXP i.MX SoC family"
> +       help
> +         This enabled support for the ARMv8 based SoCs in the

s/enabled/enables

Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>

  parent reply	other threads:[~2018-01-22 11:53 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-17 18:32 [PATCH 1/4] ARM64: add basic Kconfig symbols for i.MX8 Lucas Stach
2018-01-17 18:32 ` Lucas Stach
     [not found] ` <20180117183244.28303-1-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2018-01-17 18:32   ` [PATCH 2/4] arm64: add basic DTS for i.MX8MQ Lucas Stach
2018-01-17 18:32     ` Lucas Stach
     [not found]     ` <20180117183244.28303-2-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2018-01-22 11:51       ` Arnd Bergmann
2018-01-22 11:51         ` Arnd Bergmann
2018-01-22 11:51         ` Arnd Bergmann
2018-01-22 11:57       ` Fabio Estevam
2018-01-22 11:57         ` Fabio Estevam
2018-01-22 14:47       ` Shawn Guo
2018-01-22 14:47         ` Shawn Guo
2018-01-22 15:11         ` Arnd Bergmann
2018-01-22 15:11           ` Arnd Bergmann
     [not found]           ` <CAK8P3a0Yq1WuUYih6WKbbjoGRwq-rCQ8OEpuyu0=-SOVV2MNLg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-22 17:50             ` Lucas Stach
2018-01-22 17:50               ` Lucas Stach
2018-01-23  1:40               ` Shawn Guo
2018-01-23  1:40                 ` Shawn Guo
2018-01-23 10:36       ` Shawn Guo
2018-01-23 10:36         ` Shawn Guo
2018-01-23 13:23         ` Lucas Stach
2018-01-23 13:23           ` Lucas Stach
     [not found]           ` <1516713799.25726.21.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2018-01-25  9:48             ` aisheng.dong-sgV2jX0FEOL9JmXXK+q4OQ
2018-01-25  9:48               ` aisheng.dong at codeaurora.org
     [not found]               ` <ebc8b28d5c2948131cc187ac8177395c-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-01-25 10:27                 ` Lucas Stach
2018-01-25 10:27                   ` Lucas Stach
     [not found]                   ` <1516876026.6411.23.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2018-01-25 12:34                     ` Dong Aisheng
2018-01-25 12:34                       ` Dong Aisheng
2018-02-02  7:27                 ` Shawn Guo
2018-02-02  7:27                   ` Shawn Guo
2018-01-29 17:45       ` Rob Herring
2018-01-29 17:45         ` Rob Herring
2018-01-29 17:55     ` Rob Herring
2018-01-29 17:55       ` Rob Herring
2018-01-29 18:00       ` Lucas Stach
2018-01-29 18:00         ` Lucas Stach
     [not found]         ` <1517248844.2804.16.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2018-01-30 14:55           ` Rob Herring
2018-01-30 14:55             ` Rob Herring
2018-01-17 18:32   ` [PATCH 3/4] arm64: add support for i.MX8M EVK board Lucas Stach
2018-01-17 18:32     ` Lucas Stach
2018-01-23 10:39     ` Shawn Guo
2018-01-23 10:39       ` Shawn Guo
2018-01-25 10:10       ` aisheng.dong-sgV2jX0FEOL9JmXXK+q4OQ
2018-01-25 10:10         ` aisheng.dong at codeaurora.org
     [not found]         ` <278bb44610b8a27826550732095aba03-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-01-25 10:31           ` Lucas Stach
2018-01-25 10:31             ` Lucas Stach
     [not found]             ` <1516876300.6411.25.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2018-01-25 10:49               ` Dong Aisheng
2018-01-25 10:49                 ` Dong Aisheng
     [not found]                 ` <2cac219f031a08ae2ac02a0624fe302f-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-01-25 11:09                   ` Lucas Stach
2018-01-25 11:09                     ` Lucas Stach
     [not found]                     ` <1516878582.6411.27.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2018-01-25 13:03                       ` Dong Aisheng
2018-01-25 13:03                         ` Dong Aisheng
     [not found]                         ` <2e5f5ec08b3165cb84115c12f9ddbd9e-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-01-25 18:03                           ` Lucas Stach
2018-01-25 18:03                             ` Lucas Stach
     [not found]                             ` <1516903397.6411.42.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2018-01-26  3:06                               ` A.s. Dong
2018-01-26  3:06                                 ` A.s. Dong
     [not found]     ` <20180117183244.28303-3-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2018-01-22 11:58       ` Fabio Estevam
2018-01-22 11:58         ` Fabio Estevam
2018-01-24 14:47       ` Baruch Siach
2018-01-24 14:47         ` Baruch Siach
     [not found]         ` <20180124144751.jt6y3uayhplzbjxf-MwjkAAnuF3khR1HGirfZ1z4kX+cae0hd@public.gmane.org>
2018-01-25  9:52           ` Baruch Siach
2018-01-25  9:52             ` Baruch Siach
2018-01-29 17:52       ` Rob Herring
2018-01-29 17:52         ` Rob Herring
2018-01-17 18:32   ` [PATCH 4/4] MAINTAINERS: add i.MX8 DT path to i.MX architecture Lucas Stach
2018-01-17 18:32     ` Lucas Stach
     [not found]     ` <20180117183244.28303-4-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2018-01-22 11:58       ` Fabio Estevam
2018-01-22 11:58         ` Fabio Estevam
2018-01-22 11:53   ` Fabio Estevam [this message]
2018-01-22 11:53     ` [PATCH 1/4] ARM64: add basic Kconfig symbols for i.MX8 Fabio Estevam

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='CAOMZO5D_siLLeAKkqDYA3w=uRLnc+aV6G_JDQHuGcO2gmKL-+g@mail.gmail.com' \
    --to=festevam-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=catalin.marinas-5wv7dgnIgG8@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=fabio.estevam-3arQi8VN3Tc@public.gmane.org \
    --cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
    --cc=l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=patchwork-lst-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=will.deacon-5wv7dgnIgG8@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.