All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: linux-meson@googlegroups.com
Cc: "Carlo Caione" <carlo@caione.org>,
	linux-arm-kernel@lists.infradead.org,
	"Matthias Brugger" <mbrugger@suse.com>,
	"Nicolas Saenz" <nicolassaenzj@gmail.com>,
	"Andreas Färber" <afaerber@suse.de>,
	"Catalin Marinas" <catalin.marinas@arm.com>,
	"Will Deacon" <will.deacon@arm.com>,
	linux-kernel@vger.kernel.org (open list)
Subject: [PATCH v2 1/6] ARM64: Enable Amlogic Meson GXBaby platform
Date: Wed,  2 Mar 2016 03:34:56 +0100	[thread overview]
Message-ID: <1456886101-22967-2-git-send-email-afaerber@suse.de> (raw)
In-Reply-To: <1456886101-22967-1-git-send-email-afaerber@suse.de>

Provide the ARCH_MESON Kconfig symbol to allow enabling existing serial
and i2c drivers.

Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 v1 -> v2:
 * Dropped ARM_GIC selection (Sudeep)
 
 arch/arm64/Kconfig.platforms | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index a0a69589e46c..a14e024b63a9 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -56,6 +56,11 @@ config ARCH_MEDIATEK
 	help
 	  Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
 
+config ARCH_MESON
+	bool "Amlogic Platforms"
+	help
+	  This enables support for the Amlogic S905 SoCs.
+
 config ARCH_MVEBU
 	bool "Marvell EBU SoC Family"
 	select ARMADA_AP806_CORE_CLK
-- 
2.6.2

WARNING: multiple messages have this Message-ID (diff)
From: afaerber@suse.de (Andreas Färber)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/6] ARM64: Enable Amlogic Meson GXBaby platform
Date: Wed,  2 Mar 2016 03:34:56 +0100	[thread overview]
Message-ID: <1456886101-22967-2-git-send-email-afaerber@suse.de> (raw)
In-Reply-To: <1456886101-22967-1-git-send-email-afaerber@suse.de>

Provide the ARCH_MESON Kconfig symbol to allow enabling existing serial
and i2c drivers.

Signed-off-by: Andreas F?rber <afaerber@suse.de>
---
 v1 -> v2:
 * Dropped ARM_GIC selection (Sudeep)
 
 arch/arm64/Kconfig.platforms | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index a0a69589e46c..a14e024b63a9 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -56,6 +56,11 @@ config ARCH_MEDIATEK
 	help
 	  Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
 
+config ARCH_MESON
+	bool "Amlogic Platforms"
+	help
+	  This enables support for the Amlogic S905 SoCs.
+
 config ARCH_MVEBU
 	bool "Marvell EBU SoC Family"
 	select ARMADA_AP806_CORE_CLK
-- 
2.6.2

  reply	other threads:[~2016-03-02  2:35 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-02  2:34 [PATCH v2 0/6] ARM64: meson: GXBaby (S905) and Vega S95 enablement Andreas Färber
2016-03-02  2:34 ` Andreas Färber
2016-03-02  2:34 ` Andreas Färber
2016-03-02  2:34 ` Andreas Färber [this message]
2016-03-02  2:34   ` [PATCH v2 1/6] ARM64: Enable Amlogic Meson GXBaby platform Andreas Färber
2016-03-02  2:34 ` [PATCH v2 2/6] devicetree: bindings: Add vendor prefix for Tronsmart Andreas Färber
2016-03-02  2:34   ` Andreas Färber
2016-03-02  2:34   ` Andreas Färber
2016-03-02  2:34 ` [PATCH v2 3/6] Documentation: devicetree: amlogic: Document Meson GXBaby Andreas Färber
2016-03-02  2:34   ` Andreas Färber
2016-03-02  2:34   ` Andreas Färber
2016-03-05  4:27   ` Rob Herring
2016-03-05  4:27     ` Rob Herring
2016-03-05  4:27     ` Rob Herring
2016-03-02  2:34 ` [PATCH v2 4/6] ARM64: dts: Prepare configs for Amlogic " Andreas Färber
2016-03-02  2:34   ` Andreas Färber
2016-03-02  2:34   ` Andreas Färber
2016-03-02  2:35 ` [PATCH v2 5/6] Documentation: devicetree: amlogic: Document Tronsmart Vega S95 boards Andreas Färber
2016-03-02  2:35   ` Andreas Färber
2016-03-02  2:35   ` Andreas Färber
2016-03-05  4:27   ` Rob Herring
2016-03-05  4:27     ` Rob Herring
2016-03-05  4:27     ` Rob Herring
2016-03-02  2:35 ` [PATCH v2 6/6] ARM64: dts: amlogic: Add Tronsmart Vega S95 configs Andreas Färber
2016-03-02  2:35   ` Andreas Färber
2016-03-02  2:35   ` Andreas Färber
2016-03-02 13:52 ` [PATCH v2 0/6] ARM64: meson: GXBaby (S905) and Vega S95 enablement Mark Rutland
2016-03-02 13:52   ` Mark Rutland
2016-03-02 13:52   ` Mark Rutland
2016-03-02 14:31   ` Andreas Färber
2016-03-02 14:31     ` Andreas Färber
2016-03-02 14:31     ` Andreas Färber
2016-03-02 15:17     ` Mark Rutland
2016-03-02 15:17       ` Mark Rutland
2016-03-07  8:20 ` Carlo Caione
2016-03-07  8:20   ` Carlo Caione
2016-03-07  8:20   ` Carlo Caione
2016-03-21 22:36 ` Kevin Hilman
2016-03-21 22:36   ` Kevin Hilman
2016-03-21 22:36   ` Kevin Hilman
2016-03-22 20:29   ` Andreas Färber
2016-03-22 20:29     ` Andreas Färber
2016-03-22 20:29     ` Andreas Färber
2016-03-23  8:06     ` Carlo Caione
2016-03-23  8:06       ` Carlo Caione
2016-03-23  8:06       ` Carlo Caione
2016-03-23 18:10     ` Kevin Hilman
2016-03-23 18:10       ` Kevin Hilman

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=1456886101-22967-2-git-send-email-afaerber@suse.de \
    --to=afaerber@suse.de \
    --cc=carlo@caione.org \
    --cc=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-meson@googlegroups.com \
    --cc=mbrugger@suse.com \
    --cc=nicolassaenzj@gmail.com \
    --cc=will.deacon@arm.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.