From patchwork Fri Dec 18 14:17:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 58690 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1057296lbb; Fri, 18 Dec 2015 06:21:25 -0800 (PST) X-Received: by 10.98.73.7 with SMTP id w7mr5515214pfa.158.1450448485039; Fri, 18 Dec 2015 06:21:25 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id rw4si24297217pac.72.2015.12.18.06.21.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Dec 2015 06:21:25 -0800 (PST) Received-SPF: pass (google.com: domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1a9vtN-0000Jx-8M; Fri, 18 Dec 2015 14:20:21 +0000 Received: from casper.infradead.org ([2001:770:15f::2]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1a9vs9-0007EE-JE for linux-arm-kernel@bombadil.infradead.org; Fri, 18 Dec 2015 14:19:05 +0000 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1a9vsD-0002cM-KI for linux-arm-kernel@lists.infradead.org; Fri, 18 Dec 2015 14:19:10 +0000 Received: by mail-wm0-x229.google.com with SMTP id p187so66472951wmp.0 for ; Fri, 18 Dec 2015 06:18:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=lKYOguV+UMJLhGab+U/xKWUBDCoCOGNHP6BZIwHRIwo=; b=EqJnp3s1fnNxbZckQpQA/ieXuvmeqbJSaaxRRbru37mNujwfk/1zlZ94kkpDaR6B60 3/XWUnEyD6s4O+fYUmLZPch5t2hZiWB3YYXy869V2zhb6UUp3Qm0r15P2xFEmzxCap5v R01EWbcghifNk32ZBXZNgL45ebIudiZ4KRxms= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=lKYOguV+UMJLhGab+U/xKWUBDCoCOGNHP6BZIwHRIwo=; b=mjMkbpAKcpEOU+VvHrAw5poy8TnjNqB8yngNvb2VH9PJ/EAtLpwQmX15F6NqOKaVuO 9eux7NlOleUpdSMoGQx5IH3HSw0gaNtIYgUGH/f5vIby7p68T0c5Qew3afRbuyqi0fbh P6dNhDF6OJIUftpOCdv13rRp3xY5c/dTao/osnjllZ/Q9hBuK/+ZAz2NARGWanJ3e0LV P6TQCFmeCoMaLWs/87sj16cN3YvZDlQPUH7E8MpmZ6yEY2tuIMXpFriotADyOD8TZPTz mT+olT4c+TKsFxNMEDTF5mKiiXWExsLSSve9nwaf2utYdY6QWKPMUaxLMg8p3TXOwYJG 7pGg== X-Gm-Message-State: ALoCoQl41swpaYZuXeTaBpNW8XzpNvK9RJ86rGNLV6+g63zZpETUPxh7BcOzZz/uJhvQg/aFqX0uMSakmruCMyQ+u+UccCrNOA== X-Received: by 10.194.58.5 with SMTP id m5mr4407931wjq.31.1450448320228; Fri, 18 Dec 2015 06:18:40 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.18.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:18:39 -0800 (PST) From: Daniel Lezcano To: tglx@linutronix.de Subject: [PATCH 08/69] clocksource/drivers/qcom: Make COMPILE_TEST enabled for ARM architecture Date: Fri, 18 Dec 2015 15:17:21 +0100 Message-Id: <1450448302-27429-8-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1450448302-27429-1-git-send-email-daniel.lezcano@linaro.org> References: <5672CB9E.7090707@linaro.org> <1450448302-27429-1-git-send-email-daniel.lezcano@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151218_141909_706738_293A594F X-CRM114-Status: GOOD ( 13.35 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.4.0 on casper.infradead.org summary: Content analysis details: (-2.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [2a00:1450:400c:c09:0:0:0:229 listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mingo@kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org In order to be consistent with the rest of the drivers compilation, let's introduce the COMPILE_TEST option. Unfortunately, the delay.h code is not portable, so the compilation test coverage will be restricted to the ARM architecture. Signed-off-by: Daniel Lezcano --- drivers/clocksource/Kconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -- 1.9.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 2eb5f0e..b423785 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -279,7 +279,12 @@ config EM_TIMER_STI such as EMEV2 from former NEC Electronics. config CLKSRC_QCOM - bool + bool "Qualcomm MSM timer" if COMPILE_TEST + depends on ARM + select CLKSRC_OF + help + This enables the clocksource and the per CPU clockevent driver for the + Qualcomm SoCs. config CLKSRC_VERSATILE bool "ARM Versatile (Express) reference platforms clock source"