From patchwork Fri Oct 14 12:50:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sangwook X-Patchwork-Id: 4683 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 2A74E23DEE for ; Fri, 14 Oct 2011 12:53:02 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id EED8DA187CB for ; Fri, 14 Oct 2011 12:53:01 +0000 (UTC) Received: by mail-yw0-f52.google.com with SMTP id 14so1125607ywm.11 for ; Fri, 14 Oct 2011 05:53:01 -0700 (PDT) Received: by 10.223.92.144 with SMTP id r16mr3914751fam.23.1318596781487; Fri, 14 Oct 2011 05:53:01 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.24.41 with SMTP id r9cs14333laf; Fri, 14 Oct 2011 05:53:01 -0700 (PDT) Received: by 10.150.73.39 with SMTP id v39mr8680890yba.96.1318596780198; Fri, 14 Oct 2011 05:53:00 -0700 (PDT) Received: from mail-yw0-f50.google.com (mail-yw0-f50.google.com [209.85.213.50]) by mx.google.com with ESMTPS id i13si147400ybh.68.2011.10.14.05.52.59 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Oct 2011 05:53:00 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.213.50 is neither permitted nor denied by best guess record for domain of sangwook.lee@linaro.org) client-ip=209.85.213.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.213.50 is neither permitted nor denied by best guess record for domain of sangwook.lee@linaro.org) smtp.mail=sangwook.lee@linaro.org Received: by ywm13 with SMTP id 13so2567308ywm.37 for ; Fri, 14 Oct 2011 05:52:59 -0700 (PDT) Received: by 10.223.77.6 with SMTP id e6mr3805318fak.32.1318596778743; Fri, 14 Oct 2011 05:52:58 -0700 (PDT) Received: from localhost.localdomain (host109-149-104-5.range109-149.btcentralplus.com. [109.149.104.5]) by mx.google.com with ESMTPS id f10sm3562601fac.14.2011.10.14.05.52.56 (version=SSLv3 cipher=OTHER); Fri, 14 Oct 2011 05:52:57 -0700 (PDT) From: Sangwook Lee To: kvalo@qca.qualcomm.com Cc: linux-wireless@vger.kernel.org, patches@linaro.org, Sangwook Lee Subject: [PATCH 3/5] ath6kl: Add SDIO polling method into menu Date: Fri, 14 Oct 2011 13:50:44 +0100 Message-Id: <1318596646-19495-4-git-send-email-sangwook.lee@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1318596646-19495-1-git-send-email-sangwook.lee@linaro.org> References: <1318596646-19495-1-git-send-email-sangwook.lee@linaro.org> At the initial developement stage, sometimes we need SDIO polling method due to SDIO Interrupt problems. This patch adds selection option into kernel menu Signed-off-by: Sangwook Lee --- drivers/net/wireless/ath/ath6kl/Kconfig | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath6kl/Kconfig b/drivers/net/wireless/ath/ath6kl/Kconfig index 3d5f8be..7e530b8 100644 --- a/drivers/net/wireless/ath/ath6kl/Kconfig +++ b/drivers/net/wireless/ath/ath6kl/Kconfig @@ -13,3 +13,11 @@ config ATH6KL_DEBUG depends on ATH6KL ---help--- Enables debug support + +config ATH6KL_SDIO_POLL + bool "Atheros ath6kl debugging with SDIO polling" + depends on ATH6KL + ---help--- + Enables SDIO polling for debugging when SDIO's probem + happens. This is tested only with HW2.0. By default + polling time interval is 10ms