All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 1/3] ahci-platform: Bump max number of clocks to 5
@ 2014-09-08 16:39 ` Kumar Gala
  0 siblings, 0 replies; 13+ messages in thread
From: Kumar Gala @ 2014-09-08 16:39 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Kumar Gala, linux-ide, linux-arm-msm, linux-arm-kernel, linux-kernel

Qualcomm IPQ806x SoCs with SATA controllers need 5 clocks to be enabled.

Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
v4:
* Updated to upstream changes

 drivers/ata/ahci.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h
index 59ae0ee..90156ff 100644
--- a/drivers/ata/ahci.h
+++ b/drivers/ata/ahci.h
@@ -53,7 +53,7 @@
 
 enum {
 	AHCI_MAX_PORTS		= 32,
-	AHCI_MAX_CLKS		= 4,
+	AHCI_MAX_CLKS		= 5,
 	AHCI_MAX_SG		= 168, /* hardware max is 64K */
 	AHCI_DMA_BOUNDARY	= 0xffffffff,
 	AHCI_MAX_CMDS		= 32,
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [PATCH v4 1/3] ahci-platform: Bump max number of clocks to 5
@ 2014-09-09 15:36 Kumar Gala
  2014-09-09 15:36   ` Kumar Gala
  0 siblings, 1 reply; 13+ messages in thread
From: Kumar Gala @ 2014-09-09 15:36 UTC (permalink / raw)
  To: Tejun Heo, Hans de Goede
  Cc: Kumar Gala, linux-ide, linux-arm-msm, linux-arm-kernel, linux-kernel

Qualcomm IPQ806x SoCs with SATA controllers need 5 clocks to be enabled.

Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
(reposted with Hans on list)

v4:
* Updated to upstream changes

 drivers/ata/ahci.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h
index 59ae0ee..90156ff 100644
--- a/drivers/ata/ahci.h
+++ b/drivers/ata/ahci.h
@@ -53,7 +53,7 @@
 
 enum {
 	AHCI_MAX_PORTS		= 32,
-	AHCI_MAX_CLKS		= 4,
+	AHCI_MAX_CLKS		= 5,
 	AHCI_MAX_SG		= 168, /* hardware max is 64K */
 	AHCI_DMA_BOUNDARY	= 0xffffffff,
 	AHCI_MAX_CMDS		= 32,
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

end of thread, other threads:[~2014-09-09 15:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08 16:39 [PATCH v4 1/3] ahci-platform: Bump max number of clocks to 5 Kumar Gala
2014-09-08 16:39 ` Kumar Gala
2014-09-08 16:39 ` [PATCH v4 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver Kumar Gala
2014-09-08 16:39   ` Kumar Gala
2014-09-08 22:24   ` Tejun Heo
2014-09-08 22:24     ` Tejun Heo
2014-09-09  7:58   ` Hans de Goede
2014-09-09  7:58     ` Hans de Goede
2014-09-08 16:39 ` [PATCH v4 3/3] ata: qcom: Add device tree bindings information Kumar Gala
2014-09-08 16:39   ` Kumar Gala
2014-09-08 16:39   ` Kumar Gala
2014-09-09 15:36 [PATCH v4 1/3] ahci-platform: Bump max number of clocks to 5 Kumar Gala
2014-09-09 15:36 ` [PATCH v4 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver Kumar Gala
2014-09-09 15:36   ` Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.