From patchwork Wed Sep 18 18:48:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Soren Brinkmann X-Patchwork-Id: 2908691 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 48ECCBFF05 for ; Wed, 18 Sep 2013 18:50:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 32F73203AF for ; Wed, 18 Sep 2013 18:50:10 +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 F1A56203AC for ; Wed, 18 Sep 2013 18:50:08 +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 1VMMow-0002La-82; Wed, 18 Sep 2013 18:49:50 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMMoq-0003yx-JY; Wed, 18 Sep 2013 18:49:44 +0000 Received: from mail-pb0-x232.google.com ([2607:f8b0:400e:c01::232]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMMod-0003vM-Dq for linux-arm-kernel@lists.infradead.org; Wed, 18 Sep 2013 18:49:32 +0000 Received: by mail-pb0-f50.google.com with SMTP id uo5so7316201pbc.23 for ; Wed, 18 Sep 2013 11:49:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=2v359pJ96YoOsexcjJMt9JOgzUTwfj9an8/+ap8GzlU=; b=qLnro1xtVeL9oQXMn0hixV496pVZwF+W3WuLFYNLsga+J3cMwxPmoRDJAjWkvNytnF g2m+3Dr8lFgJZLqSTOWFIqU8ErGI3qRk6cJJT/8dpyY1e2WrzTcCaE7dmyVDP8KfIxtZ TMD02n7GqDgjJJ3wsMqMeKtLJskNwGXmxsrj4d4NRtv4mKEKyu9kkA2puKIyq9Kz3FCF +QxIPttyCoXuxZfYSPkgtVmZqm38pxhDC+RNufQDzRaPyLZSHRyy3NKCm/JLQ/9KpUGg qNLVZiG0I2MVZNj0F37uTenLKImglLLD86rmix1NB+LJxyVVufwUyAbVKTmshQiOsXxA 3Z0w== X-Received: by 10.68.196.2 with SMTP id ii2mr21841061pbc.86.1379530147378; Wed, 18 Sep 2013 11:49:07 -0700 (PDT) Received: from localhost ([149.199.62.254]) by mx.google.com with ESMTPSA id uw6sm4175539pbc.8.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 18 Sep 2013 11:49:06 -0700 (PDT) From: Soren Brinkmann To: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Russell King , Michal Simek , Thomas Gleixner , Daniel Lezcano , Stephen Boyd , Grant Likely , Preeti Murthy Subject: [PATCH v2 1/4] clockchips: Add FEAT_PERCPU clockevent flag Date: Wed, 18 Sep 2013 11:48:35 -0700 Message-Id: <1379530118-22813-2-git-send-email-soren.brinkmann@xilinx.com> X-Mailer: git-send-email 1.8.4 In-Reply-To: <1379530118-22813-1-git-send-email-soren.brinkmann@xilinx.com> References: <1379530118-22813-1-git-send-email-soren.brinkmann@xilinx.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130918_144931_546347_F1FE3D70 X-CRM114-Status: GOOD ( 10.13 ) X-Spam-Score: 1.7 (+) Cc: Soren Brinkmann , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, KHOP_BIG_TO_CC,RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no 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 Add the flag CLOCK_EVT_FEAT_PERCPU which is supposed to be set for per cpu clockevent devices. Signed-off-by: Soren Brinkmann Acked-by: Daniel Lezcano --- include/linux/clockchips.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index 0857922..493aa02 100644 --- a/include/linux/clockchips.h +++ b/include/linux/clockchips.h @@ -60,6 +60,7 @@ enum clock_event_mode { * Core shall set the interrupt affinity dynamically in broadcast mode */ #define CLOCK_EVT_FEAT_DYNIRQ 0x000020 +#define CLOCK_EVT_FEAT_PERCPU 0x000040 /** * struct clock_event_device - clock event device descriptor