public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: add support for ASR AquilaC SoC
@ 2019-03-23 14:05 qiaozhou
  0 siblings, 0 replies; 6+ messages in thread
From: qiaozhou @ 2019-03-23 14:05 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, linux-arm-kernel, linux-kernel; +Cc: Qiao Zhou

From: Qiao Zhou <qiaozhou@asrmicro.com>

Add ARCH_ASR

Signed-off-by: qiaozhou <qiaozhou@asrmicro.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] arm64: add support for ASR AquilaC SoC
@ 2019-03-24  0:58 qiaozhou
  2019-03-26  8:12 ` Dan Carpenter
  0 siblings, 1 reply; 6+ messages in thread
From: qiaozhou @ 2019-03-24  0:58 UTC (permalink / raw)
  To: Dan Carpenter, linux-kernel; +Cc: Qiao Zhou

From: Qiao Zhou <qiaozhou@asrmicro.com>

Add ARCH_ASR

Signed-off-by: qiaozhou <qiaozhou@asrmicro.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] arm64: add support for ASR AquilaC SoC
@ 2019-03-25  6:06 qiaozhou
  0 siblings, 0 replies; 6+ messages in thread
From: qiaozhou @ 2019-03-25  6:06 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, linux-arm-kernel, linux-kernel; +Cc: Qiao Zhou

From: Qiao Zhou <qiaozhou@asrmicro.com>

Add ARCH_ASR

Signed-off-by: qiaozhou <qiaozhou@asrmicro.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: add support for ASR AquilaC SoC
  2019-03-24  0:58 [PATCH] arm64: add support for ASR AquilaC SoC qiaozhou
@ 2019-03-26  8:12 ` Dan Carpenter
  2019-03-26  9:19   ` qiaozhou
  2019-03-27  7:15   ` Zhou Qiao(周侨)
  0 siblings, 2 replies; 6+ messages in thread
From: Dan Carpenter @ 2019-03-26  8:12 UTC (permalink / raw)
  To: qiaozhou; +Cc: linux-kernel


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

$ ./scripts/get_maintainer.pl -f arch/arm64/Kconfig.platforms
Catalin Marinas <catalin.marinas@arm.com> (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE))
Will Deacon <will.deacon@arm.com> (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE))
linux-arm-kernel@lists.infradead.org (moderated list:ARM64 PORT (AARCH64 ARCHITECTURE))
linux-kernel@vger.kernel.org (open list)


On Sun, Mar 24, 2019 at 08:58:03AM +0800, qiaozhou wrote:
> From: Qiao Zhou <qiaozhou@asrmicro.com>
> 
> Add ARCH_ASR

You'll need to expand this.

> 
> Signed-off-by: qiaozhou <qiaozhou@asrmicro.com>
                 ^^^^^^^^
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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: add support for ASR AquilaC SoC
  2019-03-26  8:12 ` Dan Carpenter
@ 2019-03-26  9:19   ` qiaozhou
  2019-03-27  7:15   ` Zhou Qiao(周侨)
  1 sibling, 0 replies; 6+ messages in thread
From: qiaozhou @ 2019-03-26  9:19 UTC (permalink / raw)
  To: Dan Carpenter; +Cc: linux-kernel



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 <catalin.marinas@arm.com> (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE))
> Will Deacon <will.deacon@arm.com> (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE))
> linux-arm-kernel@lists.infradead.org (moderated list:ARM64 PORT (AARCH64 ARCHITECTURE))
> linux-kernel@vger.kernel.org (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 <qiaozhou@asrmicro.com>
>>
>> Add ARCH_ASR
> 
> You'll need to expand this.
Yes, I'll add more description.
> 
>>
>> Signed-off-by: qiaozhou <qiaozhou@asrmicro.com>
>                   ^^^^^^^^
> 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
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: add support for ASR AquilaC SoC
  2019-03-26  8:12 ` Dan Carpenter
  2019-03-26  9:19   ` qiaozhou
@ 2019-03-27  7:15   ` Zhou Qiao(周侨)
  1 sibling, 0 replies; 6+ messages in thread
From: Zhou Qiao(周侨) @ 2019-03-27  7:15 UTC (permalink / raw)
  To: Dan Carpenter; +Cc: linux-kernel@vger.kernel.org

On 2019/3/26 下午4:13, Dan Carpenter wrote:
> I'm not the right person to send this to...
>
> $ ./scripts/get_maintainer.pl -f arch/arm64/Kconfig.platforms
> Catalin Marinas <catalin.marinas@arm.com> (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE))
> Will Deacon <will.deacon@arm.com> (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE))
> linux-arm-kernel@lists.infradead.org (moderated list:ARM64 PORT (AARCH64 ARCHITECTURE))
> linux-kernel@vger.kernel.org (open list)
I'll send it to Catalin and Will.  Thanks a lot for your reviewing.
>
>
> On Sun, Mar 24, 2019 at 08:58:03AM +0800, qiaozhou wrote:
>> From: Qiao Zhou <qiaozhou@asrmicro.com>
>>
>> Add ARCH_ASR
> You'll need to expand this.
Yes, I'll add more description.
>
>> Signed-off-by: qiaozhou <qiaozhou@asrmicro.com>
>                  ^^^^^^^^
> 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 refine the patches and resend V2 patch set. Thanks.
>
> regards,
> dan carpenter
>
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-27  7:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-24  0:58 [PATCH] arm64: add support for ASR AquilaC SoC qiaozhou
2019-03-26  8:12 ` Dan Carpenter
2019-03-26  9:19   ` qiaozhou
2019-03-27  7:15   ` Zhou Qiao(周侨)
  -- strict thread matches above, loose matches on Subject: below --
2019-03-25  6:06 qiaozhou
2019-03-23 14:05 qiaozhou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox