From patchwork Mon Jan 21 12:09:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Baltieri X-Patchwork-Id: 2011961 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 154B8DF23A for ; Mon, 21 Jan 2013 12:17:48 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TxGHI-0004HB-OS; Mon, 21 Jan 2013 12:15:05 +0000 Received: from mail-ee0-f42.google.com ([74.125.83.42]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TxGCT-0000as-82 for linux-arm-kernel@lists.infradead.org; Mon, 21 Jan 2013 12:10:06 +0000 Received: by mail-ee0-f42.google.com with SMTP id b47so2784671eek.15 for ; Mon, 21 Jan 2013 04:10:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=wHvD9ozrU5FBvxMJfKmE4g2TqbFKPAMmq/Kd/qeL6aE=; b=K/7/bJDbQX4D6v+TcWoidLiup87Y29UJC4IjYiRlvTho0ZAEJ7a3CNSsfP9ZFLeXr5 To0W2ZqGcc5dbDmyTNHFsDXe+Qy4fYyoIOXuH59ALRs5RxYsbVyCe+VXKv+PWaaLsiDx wI6/yUYlC0/mbF6/IU2RVre7Ldf19Q1uI5wFEMU1AaiePge/IWZRUXD4xOLZA9LkQoQb AkqJlCSvT+EIBxNyEEOE9V8G4kXJXm+QsvSV7HyGs4LY00cKmcYpkD8kKN4thn6L0YSk Ug945tiPLMbUqED+M/Iai0+vXpbnFf35hs3KYE9FKht96sEy16P8exJtt50dcRRQ1AGN hVLQ== X-Received: by 10.14.221.9 with SMTP id q9mr60363173eep.3.1358770204006; Mon, 21 Jan 2013 04:10:04 -0800 (PST) Received: from localhost ([2a01:2029:1:1653:8e70:5aff:feac:ad8]) by mx.google.com with ESMTPS id b49sm22065120eem.16.2013.01.21.04.09.57 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 21 Jan 2013 04:10:03 -0800 (PST) From: Fabio Baltieri To: Linus Walleij , John Stultz , Thomas Gleixner Subject: [PATCH 2/2] clocksource: dbx500-prcmu: comment cleanup Date: Mon, 21 Jan 2013 13:09:32 +0100 Message-Id: <1358770172-30125-2-git-send-email-fabio.baltieri@linaro.org> X-Mailer: git-send-email 1.7.12.1 In-Reply-To: <1358770172-30125-1-git-send-email-fabio.baltieri@linaro.org> References: <1358770172-30125-1-git-send-email-fabio.baltieri@linaro.org> X-Gm-Message-State: ALoCoQnF0E68Tj3Ihjz5oxXlcTj2Hd0haZgvliuHBEjTpioZvb/hzA5n3xl933jeQ7Qi3zF9tbVF X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130121_071005_449086_8F457873 X-CRM114-Status: GOOD ( 10.27 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.83.42 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Fabio Baltieri , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Remove references to the deprecated DB5500 platform. Acked-by: Linus Walleij Signed-off-by: Fabio Baltieri --- drivers/clocksource/clksrc-dbx500-prcmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/clksrc-dbx500-prcmu.c b/drivers/clocksource/clksrc-dbx500-prcmu.c index 159f54a..6879a74 100644 --- a/drivers/clocksource/clksrc-dbx500-prcmu.c +++ b/drivers/clocksource/clksrc-dbx500-prcmu.c @@ -10,7 +10,7 @@ * DBx500-PRCMU Timer * The PRCMU has 5 timers which are available in a always-on * power domain. We use the Timer 4 for our always-on clock - * source on DB8500 and Timer 3 on DB5500. + * source on DB8500. */ #include #include