From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751859AbdFKNE0 (ORCPT ); Sun, 11 Jun 2017 09:04:26 -0400 Received: from mx2.suse.de ([195.135.220.15]:43312 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751649AbdFKNEY (ORCPT ); Sun, 11 Jun 2017 09:04:24 -0400 Subject: Re: [PATCH v4 07/28] ARM64: Prepare Actions Semi S900 To: linux-arm-kernel@lists.infradead.org, Thomas Liau , Daniel Lezcano Cc: support@lemaker.org, =?UTF-8?B?5byg5aSp55uK?= , Catalin Marinas , 96boards@ucrobotics.com, Will Deacon , linux-kernel@vger.kernel.org, mp-cs@actions-semi.com, =?UTF-8?B?5YiY54Kc?= , =?UTF-8?B?5byg5Lic6aOO?= , Arnd Bergmann , Olof Johansson References: <20170606005426.26446-1-afaerber@suse.de> <20170606005426.26446-8-afaerber@suse.de> From: =?UTF-8?Q?Andreas_F=c3=a4rber?= Organization: SUSE Linux GmbH Message-ID: <7aa77b69-a5ac-f5a8-0c9c-87cc94f6122e@suse.de> Date: Sun, 11 Jun 2017 15:04:19 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170606005426.26446-8-afaerber@suse.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 06.06.2017 um 02:54 schrieb Andreas Färber: > Add ARCH_ACTIONS. > > Signed-off-by: Andreas Färber > --- > v3 -> v4: Unchanged > > v2 -> v3: > * Selected clocksource driver > > v1 -> v2: > * Renamed ARCH_OWL to ARCH_ACTION (Arnd) > > arch/arm64/Kconfig.platforms | 6 ++++++ > 1 file changed, 6 insertions(+) To make a start somewhere, given Daniel's ack for OWL_TIMER, I'm applying this to my new linux-actions.git v4.13/arm64 branch: https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git/log/?h=v4.13/arm64 For arm I'm still giving Actions Semi a final chance to comment on the vendor prefix and DT bindings (none on v3 and none for a week for v4). Regards, Andreas > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 9a6f50fed239..7b0615161750 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -1,5 +1,11 @@ > menu "Platform selection" > > +config ARCH_ACTIONS > + bool "Actions Semi Platforms" > + select OWL_TIMER > + help > + This enables support for the Actions Semiconductor S900 SoC family. > + > config ARCH_SUNXI > bool "Allwinner sunxi 64-bit SoC Family" > select ARCH_HAS_RESET_CONTROLLER -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) From mboxrd@z Thu Jan 1 00:00:00 1970 From: afaerber@suse.de (=?UTF-8?Q?Andreas_F=c3=a4rber?=) Date: Sun, 11 Jun 2017 15:04:19 +0200 Subject: [PATCH v4 07/28] ARM64: Prepare Actions Semi S900 In-Reply-To: <20170606005426.26446-8-afaerber@suse.de> References: <20170606005426.26446-1-afaerber@suse.de> <20170606005426.26446-8-afaerber@suse.de> Message-ID: <7aa77b69-a5ac-f5a8-0c9c-87cc94f6122e@suse.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Am 06.06.2017 um 02:54 schrieb Andreas F?rber: > Add ARCH_ACTIONS. > > Signed-off-by: Andreas F?rber > --- > v3 -> v4: Unchanged > > v2 -> v3: > * Selected clocksource driver > > v1 -> v2: > * Renamed ARCH_OWL to ARCH_ACTION (Arnd) > > arch/arm64/Kconfig.platforms | 6 ++++++ > 1 file changed, 6 insertions(+) To make a start somewhere, given Daniel's ack for OWL_TIMER, I'm applying this to my new linux-actions.git v4.13/arm64 branch: https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git/log/?h=v4.13/arm64 For arm I'm still giving Actions Semi a final chance to comment on the vendor prefix and DT bindings (none on v3 and none for a week for v4). Regards, Andreas > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 9a6f50fed239..7b0615161750 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -1,5 +1,11 @@ > menu "Platform selection" > > +config ARCH_ACTIONS > + bool "Actions Semi Platforms" > + select OWL_TIMER > + help > + This enables support for the Actions Semiconductor S900 SoC family. > + > config ARCH_SUNXI > bool "Allwinner sunxi 64-bit SoC Family" > select ARCH_HAS_RESET_CONTROLLER -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Felix Imend?rffer, Jane Smithard, Graham Norton HRB 21284 (AG N?rnberg)