linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] ARM: qcom: defconfig: socinfo + cleanup
@ 2022-07-26 15:06 Krzysztof Kozlowski
  2022-07-26 15:06 ` [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-26 15:06 UTC (permalink / raw)
  To: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm
  Cc: Krzysztof Kozlowski

Hi,

v1 from June [1] was did not hit Qualcomm patchwork due to missing maintainers
entry.

Changes in v3
=============
1. Three new patches for qcom, multi_v7 and arm64 defconfigs.
2. Add Rb tag.
3. Patch 5: resending although recently Arnd posted global rework.

Changes in v2
=============
Patch 1: no changes
Patch 2: new patch
Patch 3: resending although recently Arnd posted global rework.

[1] https://lore.kernel.org/all/20220623110535.177326-1-krzysztof.kozlowski@linaro.org/

Best regards,
Krzysztof

Krzysztof Kozlowski (5):
  ARM: qcom_defconfig: enable more Qualcomm drivers
  ARM: multi_v7_defconfig: enable more Qualcomm drivers
  arm64: defconfig: enable more Qualcomm drivers
  ARM: qcom: include defconfig in MAINTAINERS
  ARM: qcom_defconfig: order items with savedefconfig

 MAINTAINERS                         |  1 +
 arch/arm/configs/multi_v7_defconfig |  4 ++
 arch/arm/configs/qcom_defconfig     | 59 +++++++++++++++--------------
 arch/arm64/configs/defconfig        |  3 ++
 4 files changed, 39 insertions(+), 28 deletions(-)

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers
  2022-07-26 15:06 [PATCH v3 0/5] ARM: qcom: defconfig: socinfo + cleanup Krzysztof Kozlowski
@ 2022-07-26 15:06 ` Krzysztof Kozlowski
  2022-07-26 16:49   ` Dmitry Baryshkov
  2022-07-26 15:06 ` [PATCH v3 2/5] ARM: multi_v7_defconfig: " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 15+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-26 15:06 UTC (permalink / raw)
  To: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm
  Cc: Krzysztof Kozlowski

Enable Qualcomm drivers:
1. socinfo driver to provide some basic information about the
   SoC being used.
2. Remote filesystem memory driver (used in MSM8974).
3. RPM Power domain (used in MSM8226).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/configs/qcom_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
index 5cd935ee148a..f02448187eac 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -247,12 +247,15 @@ CONFIG_QCOM_COMMAND_DB=y
 CONFIG_QCOM_GSBI=y
 CONFIG_QCOM_OCMEM=y
 CONFIG_QCOM_PM=y
+CONFIG_QCOM_RMTFS_MEM=y
+CONFIG_QCOM_RPMPD=y
 CONFIG_QCOM_SMEM=y
 CONFIG_QCOM_SMD_RPM=y
 CONFIG_QCOM_SMP2P=y
 CONFIG_QCOM_SMSM=y
 CONFIG_QCOM_RPMH=y
 CONFIG_QCOM_RPMHPD=y
+CONFIG_QCOM_SOCINFO=y
 CONFIG_QCOM_WCNSS_CTRL=y
 CONFIG_EXTCON_QCOM_SPMI_MISC=y
 CONFIG_IIO=y
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH v3 2/5] ARM: multi_v7_defconfig: enable more Qualcomm drivers
  2022-07-26 15:06 [PATCH v3 0/5] ARM: qcom: defconfig: socinfo + cleanup Krzysztof Kozlowski
  2022-07-26 15:06 ` [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers Krzysztof Kozlowski
@ 2022-07-26 15:06 ` Krzysztof Kozlowski
  2022-07-26 16:49   ` Dmitry Baryshkov
  2022-07-26 15:06 ` [PATCH v3 3/5] arm64: defconfig: " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 15+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-26 15:06 UTC (permalink / raw)
  To: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm
  Cc: Krzysztof Kozlowski

Enable Qualcomm drivers:
1. Command DB (used in SDX55 and SDX65).
2. On Chip Memory - OCMEM (used in MSM8974)
3. RPMh and RPMh Power domain (used in SDX55 and SDX65).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/configs/multi_v7_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 5a5c772eedab..a23cdd352d23 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1070,9 +1070,13 @@ CONFIG_ASPEED_LPC_CTRL=m
 CONFIG_ASPEED_LPC_SNOOP=m
 CONFIG_ASPEED_P2A_CTRL=m
 CONFIG_RASPBERRYPI_POWER=y
+CONFIG_QCOM_COMMAND_DB=m
 CONFIG_QCOM_CPR=y
 CONFIG_QCOM_GSBI=y
+CONFIG_QCOM_OCMEM=m
 CONFIG_QCOM_RMTFS_MEM=m
+CONFIG_QCOM_RPMH=y
+CONFIG_QCOM_RPMHPD=y
 CONFIG_QCOM_RPMPD=y
 CONFIG_QCOM_SMEM=y
 CONFIG_QCOM_SMD_RPM=y
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH v3 3/5] arm64: defconfig: enable more Qualcomm drivers
  2022-07-26 15:06 [PATCH v3 0/5] ARM: qcom: defconfig: socinfo + cleanup Krzysztof Kozlowski
  2022-07-26 15:06 ` [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers Krzysztof Kozlowski
  2022-07-26 15:06 ` [PATCH v3 2/5] ARM: multi_v7_defconfig: " Krzysztof Kozlowski
@ 2022-07-26 15:06 ` Krzysztof Kozlowski
  2022-07-26 16:50   ` Dmitry Baryshkov
  2022-07-26 15:06 ` [PATCH v3 4/5] ARM: qcom: include defconfig in MAINTAINERS Krzysztof Kozlowski
  2022-07-26 15:06 ` [PATCH v3 5/5] ARM: qcom_defconfig: order items with savedefconfig Krzysztof Kozlowski
  4 siblings, 1 reply; 15+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-26 15:06 UTC (permalink / raw)
  To: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm
  Cc: Krzysztof Kozlowski

Enable Qualcomm drivers:
1. Last Level Cache Controller (many platforms supported).
2. On Chip Memory - OCMEM (used in MSM8992 and MSM8994)
3. Subsystem Power Manager - SPM (used in MSM8916 and SDM660).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 29d86eb839b7..eb9d48fedc0f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1112,6 +1112,8 @@ CONFIG_QCOM_AOSS_QMP=y
 CONFIG_QCOM_COMMAND_DB=y
 CONFIG_QCOM_CPR=y
 CONFIG_QCOM_GENI_SE=y
+CONFIG_QCOM_LLCC=m
+CONFIG_QCOM_OCMEM=m
 CONFIG_QCOM_RMTFS_MEM=m
 CONFIG_QCOM_RPMH=y
 CONFIG_QCOM_RPMHPD=y
@@ -1121,6 +1123,7 @@ CONFIG_QCOM_SMD_RPM=y
 CONFIG_QCOM_SMP2P=y
 CONFIG_QCOM_SMSM=y
 CONFIG_QCOM_SOCINFO=m
+CONFIG_QCOM_SPM=m
 CONFIG_QCOM_STATS=m
 CONFIG_QCOM_WCNSS_CTRL=m
 CONFIG_QCOM_APR=m
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH v3 4/5] ARM: qcom: include defconfig in MAINTAINERS
  2022-07-26 15:06 [PATCH v3 0/5] ARM: qcom: defconfig: socinfo + cleanup Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2022-07-26 15:06 ` [PATCH v3 3/5] arm64: defconfig: " Krzysztof Kozlowski
@ 2022-07-26 15:06 ` Krzysztof Kozlowski
  2022-07-26 15:06 ` [PATCH v3 5/5] ARM: qcom_defconfig: order items with savedefconfig Krzysztof Kozlowski
  4 siblings, 0 replies; 15+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-26 15:06 UTC (permalink / raw)
  To: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm
  Cc: Krzysztof Kozlowski

The ARM Qualcomm entry should cover also its defconfig.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9ca4dfecc047..5623fc9667af 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2582,6 +2582,7 @@ F:	Documentation/devicetree/bindings/*/qcom*
 F:	Documentation/devicetree/bindings/soc/qcom/
 F:	arch/arm/boot/dts/qcom-*.dts
 F:	arch/arm/boot/dts/qcom-*.dtsi
+F:	arch/arm/configs/qcom_defconfig
 F:	arch/arm/mach-qcom/
 F:	arch/arm64/boot/dts/qcom/
 F:	drivers/*/*/qcom*
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH v3 5/5] ARM: qcom_defconfig: order items with savedefconfig
  2022-07-26 15:06 [PATCH v3 0/5] ARM: qcom: defconfig: socinfo + cleanup Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2022-07-26 15:06 ` [PATCH v3 4/5] ARM: qcom: include defconfig in MAINTAINERS Krzysztof Kozlowski
@ 2022-07-26 15:06 ` Krzysztof Kozlowski
  2022-07-26 16:51   ` Dmitry Baryshkov
  4 siblings, 1 reply; 15+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-26 15:06 UTC (permalink / raw)
  To: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm
  Cc: Krzysztof Kozlowski

Run savedefconfig and order the entries, without removing or adding
anything.  This reduces conflicts, as new entries should not be added to
the end, and makes it easier to spot differences against actual config.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/configs/qcom_defconfig | 56 ++++++++++++++++-----------------
 1 file changed, 28 insertions(+), 28 deletions(-)

diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
index f02448187eac..1c7c864661fa 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -1,6 +1,7 @@
 CONFIG_SYSVIPC=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
+CONFIG_PREEMPT=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
 CONFIG_CGROUPS=y
@@ -10,29 +11,28 @@ CONFIG_EMBEDDED=y
 # CONFIG_SLUB_DEBUG is not set
 # CONFIG_COMPAT_BRK is not set
 CONFIG_PROFILING=y
-CONFIG_KPROBES=y
-CONFIG_MODULES=y
-CONFIG_MODULE_UNLOAD=y
-CONFIG_MODULE_FORCE_UNLOAD=y
-CONFIG_MODVERSIONS=y
-CONFIG_PARTITION_ADVANCED=y
 CONFIG_ARCH_QCOM=y
 CONFIG_ARCH_MSM8X60=y
 CONFIG_ARCH_MSM8960=y
 CONFIG_ARCH_MSM8974=y
 CONFIG_ARCH_MDM9615=y
-CONFIG_PCI=y
-CONFIG_PCI_MSI=y
-CONFIG_PCIE_QCOM=y
 CONFIG_SMP=y
-CONFIG_PREEMPT=y
+CONFIG_ARM_PSCI=y
 CONFIG_HIGHMEM=y
 CONFIG_ARM_APPENDED_DTB=y
 CONFIG_ARM_ATAG_DTB_COMPAT=y
+CONFIG_CPU_FREQ=y
+CONFIG_CPUFREQ_DT=y
 CONFIG_CPU_IDLE=y
 CONFIG_ARM_CPUIDLE=y
 CONFIG_VFP=y
 CONFIG_NEON=y
+CONFIG_KPROBES=y
+CONFIG_MODULES=y
+CONFIG_MODULE_UNLOAD=y
+CONFIG_MODULE_FORCE_UNLOAD=y
+CONFIG_MODVERSIONS=y
+CONFIG_PARTITION_ADVANCED=y
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
 CONFIG_CMA=y
 CONFIG_NET=y
@@ -56,15 +56,18 @@ CONFIG_BT_HCIUART_BCM=y
 CONFIG_CFG80211=m
 CONFIG_MAC80211=m
 CONFIG_RFKILL=y
+CONFIG_PCI=y
+CONFIG_PCI_MSI=y
+CONFIG_PCIE_QCOM=y
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
+CONFIG_MTD_QCOMSMEM_PARTS=y
 CONFIG_MTD_BLOCK=y
 CONFIG_MTD_M25P80=y
 CONFIG_MTD_RAW_NAND=y
 CONFIG_MTD_NAND_QCOM=y
 CONFIG_MTD_SPI_NOR=y
-CONFIG_MTD_QCOMSMEM_PARTS=y
 CONFIG_MTD_UBI=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
@@ -133,10 +136,10 @@ CONFIG_PINCTRL_MSM8660=y
 CONFIG_PINCTRL_MSM8960=y
 CONFIG_PINCTRL_MDM9615=y
 CONFIG_PINCTRL_MSM8X74=y
-CONFIG_PINCTRL_SDX55=y
 CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
 CONFIG_PINCTRL_QCOM_SSBI_PMIC=y
 CONFIG_GPIOLIB=y
+CONFIG_PINCTRL_SDX55=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_MSM=y
@@ -144,15 +147,17 @@ CONFIG_CHARGER_QCOM_SMBB=y
 CONFIG_CHARGER_BQ24190=m
 CONFIG_THERMAL=y
 CONFIG_QCOM_TSENS=y
+CONFIG_WATCHDOG=y
+CONFIG_QCOM_WDT=y
 CONFIG_MFD_PM8XXX=y
 CONFIG_MFD_QCOM_RPM=y
 CONFIG_MFD_SPMI_PMIC=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_QCOM_RPM=y
+CONFIG_REGULATOR_QCOM_RPMH=y
 CONFIG_REGULATOR_QCOM_SMD_RPM=y
 CONFIG_REGULATOR_QCOM_SPMI=y
-CONFIG_REGULATOR_QCOM_RPMH=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_DRM=y
 CONFIG_DRM_MSM=m
@@ -160,11 +165,11 @@ CONFIG_DRM_PANEL_SIMPLE=y
 CONFIG_DRM_PANEL_EDP=y
 CONFIG_DRM_ANALOGIX_ANX78XX=m
 CONFIG_FB=y
-CONFIG_FRAMEBUFFER_CONSOLE=y
 # CONFIG_LCD_CLASS_DEVICE is not set
 CONFIG_BACKLIGHT_CLASS_DEVICE=y
 CONFIG_BACKLIGHT_LM3630A=y
 CONFIG_BACKLIGHT_LP855X=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_DYNAMIC_MINORS=y
@@ -180,6 +185,7 @@ CONFIG_USB_MON=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_MSM=y
 CONFIG_USB_ACM=y
+CONFIG_USB_DWC3=y
 CONFIG_USB_CHIPIDEA=y
 CONFIG_USB_CHIPIDEA_UDC=y
 CONFIG_USB_CHIPIDEA_HOST=y
@@ -196,7 +202,6 @@ CONFIG_USB_CONFIGFS_ECM=y
 CONFIG_USB_CONFIGFS_F_FS=y
 CONFIG_USB_ULPI_BUS=y
 CONFIG_USB_ETH=m
-CONFIG_USB_DWC3=y
 CONFIG_MMC=y
 CONFIG_MMC_BLOCK_MINORS=32
 CONFIG_MMC_ARMMMCI=y
@@ -218,8 +223,8 @@ CONFIG_COMMON_CLK_QCOM=y
 CONFIG_QCOM_A7PLL=y
 CONFIG_QCOM_CLK_APCS_SDX55=y
 CONFIG_QCOM_CLK_RPM=y
-CONFIG_QCOM_CLK_RPMH=y
 CONFIG_QCOM_CLK_SMD_RPM=y
+CONFIG_QCOM_CLK_RPMH=y
 CONFIG_APQ_MMCC_8084=y
 CONFIG_IPQ_GCC_4019=y
 CONFIG_IPQ_LCC_806X=y
@@ -229,12 +234,12 @@ CONFIG_MDM_LCC_9615=y
 CONFIG_MSM_MMCC_8960=y
 CONFIG_MSM_MMCC_8974=y
 CONFIG_SDX_GCC_55=y
-CONFIG_MSM_IOMMU=y
-CONFIG_ARM_SMMU=y
 CONFIG_HWSPINLOCK=y
 CONFIG_HWSPINLOCK_QCOM=y
 CONFIG_MAILBOX=y
 CONFIG_QCOM_APCS_IPC=y
+CONFIG_MSM_IOMMU=y
+CONFIG_ARM_SMMU=y
 CONFIG_REMOTEPROC=y
 CONFIG_QCOM_ADSP_PIL=y
 CONFIG_QCOM_Q6V5_PAS=y
@@ -248,13 +253,13 @@ CONFIG_QCOM_GSBI=y
 CONFIG_QCOM_OCMEM=y
 CONFIG_QCOM_PM=y
 CONFIG_QCOM_RMTFS_MEM=y
+CONFIG_QCOM_RPMH=y
+CONFIG_QCOM_RPMHPD=y
 CONFIG_QCOM_RPMPD=y
 CONFIG_QCOM_SMEM=y
 CONFIG_QCOM_SMD_RPM=y
 CONFIG_QCOM_SMP2P=y
 CONFIG_QCOM_SMSM=y
-CONFIG_QCOM_RPMH=y
-CONFIG_QCOM_RPMHPD=y
 CONFIG_QCOM_SOCINFO=y
 CONFIG_QCOM_WCNSS_CTRL=y
 CONFIG_EXTCON_QCOM_SPMI_MISC=y
@@ -273,10 +278,10 @@ CONFIG_BMP280=y
 CONFIG_PWM=y
 CONFIG_PHY_QCOM_APQ8064_SATA=y
 CONFIG_PHY_QCOM_IPQ806X_SATA=y
-CONFIG_PHY_QCOM_USB_HS=y
-CONFIG_PHY_QCOM_USB_HSIC=y
 CONFIG_PHY_QCOM_QMP=y
+CONFIG_PHY_QCOM_USB_HS=y
 CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y
+CONFIG_PHY_QCOM_USB_HSIC=y
 CONFIG_QCOM_QFPROM=y
 CONFIG_INTERCONNECT=y
 CONFIG_INTERCONNECT_QCOM=y
@@ -302,8 +307,8 @@ CONFIG_CRYPTO_USER=m
 CONFIG_CRYPTO_USER_API=m
 CONFIG_CRYPTO_USER_API_HASH=m
 CONFIG_CRYPTO_USER_API_SKCIPHER=m
-CONFIG_CRYPTO_USER_API_AEAD=m
 CONFIG_CRYPTO_USER_API_RNG=m
+CONFIG_CRYPTO_USER_API_AEAD=m
 CONFIG_CRYPTO_DEV_QCOM_RNG=m
 CONFIG_DMA_CMA=y
 CONFIG_CMA_SIZE_MBYTES=64
@@ -313,8 +318,3 @@ CONFIG_DEBUG_INFO=y
 CONFIG_MAGIC_SYSRQ=y
 CONFIG_DEBUG_FS=y
 # CONFIG_SCHED_DEBUG is not set
-CONFIG_WATCHDOG=y
-CONFIG_QCOM_WDT=y
-CONFIG_ARM_PSCI=y
-CONFIG_CPU_FREQ=y
-CONFIG_CPUFREQ_DT=y
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers
  2022-07-26 15:06 ` [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers Krzysztof Kozlowski
@ 2022-07-26 16:49   ` Dmitry Baryshkov
  2022-07-26 17:30     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 15+ messages in thread
From: Dmitry Baryshkov @ 2022-07-26 16:49 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm

On Tue, 26 Jul 2022 at 18:06, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Enable Qualcomm drivers:
> 1. socinfo driver to provide some basic information about the
>    SoC being used.
> 2. Remote filesystem memory driver (used in MSM8974).
> 3. RPM Power domain (used in MSM8226).
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  arch/arm/configs/qcom_defconfig | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
> index 5cd935ee148a..f02448187eac 100644
> --- a/arch/arm/configs/qcom_defconfig
> +++ b/arch/arm/configs/qcom_defconfig
> @@ -247,12 +247,15 @@ CONFIG_QCOM_COMMAND_DB=y
>  CONFIG_QCOM_GSBI=y
>  CONFIG_QCOM_OCMEM=y
>  CONFIG_QCOM_PM=y
> +CONFIG_QCOM_RMTFS_MEM=y
> +CONFIG_QCOM_RPMPD=y
>  CONFIG_QCOM_SMEM=y
>  CONFIG_QCOM_SMD_RPM=y
>  CONFIG_QCOM_SMP2P=y
>  CONFIG_QCOM_SMSM=y
>  CONFIG_QCOM_RPMH=y
>  CONFIG_QCOM_RPMHPD=y
> +CONFIG_QCOM_SOCINFO=y

please add:
CONFIG_QCOM_STATS=y

>  CONFIG_QCOM_WCNSS_CTRL=y
>  CONFIG_EXTCON_QCOM_SPMI_MISC=y
>  CONFIG_IIO=y
> --
> 2.34.1
>


-- 
With best wishes
Dmitry

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 2/5] ARM: multi_v7_defconfig: enable more Qualcomm drivers
  2022-07-26 15:06 ` [PATCH v3 2/5] ARM: multi_v7_defconfig: " Krzysztof Kozlowski
@ 2022-07-26 16:49   ` Dmitry Baryshkov
  0 siblings, 0 replies; 15+ messages in thread
From: Dmitry Baryshkov @ 2022-07-26 16:49 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm

On Tue, 26 Jul 2022 at 18:06, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Enable Qualcomm drivers:
> 1. Command DB (used in SDX55 and SDX65).
> 2. On Chip Memory - OCMEM (used in MSM8974)
> 3. RPMh and RPMh Power domain (used in SDX55 and SDX65).
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  arch/arm/configs/multi_v7_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 5a5c772eedab..a23cdd352d23 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -1070,9 +1070,13 @@ CONFIG_ASPEED_LPC_CTRL=m
>  CONFIG_ASPEED_LPC_SNOOP=m
>  CONFIG_ASPEED_P2A_CTRL=m
>  CONFIG_RASPBERRYPI_POWER=y
> +CONFIG_QCOM_COMMAND_DB=m
>  CONFIG_QCOM_CPR=y
>  CONFIG_QCOM_GSBI=y
> +CONFIG_QCOM_OCMEM=m
>  CONFIG_QCOM_RMTFS_MEM=m
> +CONFIG_QCOM_RPMH=y
> +CONFIG_QCOM_RPMHPD=y
>  CONFIG_QCOM_RPMPD=y
>  CONFIG_QCOM_SMEM=y
>  CONFIG_QCOM_SMD_RPM=y

CONFIG_QOCM_STATS=m ?

> --
> 2.34.1
>


-- 
With best wishes
Dmitry

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 3/5] arm64: defconfig: enable more Qualcomm drivers
  2022-07-26 15:06 ` [PATCH v3 3/5] arm64: defconfig: " Krzysztof Kozlowski
@ 2022-07-26 16:50   ` Dmitry Baryshkov
  0 siblings, 0 replies; 15+ messages in thread
From: Dmitry Baryshkov @ 2022-07-26 16:50 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm

On Tue, 26 Jul 2022 at 18:06, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Enable Qualcomm drivers:
> 1. Last Level Cache Controller (many platforms supported).
> 2. On Chip Memory - OCMEM (used in MSM8992 and MSM8994)
> 3. Subsystem Power Manager - SPM (used in MSM8916 and SDM660).
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

> ---
>  arch/arm64/configs/defconfig | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 29d86eb839b7..eb9d48fedc0f 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1112,6 +1112,8 @@ CONFIG_QCOM_AOSS_QMP=y
>  CONFIG_QCOM_COMMAND_DB=y
>  CONFIG_QCOM_CPR=y
>  CONFIG_QCOM_GENI_SE=y
> +CONFIG_QCOM_LLCC=m
> +CONFIG_QCOM_OCMEM=m
>  CONFIG_QCOM_RMTFS_MEM=m
>  CONFIG_QCOM_RPMH=y
>  CONFIG_QCOM_RPMHPD=y
> @@ -1121,6 +1123,7 @@ CONFIG_QCOM_SMD_RPM=y
>  CONFIG_QCOM_SMP2P=y
>  CONFIG_QCOM_SMSM=y
>  CONFIG_QCOM_SOCINFO=m
> +CONFIG_QCOM_SPM=m
>  CONFIG_QCOM_STATS=m
>  CONFIG_QCOM_WCNSS_CTRL=m
>  CONFIG_QCOM_APR=m
> --
> 2.34.1
>


-- 
With best wishes
Dmitry

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 5/5] ARM: qcom_defconfig: order items with savedefconfig
  2022-07-26 15:06 ` [PATCH v3 5/5] ARM: qcom_defconfig: order items with savedefconfig Krzysztof Kozlowski
@ 2022-07-26 16:51   ` Dmitry Baryshkov
  0 siblings, 0 replies; 15+ messages in thread
From: Dmitry Baryshkov @ 2022-07-26 16:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm

On Tue, 26 Jul 2022 at 18:06, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Run savedefconfig and order the entries, without removing or adding
> anything.  This reduces conflicts, as new entries should not be added to
> the end, and makes it easier to spot differences against actual config.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

> ---
>  arch/arm/configs/qcom_defconfig | 56 ++++++++++++++++-----------------
>  1 file changed, 28 insertions(+), 28 deletions(-)



-- 
With best wishes
Dmitry

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers
  2022-07-26 16:49   ` Dmitry Baryshkov
@ 2022-07-26 17:30     ` Krzysztof Kozlowski
  2022-07-26 17:43       ` Dmitry Baryshkov
  2022-07-26 17:54       ` Stephan Gerhold
  0 siblings, 2 replies; 15+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-26 17:30 UTC (permalink / raw)
  To: Dmitry Baryshkov
  Cc: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm

On 26/07/2022 18:49, Dmitry Baryshkov wrote:
> On Tue, 26 Jul 2022 at 18:06, Krzysztof Kozlowski
> <krzysztof.kozlowski@linaro.org> wrote:
>>
>> Enable Qualcomm drivers:
>> 1. socinfo driver to provide some basic information about the
>>    SoC being used.
>> 2. Remote filesystem memory driver (used in MSM8974).
>> 3. RPM Power domain (used in MSM8226).
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>  arch/arm/configs/qcom_defconfig | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
>> index 5cd935ee148a..f02448187eac 100644
>> --- a/arch/arm/configs/qcom_defconfig
>> +++ b/arch/arm/configs/qcom_defconfig
>> @@ -247,12 +247,15 @@ CONFIG_QCOM_COMMAND_DB=y
>>  CONFIG_QCOM_GSBI=y
>>  CONFIG_QCOM_OCMEM=y
>>  CONFIG_QCOM_PM=y
>> +CONFIG_QCOM_RMTFS_MEM=y
>> +CONFIG_QCOM_RPMPD=y
>>  CONFIG_QCOM_SMEM=y
>>  CONFIG_QCOM_SMD_RPM=y
>>  CONFIG_QCOM_SMP2P=y
>>  CONFIG_QCOM_SMSM=y
>>  CONFIG_QCOM_RPMH=y
>>  CONFIG_QCOM_RPMHPD=y
>> +CONFIG_QCOM_SOCINFO=y
> 
> please add:
> CONFIG_QCOM_STATS=y

I was considering it, but it seems none of ARMv7 DTS use it.

Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers
  2022-07-26 17:30     ` Krzysztof Kozlowski
@ 2022-07-26 17:43       ` Dmitry Baryshkov
  2022-07-27  6:51         ` Krzysztof Kozlowski
  2022-07-26 17:54       ` Stephan Gerhold
  1 sibling, 1 reply; 15+ messages in thread
From: Dmitry Baryshkov @ 2022-07-26 17:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm

On 26/07/2022 20:30, Krzysztof Kozlowski wrote:
> On 26/07/2022 18:49, Dmitry Baryshkov wrote:
>> On Tue, 26 Jul 2022 at 18:06, Krzysztof Kozlowski
>> <krzysztof.kozlowski@linaro.org> wrote:
>>>
>>> Enable Qualcomm drivers:
>>> 1. socinfo driver to provide some basic information about the
>>>     SoC being used.
>>> 2. Remote filesystem memory driver (used in MSM8974).
>>> 3. RPM Power domain (used in MSM8226).
>>>
>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>> ---
>>>   arch/arm/configs/qcom_defconfig | 3 +++
>>>   1 file changed, 3 insertions(+)
>>>
>>> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
>>> index 5cd935ee148a..f02448187eac 100644
>>> --- a/arch/arm/configs/qcom_defconfig
>>> +++ b/arch/arm/configs/qcom_defconfig
>>> @@ -247,12 +247,15 @@ CONFIG_QCOM_COMMAND_DB=y
>>>   CONFIG_QCOM_GSBI=y
>>>   CONFIG_QCOM_OCMEM=y
>>>   CONFIG_QCOM_PM=y
>>> +CONFIG_QCOM_RMTFS_MEM=y
>>> +CONFIG_QCOM_RPMPD=y
>>>   CONFIG_QCOM_SMEM=y
>>>   CONFIG_QCOM_SMD_RPM=y
>>>   CONFIG_QCOM_SMP2P=y
>>>   CONFIG_QCOM_SMSM=y
>>>   CONFIG_QCOM_RPMH=y
>>>   CONFIG_QCOM_RPMHPD=y
>>> +CONFIG_QCOM_SOCINFO=y
>>
>> please add:
>> CONFIG_QCOM_STATS=y
> 
> I was considering it, but it seems none of ARMv7 DTS use it.

Argh. The driver has support for 8974 and 8084, but nobody has wired 
that up. I'd still suggest marking it as =y/=m. I'll send dtsi patches 
in parallel.

-- 
With best wishes
Dmitry

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers
  2022-07-26 17:30     ` Krzysztof Kozlowski
  2022-07-26 17:43       ` Dmitry Baryshkov
@ 2022-07-26 17:54       ` Stephan Gerhold
  2022-07-27  6:51         ` Krzysztof Kozlowski
  1 sibling, 1 reply; 15+ messages in thread
From: Stephan Gerhold @ 2022-07-26 17:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Dmitry Baryshkov, Russell King, Andy Gross, Bjorn Andersson,
	Konrad Dybcio, Catalin Marinas, Will Deacon, linux-kernel,
	linux-arm-kernel, linux-arm-msm

On Tue, Jul 26, 2022 at 07:30:12PM +0200, Krzysztof Kozlowski wrote:
> On 26/07/2022 18:49, Dmitry Baryshkov wrote:
> > On Tue, 26 Jul 2022 at 18:06, Krzysztof Kozlowski
> > <krzysztof.kozlowski@linaro.org> wrote:
> >>
> >> Enable Qualcomm drivers:
> >> 1. socinfo driver to provide some basic information about the
> >>    SoC being used.
> >> 2. Remote filesystem memory driver (used in MSM8974).
> >> 3. RPM Power domain (used in MSM8226).
> >>
> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> >> ---
> >>  arch/arm/configs/qcom_defconfig | 3 +++
> >>  1 file changed, 3 insertions(+)
> >>
> >> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
> >> index 5cd935ee148a..f02448187eac 100644
> >> --- a/arch/arm/configs/qcom_defconfig
> >> +++ b/arch/arm/configs/qcom_defconfig
> >> @@ -247,12 +247,15 @@ CONFIG_QCOM_COMMAND_DB=y
> >>  CONFIG_QCOM_GSBI=y
> >>  CONFIG_QCOM_OCMEM=y
> >>  CONFIG_QCOM_PM=y
> >> +CONFIG_QCOM_RMTFS_MEM=y
> >> +CONFIG_QCOM_RPMPD=y
> >>  CONFIG_QCOM_SMEM=y
> >>  CONFIG_QCOM_SMD_RPM=y
> >>  CONFIG_QCOM_SMP2P=y
> >>  CONFIG_QCOM_SMSM=y
> >>  CONFIG_QCOM_RPMH=y
> >>  CONFIG_QCOM_RPMHPD=y
> >> +CONFIG_QCOM_SOCINFO=y
> > 
> > please add:
> > CONFIG_QCOM_STATS=y
> 
> I was considering it, but it seems none of ARMv7 DTS use it.
> 

Some MSM8916 boards are used on ARMv7 (due to firmware limitations)
and the msm8916.dtsi has it. :)

Thanks,
Stephan

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers
  2022-07-26 17:54       ` Stephan Gerhold
@ 2022-07-27  6:51         ` Krzysztof Kozlowski
  0 siblings, 0 replies; 15+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-27  6:51 UTC (permalink / raw)
  To: Stephan Gerhold
  Cc: Dmitry Baryshkov, Russell King, Andy Gross, Bjorn Andersson,
	Konrad Dybcio, Catalin Marinas, Will Deacon, linux-kernel,
	linux-arm-kernel, linux-arm-msm

On 26/07/2022 19:54, Stephan Gerhold wrote:
> On Tue, Jul 26, 2022 at 07:30:12PM +0200, Krzysztof Kozlowski wrote:
>> On 26/07/2022 18:49, Dmitry Baryshkov wrote:
>>> On Tue, 26 Jul 2022 at 18:06, Krzysztof Kozlowski
>>> <krzysztof.kozlowski@linaro.org> wrote:
>>>>
>>>> Enable Qualcomm drivers:
>>>> 1. socinfo driver to provide some basic information about the
>>>>    SoC being used.
>>>> 2. Remote filesystem memory driver (used in MSM8974).
>>>> 3. RPM Power domain (used in MSM8226).
>>>>
>>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>>> ---
>>>>  arch/arm/configs/qcom_defconfig | 3 +++
>>>>  1 file changed, 3 insertions(+)
>>>>
>>>> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
>>>> index 5cd935ee148a..f02448187eac 100644
>>>> --- a/arch/arm/configs/qcom_defconfig
>>>> +++ b/arch/arm/configs/qcom_defconfig
>>>> @@ -247,12 +247,15 @@ CONFIG_QCOM_COMMAND_DB=y
>>>>  CONFIG_QCOM_GSBI=y
>>>>  CONFIG_QCOM_OCMEM=y
>>>>  CONFIG_QCOM_PM=y
>>>> +CONFIG_QCOM_RMTFS_MEM=y
>>>> +CONFIG_QCOM_RPMPD=y
>>>>  CONFIG_QCOM_SMEM=y
>>>>  CONFIG_QCOM_SMD_RPM=y
>>>>  CONFIG_QCOM_SMP2P=y
>>>>  CONFIG_QCOM_SMSM=y
>>>>  CONFIG_QCOM_RPMH=y
>>>>  CONFIG_QCOM_RPMHPD=y
>>>> +CONFIG_QCOM_SOCINFO=y
>>>
>>> please add:
>>> CONFIG_QCOM_STATS=y
>>
>> I was considering it, but it seems none of ARMv7 DTS use it.
>>
> 
> Some MSM8916 boards are used on ARMv7 (due to firmware limitations)
> and the msm8916.dtsi has it. :)

OK, thanks!


Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers
  2022-07-26 17:43       ` Dmitry Baryshkov
@ 2022-07-27  6:51         ` Krzysztof Kozlowski
  0 siblings, 0 replies; 15+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-27  6:51 UTC (permalink / raw)
  To: Dmitry Baryshkov
  Cc: Russell King, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Catalin Marinas, Will Deacon, linux-kernel, linux-arm-kernel,
	linux-arm-msm

On 26/07/2022 19:43, Dmitry Baryshkov wrote:

>> I was considering it, but it seems none of ARMv7 DTS use it.
> 
> Argh. The driver has support for 8974 and 8084, but nobody has wired 
> that up. I'd still suggest marking it as =y/=m. I'll send dtsi patches 
> in parallel.
> 

OK, that makes sense. I'll add it to defconfigs.

Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-07-27  6:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-26 15:06 [PATCH v3 0/5] ARM: qcom: defconfig: socinfo + cleanup Krzysztof Kozlowski
2022-07-26 15:06 ` [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers Krzysztof Kozlowski
2022-07-26 16:49   ` Dmitry Baryshkov
2022-07-26 17:30     ` Krzysztof Kozlowski
2022-07-26 17:43       ` Dmitry Baryshkov
2022-07-27  6:51         ` Krzysztof Kozlowski
2022-07-26 17:54       ` Stephan Gerhold
2022-07-27  6:51         ` Krzysztof Kozlowski
2022-07-26 15:06 ` [PATCH v3 2/5] ARM: multi_v7_defconfig: " Krzysztof Kozlowski
2022-07-26 16:49   ` Dmitry Baryshkov
2022-07-26 15:06 ` [PATCH v3 3/5] arm64: defconfig: " Krzysztof Kozlowski
2022-07-26 16:50   ` Dmitry Baryshkov
2022-07-26 15:06 ` [PATCH v3 4/5] ARM: qcom: include defconfig in MAINTAINERS Krzysztof Kozlowski
2022-07-26 15:06 ` [PATCH v3 5/5] ARM: qcom_defconfig: order items with savedefconfig Krzysztof Kozlowski
2022-07-26 16:51   ` Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).