diff mbox

ath10k: enable ipq4019 device probe in ahb module

Message ID 1464613883-24036-1-git-send-email-c_traja@qti.qualcomm.com (mailing list archive)
State Accepted
Commit b8cf498f10839a620dcb9d575b3965b1f5d3264f
Delegated to: Kalle Valo
Headers show

Commit Message

c_traja@qti.qualcomm.com May 30, 2016, 1:11 p.m. UTC
From: Raja Mani <rmani@qti.qualcomm.com>

All the necessary patches to make wifi running (over AHB)
on ipq4019 SoC are ready now. It's good to enable
ipq4019 wifi device probing in ahb module and
remove work in progress debug print.

Device tree change is there in the public review by
below commit message
"qcom: ipq4019: add wifi nodes to ipq4019 SoC device tree"

Signed-off-by: Tamizh chelvam <c_traja@qti.qualcomm.com>
Signed-off-by: Raja Mani <rmani@qti.qualcomm.com>
---
 drivers/net/wireless/ath/ath10k/ahb.c |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Comments

Kalle Valo June 2, 2016, 2:58 p.m. UTC | #1
c_traja@qti.qualcomm.com wrote:
> From: Raja Mani <rmani@qti.qualcomm.com>
> 
> All the necessary patches to make wifi running (over AHB)
> on ipq4019 SoC are ready now. It's good to enable
> ipq4019 wifi device probing in ahb module and
> remove work in progress debug print.
> 
> Device tree change is there in the public review by
> below commit message
> "qcom: ipq4019: add wifi nodes to ipq4019 SoC device tree"
> 
> Signed-off-by: Tamizh chelvam <c_traja@qti.qualcomm.com>
> Signed-off-by: Raja Mani <rmani@qti.qualcomm.com>

Thanks, 1 patch applied to ath.git:

280e762e9c72 ath10k: enable ipq4019 device probe in ahb module
diff mbox

Patch

diff --git a/drivers/net/wireless/ath/ath10k/ahb.c b/drivers/net/wireless/ath/ath10k/ahb.c
index bd62bc1..ce847bf 100644
--- a/drivers/net/wireless/ath/ath10k/ahb.c
+++ b/drivers/net/wireless/ath/ath10k/ahb.c
@@ -25,10 +25,9 @@ 
 #include "ahb.h"
 
 static const struct of_device_id ath10k_ahb_of_match[] = {
-	/* TODO: enable this entry once everything in place.
-	 * { .compatible = "qcom,ipq4019-wifi",
-	 *   .data = (void *)ATH10K_HW_QCA4019 },
-	 */
+	{ .compatible = "qcom,ipq4019-wifi",
+	  .data = (void *)ATH10K_HW_QCA4019
+	},
 	{ }
 };
 
@@ -918,8 +917,6 @@  int ath10k_ahb_init(void)
 {
 	int ret;
 
-	printk(KERN_ERR "AHB support is still work in progress\n");
-
 	ret = platform_driver_register(&ath10k_ahb_driver);
 	if (ret)
 		printk(KERN_ERR "failed to register ath10k ahb driver: %d\n",