From patchwork Wed Sep 18 19:50:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2909111 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 02455BFF05 for ; Wed, 18 Sep 2013 19:50:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0C683203E1 for ; Wed, 18 Sep 2013 19:50:13 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BE6E5203DC for ; Wed, 18 Sep 2013 19:50:11 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMNlG-0007lB-ME; Wed, 18 Sep 2013 19:50:06 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMNlE-0005RC-Gc; Wed, 18 Sep 2013 19:50:04 +0000 Received: from mail-pb0-f51.google.com ([209.85.160.51]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMNlC-0005Qe-9V for linux-arm-kernel@lists.infradead.org; Wed, 18 Sep 2013 19:50:03 +0000 Received: by mail-pb0-f51.google.com with SMTP id jt11so7410888pbb.38 for ; Wed, 18 Sep 2013 12:49:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=FSovu+T/iD2kvdzprP0rYHPhkwIjbXQOrozxxSDkFlo=; b=zbmswI54ecP1EwrIZiBeNe06XOQrItFKqh744zVgoZV3uJDndzm8ym1ZGL0krqr2K9 LGKfNY52JfaQJNIDe3RwDnOVRnUt9ow6Lf/Fu4GcLEfR+XCgAEbWjZgmptLvgSfE8C3v 2aoHuet++CiKRPfQMozltMJ9zQkqQYFPhNFf/2CHobryQQMOIrrRMonOw0HZowC7x2d8 l9B/pOXkpwSiVSIQdI+dB5bOMlLw3KP/5lLviyOLaltpxvNvyxDAd4XoLrE4BZFg975A RIkc32VzEHPubVcEey8lfuNpvGY/9z9cQMfB8XlhJhT4qfT+aIQ3bpX42M5RElEzoWkU R44Q== X-Received: by 10.68.253.227 with SMTP id ad3mr4942603pbd.189.1379533777688; Wed, 18 Sep 2013 12:49:37 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id os4sm4364677pbb.25.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Sep 2013 12:49:36 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 19 Sep 2013 04:50:00 +0900 Message-Id: <20130918195000.6075.25025.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Allow build of the MTU2 timer driver X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130918_155002_458511_F9860CF9 X-CRM114-Status: UNSURE ( 7.84 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) Cc: olof@lixom.net, horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org, arnd@arndb.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Include MTU2 in the list of timer drivers that may be used on mach-shmobile. This driver has previously only been used by the SH architecture. With this patch the MTU2 joins TMU and CMT as timer drivers that may be used on ARM or SH. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) --- 0004/arch/arm/mach-shmobile/Kconfig +++ work/arch/arm/mach-shmobile/Kconfig 2013-09-19 04:17:55.000000000 +0900 @@ -314,6 +314,12 @@ config SH_TIMER_CMT help This enables build of the CMT timer driver. +config SH_TIMER_MTU2 + bool "MTU2 timer driver" + default y + help + This enables build of the MTU2 timer driver. + config SH_TIMER_TMU bool "TMU timer driver" default y