Re: [PATCH v2 2/2] ipq40xx/snapdragon: Merge the two, more than 90% overlapping Qualcomm's Snapdrgon based arches, into one: "mach-snapdragon".

2022-11-12 Thread Andrey VOLKOV
Hi Marco, Tom, SYS_LOAD_ADDR has been fixed in the following patches. Could you check/validate? -- Regards Andrey VOLKOV Le 08/11/2022 à 16:26, Robert Marko a écrit : > On Sun, Nov 6, 2022 at 2:53 AM Andrey VOLKOV wrote: >> >> Signed-off-by: Andrey VOLKOV >> ---

[PATCH v3 2/2] ipq40xx/snapdragon: Merge the two, more than 90% overlapping Qualcomm's Snapdrgon based arches, into one: "mach-snapdragon".

2022-11-12 Thread Andrey VOLKOV
Signed-off-by: Andrey VOLKOV --- arch/arm/Kconfig | 19 +- arch/arm/Makefile | 1 - arch/arm/mach-ipq40xx/Kconfig | 15 -- arch/arm/mach-ipq40xx/Makefile| 9 - arch/arm/mach-ipq40xx/include/mach/gpio.h

[PATCH v3 1/2] SoC: qcom: Add missing Qualcomm's SOCs definitions to the arch KConfig

2022-11-12 Thread Andrey VOLKOV
-by: Andrey VOLKOV --- arch/arm/Kconfig | 1 - arch/arm/mach-snapdragon/Kconfig | 23 -- arch/arm/mach-snapdragon/Makefile | 31 ++- arch/arm/mach-snapdragon/pinctrl-snapdragon.c | 10 +- drivers/reset/reset-qcom.c

[PATCH v2 2/2] ipq40xx/snapdragon: Merge the two, more than 90% overlapping Qualcomm's Snapdrgon based arches, into one: "mach-snapdragon".

2022-11-05 Thread Andrey VOLKOV
Signed-off-by: Andrey VOLKOV --- arch/arm/Kconfig | 19 +- arch/arm/Makefile | 1 - arch/arm/mach-ipq40xx/Kconfig | 15 -- arch/arm/mach-ipq40xx/Makefile| 9 - arch/arm/mach-ipq40xx/include/mach/gpio.h

[PATCH v2 1/2] SoC: qcom: Add missing Qualcomm's SOCs definitions to the arch KConfig

2022-11-05 Thread Andrey VOLKOV
-by: Andrey VOLKOV --- arch/arm/Kconfig | 1 - arch/arm/mach-snapdragon/Kconfig | 23 -- arch/arm/mach-snapdragon/Makefile | 31 ++- arch/arm/mach-snapdragon/pinctrl-snapdragon.c | 10 +- drivers/reset/reset-qcom.c

Re: [PATCH 1/2] mach-snapdragon/mach-ipq40xx: fix, merge and refactoring

2022-11-05 Thread Andrey VOLKOV
Hi Robert, Tom, Updated patches are following, could you review/accept them? Le 04/11/2022 à 12:05, Robert Marko a écrit : > On Tue, Oct 25, 2022 at 3:31 AM Andrey Volkov wrote: >> SoC: qcom: Add missing Qualcomm's SOCs definitions to the arch KConfig >> >> From: Andrey VOL

[PATCH 2/2] mach-snapdragon/mach-ipq40xx: fix, merge and refactoring

2022-10-24 Thread Andrey Volkov
ipq40xx/snapdragon: Merge two, more than 90% overlapping Qualcomm's Snapdrgon based arches, into one: "mach-snapdragon". Signed-off-by: Andrey VOLKOV ---  arch/arm/Kconfig  |   19 ---  arch/arm/Makefile |    1  arch/arm/ma

[PATCH 1/2] mach-snapdragon/mach-ipq40xx: fix, merge and refactoring

2022-10-24 Thread Andrey Volkov
SoC: qcom: Add missing Qualcomm's SOCs definitions to the arch KConfig From: Andrey VOLKOV Add APQ8016/APQ8096/QCS40X decls to the KConfig, convert SDM845 declaration to the hidden one (selected by target), and update mach-snapdragon/Makefile accordingly. Also move 'CONFIG_ARM64' choice

[PATCH 0/2] mach-snapdragon/mach-ipq40xx: fix, merge and refactoring

2022-10-24 Thread Andrey Volkov
),   * the second one is a real merge. -- Regards Andrey VOLKOV