linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410
@ 2017-01-04 13:35 Srinivas Kandagatla
  2017-01-04 13:35 ` [PATCH 1/5] ARM: qcom_defconfig: enable qcom rpm clk controller Srinivas Kandagatla
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Srinivas Kandagatla @ 2017-01-04 13:35 UTC (permalink / raw)
  To: Andy Gross
  Cc: arm, linux-arm-msm, Russell King, linux-arm-kernel, linux-kernel,
	Srinivas Kandagatla

This patchset adds configs required to get USB, SATA, PCIE, and tsens work on
top of mainline on APQ8064 based IFC6410 and SD-600EVAL board.

Srinivas Kandagatla (5):
  ARM: qcom_defconfig: enable qcom rpm clk controller
  ARM: qcom_defconfig: add usb related configs
  ARM: qcom_defconfig: add pcie and atl1c ethernet configs
  ARM: qcom_defconfig: add ahci configs
  ARM: qcom_defconfig: enable thermal sensors

 arch/arm/configs/qcom_defconfig | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

--
2.10.1

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

* [PATCH 1/5] ARM: qcom_defconfig: enable qcom rpm clk controller
  2017-01-04 13:35 [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410 Srinivas Kandagatla
@ 2017-01-04 13:35 ` Srinivas Kandagatla
  2017-01-04 13:35 ` [PATCH 2/5] ARM: qcom_defconfig: add usb related configs Srinivas Kandagatla
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Srinivas Kandagatla @ 2017-01-04 13:35 UTC (permalink / raw)
  To: Andy Gross
  Cc: arm, linux-arm-msm, Russell King, linux-arm-kernel, linux-kernel,
	Srinivas Kandagatla

rpm clock controller config is required for qcom scm driver, without
which the board fails to boot successfully.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 arch/arm/configs/qcom_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
index 8c3a010..dc27e51 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -157,6 +157,7 @@ CONFIG_DMADEVICES=y
 CONFIG_QCOM_BAM_DMA=y
 CONFIG_STAGING=y
 CONFIG_COMMON_CLK_QCOM=y
+CONFIG_QCOM_CLK_RPM=y
 CONFIG_APQ_MMCC_8084=y
 CONFIG_IPQ_LCC_806X=y
 CONFIG_MSM_GCC_8660=y
-- 
2.10.1

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

* [PATCH 2/5] ARM: qcom_defconfig: add usb related configs
  2017-01-04 13:35 [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410 Srinivas Kandagatla
  2017-01-04 13:35 ` [PATCH 1/5] ARM: qcom_defconfig: enable qcom rpm clk controller Srinivas Kandagatla
@ 2017-01-04 13:35 ` Srinivas Kandagatla
  2017-01-04 13:35 ` [PATCH 3/5] ARM: qcom_defconfig: add pcie and atl1c ethernet configs Srinivas Kandagatla
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Srinivas Kandagatla @ 2017-01-04 13:35 UTC (permalink / raw)
  To: Andy Gross
  Cc: arm, linux-arm-msm, Russell King, linux-arm-kernel, linux-kernel,
	Srinivas Kandagatla

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 arch/arm/configs/qcom_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
index dc27e51..9b2a1f0 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -137,10 +137,16 @@ CONFIG_SND_SOC=y
 CONFIG_HID_BATTERY_STRENGTH=y
 CONFIG_USB=y
 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
+CONFIG_USB_OTG=y
 CONFIG_USB_MON=y
 CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_MSM=y
 CONFIG_USB_ACM=y
+CONFIG_USB_CHIPIDEA=y
+CONFIG_USB_CHIPIDEA_UDC=y
+CONFIG_USB_CHIPIDEA_HOST=y
 CONFIG_USB_SERIAL=y
+CONFIG_USB_MSM_OTG=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_GADGET_DEBUG_FILES=y
 CONFIG_USB_GADGET_VBUS_DRAW=500
-- 
2.10.1

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

* [PATCH 3/5] ARM: qcom_defconfig: add pcie and atl1c ethernet configs
  2017-01-04 13:35 [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410 Srinivas Kandagatla
  2017-01-04 13:35 ` [PATCH 1/5] ARM: qcom_defconfig: enable qcom rpm clk controller Srinivas Kandagatla
  2017-01-04 13:35 ` [PATCH 2/5] ARM: qcom_defconfig: add usb related configs Srinivas Kandagatla
@ 2017-01-04 13:35 ` Srinivas Kandagatla
  2017-01-04 13:35 ` [PATCH 4/5] ARM: qcom_defconfig: add ahci configs Srinivas Kandagatla
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Srinivas Kandagatla @ 2017-01-04 13:35 UTC (permalink / raw)
  To: Andy Gross
  Cc: arm, linux-arm-msm, Russell King, linux-arm-kernel, linux-kernel,
	Srinivas Kandagatla

IFC6410 board has PCIE based ATL1C ethernet controller, so enable related configs.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 arch/arm/configs/qcom_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
index 9b2a1f0..255b9f6 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -24,6 +24,9 @@ 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_HAVE_ARM_ARCH_TIMER=y
 CONFIG_PREEMPT=y
@@ -70,6 +73,7 @@ CONFIG_SCSI_LOGGING=y
 CONFIG_SCSI_SCAN_ASYNC=y
 CONFIG_NETDEVICES=y
 CONFIG_DUMMY=y
+CONFIG_ATL1C=y
 CONFIG_KS8851=y
 CONFIG_MDIO_BITBANG=y
 CONFIG_MDIO_GPIO=y
-- 
2.10.1

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

* [PATCH 4/5] ARM: qcom_defconfig: add ahci configs
  2017-01-04 13:35 [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410 Srinivas Kandagatla
                   ` (2 preceding siblings ...)
  2017-01-04 13:35 ` [PATCH 3/5] ARM: qcom_defconfig: add pcie and atl1c ethernet configs Srinivas Kandagatla
@ 2017-01-04 13:35 ` Srinivas Kandagatla
  2017-01-04 13:35 ` [PATCH 5/5] ARM: qcom_defconfig: enable thermal sensors Srinivas Kandagatla
  2017-01-04 22:33 ` [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410 Olof Johansson
  5 siblings, 0 replies; 7+ messages in thread
From: Srinivas Kandagatla @ 2017-01-04 13:35 UTC (permalink / raw)
  To: Andy Gross
  Cc: arm, linux-arm-msm, Russell King, linux-arm-kernel, linux-kernel,
	Srinivas Kandagatla

This patch enables configs required to get SATA functionality working on
IFC6410 board.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@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 255b9f6..f3d1114 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -71,6 +71,9 @@ CONFIG_CHR_DEV_SCH=y
 CONFIG_SCSI_CONSTANTS=y
 CONFIG_SCSI_LOGGING=y
 CONFIG_SCSI_SCAN_ASYNC=y
+CONFIG_ATA=y
+CONFIG_SATA_AHCI=y
+CONFIG_SATA_AHCI_PLATFORM=y
 CONFIG_NETDEVICES=y
 CONFIG_DUMMY=y
 CONFIG_ATL1C=y
-- 
2.10.1

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

* [PATCH 5/5] ARM: qcom_defconfig: enable thermal sensors
  2017-01-04 13:35 [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410 Srinivas Kandagatla
                   ` (3 preceding siblings ...)
  2017-01-04 13:35 ` [PATCH 4/5] ARM: qcom_defconfig: add ahci configs Srinivas Kandagatla
@ 2017-01-04 13:35 ` Srinivas Kandagatla
  2017-01-04 22:33 ` [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410 Olof Johansson
  5 siblings, 0 replies; 7+ messages in thread
From: Srinivas Kandagatla @ 2017-01-04 13:35 UTC (permalink / raw)
  To: Andy Gross
  Cc: arm, linux-arm-msm, Russell King, linux-arm-kernel, linux-kernel,
	Srinivas Kandagatla

This patch enables thermal sensors and QFPROM support for qcom platforms.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@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 f3d1114..f9d05fc 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -125,6 +125,7 @@ CONFIG_CHARGER_QCOM_SMBB=y
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_MSM=y
 CONFIG_THERMAL=y
+CONFIG_QCOM_TSENS=y
 CONFIG_MFD_PM8XXX=y
 CONFIG_MFD_QCOM_RPM=y
 CONFIG_MFD_SPMI_PMIC=y
@@ -187,6 +188,8 @@ CONFIG_QCOM_SMD=y
 CONFIG_QCOM_SMD_RPM=y
 CONFIG_PHY_QCOM_APQ8064_SATA=y
 CONFIG_PHY_QCOM_IPQ806X_SATA=y
+CONFIG_NVMEM=y
+CONFIG_QCOM_QFPROM=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT3_FS=y
-- 
2.10.1

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

* Re: [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410
  2017-01-04 13:35 [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410 Srinivas Kandagatla
                   ` (4 preceding siblings ...)
  2017-01-04 13:35 ` [PATCH 5/5] ARM: qcom_defconfig: enable thermal sensors Srinivas Kandagatla
@ 2017-01-04 22:33 ` Olof Johansson
  5 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2017-01-04 22:33 UTC (permalink / raw)
  To: Srinivas Kandagatla
  Cc: Andy Gross, arm, linux-arm-msm, Russell King, linux-arm-kernel,
	linux-kernel

Hi,

On Wed, Jan 4, 2017 at 5:35 AM, Srinivas Kandagatla
<srinivas.kandagatla@linaro.org> wrote:
> This patchset adds configs required to get USB, SATA, PCIE, and tsens work on
> top of mainline on APQ8064 based IFC6410 and SD-600EVAL board.

Stop sending patches to arm@kernel.org. We won't apply them directly from you.

You should send these to the Qualcomm maintainer, who you haven't even
cc:d here.

Please talk to your coworkers in Linaro how to send code to
maintainers if you need further assistance.


Thanks,

-Olof

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

end of thread, other threads:[~2017-01-04 22:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-04 13:35 [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410 Srinivas Kandagatla
2017-01-04 13:35 ` [PATCH 1/5] ARM: qcom_defconfig: enable qcom rpm clk controller Srinivas Kandagatla
2017-01-04 13:35 ` [PATCH 2/5] ARM: qcom_defconfig: add usb related configs Srinivas Kandagatla
2017-01-04 13:35 ` [PATCH 3/5] ARM: qcom_defconfig: add pcie and atl1c ethernet configs Srinivas Kandagatla
2017-01-04 13:35 ` [PATCH 4/5] ARM: qcom_defconfig: add ahci configs Srinivas Kandagatla
2017-01-04 13:35 ` [PATCH 5/5] ARM: qcom_defconfig: enable thermal sensors Srinivas Kandagatla
2017-01-04 22:33 ` [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410 Olof Johansson

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).