2019-03-24 00:59:25

by Zhou Qiao(周侨)

[permalink] [raw]
Subject: [PATCH] arm64: add support for ASR AquilaC SoC

From: Qiao Zhou <[email protected]>

Add ARCH_ASR

Signed-off-by: qiaozhou <[email protected]>
---
arch/arm64/Kconfig.platforms | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 70498a0..da8d43a 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -278,4 +278,10 @@ config ARCH_ZYNQMP
help
This enables support for Xilinx ZynqMP Family

+config ARCH_ASR
+ bool "ASR Microelectronics chip Family"
+ select PINCTRL
+ help
+ This enables support for ASR Microelectronics chip Family, including:
+ - ASR 8751C SoC
endmenu
--
2.7.4



2019-03-26 08:14:20

by Dan Carpenter

[permalink] [raw]
Subject: Re: [PATCH] arm64: add support for ASR AquilaC SoC


I'm not the right person to send this to...

$ ./scripts/get_maintainer.pl -f arch/arm64/Kconfig.platforms
Catalin Marinas <[email protected]> (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE))
Will Deacon <[email protected]> (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE))
[email protected] (moderated list:ARM64 PORT (AARCH64 ARCHITECTURE))
[email protected] (open list)


On Sun, Mar 24, 2019 at 08:58:03AM +0800, qiaozhou wrote:
> From: Qiao Zhou <[email protected]>
>
> Add ARCH_ASR

You'll need to expand this.

>
> Signed-off-by: qiaozhou <[email protected]>
^^^^^^^^
Use Qiao Zhou so it matches the From header.


> ---
> arch/arm64/Kconfig.platforms | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 70498a0..da8d43a 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -278,4 +278,10 @@ config ARCH_ZYNQMP
> help
> This enables support for Xilinx ZynqMP Family
>
> +config ARCH_ASR
> + bool "ASR Microelectronics chip Family"
> + select PINCTRL
> + help
> + This enables support for ASR Microelectronics chip Family, including:
> + - ASR 8751C SoC
> endmenu

Was this supposed to be part of the patch you sent earlier? You will
need to resend that one as a v2 patch.

regards,
dan carpenter


2019-03-26 09:22:02

by Zhou Qiao(周侨)

[permalink] [raw]
Subject: Re: [PATCH] arm64: add support for ASR AquilaC SoC



On 2019/3/26 下午4:12, Dan Carpenter wrote:
>
> I'm not the right person to send this to...
>
> $ ./scripts/get_maintainer.pl -f arch/arm64/Kconfig.platforms
> Catalin Marinas <[email protected]> (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE))
> Will Deacon <[email protected]> (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE))
> [email protected] (moderated list:ARM64 PORT (AARCH64 ARCHITECTURE))
> [email protected] (open list)
I'll send to Will and Catalin next time.
>
>
> On Sun, Mar 24, 2019 at 08:58:03AM +0800, qiaozhou wrote:
>> From: Qiao Zhou <[email protected]>
>>
>> Add ARCH_ASR
>
> You'll need to expand this.
Yes, I'll add more description.
>
>>
>> Signed-off-by: qiaozhou <[email protected]>
> ^^^^^^^^
> Use Qiao Zhou so it matches the From header.
ok.
>
>
>> ---
>> arch/arm64/Kconfig.platforms | 6 ++++++
>> 1 file changed, 6 insertions(+)
>>
>> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
>> index 70498a0..da8d43a 100644
>> --- a/arch/arm64/Kconfig.platforms
>> +++ b/arch/arm64/Kconfig.platforms
>> @@ -278,4 +278,10 @@ config ARCH_ZYNQMP
>> help
>> This enables support for Xilinx ZynqMP Family
>>
>> +config ARCH_ASR
>> + bool "ASR Microelectronics chip Family"
>> + select PINCTRL
>> + help
>> + This enables support for ASR Microelectronics chip Family, including:
>> + - ASR 8751C SoC
>> endmenu
>
> Was this supposed to be part of the patch you sent earlier? You will
> need to resend that one as a v2 patch.
Yes. I'll send a v2 patch. thanks a lot for reviewing.
>
> regards,
> dan carpenter
>