From patchwork Mon Jan 21 17:14:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 214235 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 973D02C0089 for ; Tue, 22 Jan 2013 04:17:02 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TxKwv-0002Yc-4U; Mon, 21 Jan 2013 17:14:21 +0000 Received: from mail-ie0-f172.google.com ([209.85.223.172]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TxKwt-0002Xj-D3 for linux-arm-kernel@lists.infradead.org; Mon, 21 Jan 2013 17:14:19 +0000 Received: by mail-ie0-f172.google.com with SMTP id c13so10047293ieb.17 for ; Mon, 21 Jan 2013 09:14:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=Jun1s60Bsg9QGBV0t2uK/1lMJhwg8h6uXTSCaeUJ/SY=; b=UGqFwezVqnro1rBG1s0KwbhuVHIM3jer8W6VZ+4QvRbEf7jHVS8nNMOr8WGJJZl6Ut l9/jEmjdYCn04PSGpCIsMSBCDwykFnA7ZQ3RSsgiFLXhX9FvVu/UeS2Dq1nRP0itWfVn p53/KXPOUKnEjvfqN1RY8eyDHxLyYg0yHi1ye5nXeBDmH19aCicvaaQKR+o4CmdMJpu6 B6gxaNV5uc2k1pHxBy5fdZcDk1cN8+Q9jVZgyXMD0dR+TCAvFE9BMC5Yicd+v+Bdsj1y JFcQRxkhYMrhahS3vxBHuuGDIKeje2iVKwXgNO3u6tAzg9MpeOiGslUI5L+0bSjC5eD1 U/yA== MIME-Version: 1.0 X-Received: by 10.50.189.163 with SMTP id gj3mr9551901igc.14.1358788458604; Mon, 21 Jan 2013 09:14:18 -0800 (PST) Received: by 10.64.44.9 with HTTP; Mon, 21 Jan 2013 09:14:18 -0800 (PST) Date: Mon, 21 Jan 2013 18:14:18 +0100 X-Google-Sender-Auth: R5kS3FM6qVyyi7ICq8D3vqOP9tE Message-ID: Subject: [GIT PULL] arm-soc: Xilinx zynq timer changes for v3.9 From: Michal Simek To: Arnd Bergmann , Olof Johansson , arm@kernel.org, Michal Simek X-Gm-Message-State: ALoCoQmttyrAWN+flrh98YofOlg7viaEi7aV3snLivJPaFiL5NzYVsbLrHR26DbwCLYEoldGzuqf X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130121_121419_476861_5BC10AB2 X-CRM114-Status: UNSURE ( 7.83 ) X-CRM114-Notice: Please train this message. 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 [209.85.223.172 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Josh Cartwright , Soren Brinkmann , linux-arm X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Arnd and Olof, please pull these timer changes to your arm-soc tree. I am aware about any dependency. Please let me know if you have any problem with this patchset. Thanks, Michal The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linus Torvalds (1): Linux 3.8-rc4 are available in the git repository at: git://git.xilinx.com/linux-xlnx.git zynq/timer Soren Brinkmann (7): arm: zynq: timer: Replace PSS through PS arm: zynq: timer: Remove unnecessary register write arm: zynq: timer: Remove unused #defines arm: zynq: timer: Align columns arm: zynq: timer: Remove redundant #includes arm: zynq: timer: Fix comment style arm: zynq: timer: Set clock_event cpumask arch/arm/mach-zynq/common.c | 6 +- arch/arm/mach-zynq/common.h | 2 +- arch/arm/mach-zynq/timer.c | 150 ++++++++++++++++++++---------------------- 3 files changed, 75 insertions(+), 83 deletions(-)