[PATCH v3 4/7] arm64: add Axiado SoC family

Harshit Shah posted 7 patches 3 months, 2 weeks ago
There is a newer version of this series
[PATCH v3 4/7] arm64: add Axiado SoC family
Posted by Harshit Shah 3 months, 2 weeks ago
This patch introduce ARCH_AXIADO to add the support of the Axiado
SoC for arm64 architecture.

Signed-off-by: Harshit Shah <hshah@axiado.com>
---
 arch/arm64/Kconfig.platforms | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index a541bb029aa4e1bee095ab3f44e3a52294905616..e998e1aff0fec4aca5e3bf2d0410f2578e25cb1d 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -40,6 +40,12 @@ config ARCH_APPLE
 	  This enables support for Apple's in-house ARM SoC family, such
 	  as the Apple M1.
 
+config ARCH_AXIADO
+	bool "Axiado SoC Family"
+	select GPIOLIB
+	help
+	  This enables support for Axiado SoC family like AX3000
+
 menuconfig ARCH_BCM
 	bool "Broadcom SoC Support"
 

-- 
2.25.1
Re: [PATCH v3 4/7] arm64: add Axiado SoC family
Posted by Krzysztof Kozlowski 3 months, 2 weeks ago
On 23/06/2025 19:28, Harshit Shah wrote:
> This patch introduce ARCH_AXIADO to add the support of the Axiado


Please do not use "This commit/patch/change", but imperative mood. See
longer explanation here:
https://elixir.bootlin.com/linux/v5.17.1/source/Documentation/process/submitting-patches.rst#L95

> SoC for arm64 architecture.
> 
> Signed-off-by: Harshit Shah <hshah@axiado.com>
> ---
>  arch/arm64/Kconfig.platforms | 6 ++++++

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Re: [PATCH v3 4/7] arm64: add Axiado SoC family
Posted by Harshit Shah 3 months, 2 weeks ago
On 6/23/2025 11:35 PM, Krzysztof Kozlowski wrote:
> CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
>
>
> On 23/06/2025 19:28, Harshit Shah wrote:
>> This patch introduce ARCH_AXIADO to add the support of the Axiado
>
> Please do not use "This commit/patch/change", but imperative mood. See
> longer explanation here:
> https://elixir.bootlin.com/linux/v5.17.1/source/Documentation/process/submitting-patches.rst#L95
Agreed. I will update this.
>
>> SoC for arm64 architecture.
>>
>> Signed-off-by: Harshit Shah <hshah@axiado.com>
>> ---
>>   arch/arm64/Kconfig.platforms | 6 ++++++
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>

Noted with thanks. I will take care from next patchset.

Regards,

Harshit.