From patchwork Thu Sep 26 00:37:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 278050 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CE0E72C008E for ; Thu, 26 Sep 2013 10:38:30 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VOzat-0000zG-8U; Thu, 26 Sep 2013 00:38:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VOzaq-00058n-R1; Thu, 26 Sep 2013 00:38:08 +0000 Received: from mail-wg0-f41.google.com ([74.125.82.41]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VOzan-00057Z-I3 for linux-arm-kernel@lists.infradead.org; Thu, 26 Sep 2013 00:38:06 +0000 Received: by mail-wg0-f41.google.com with SMTP id l18so5579308wgh.0 for ; Wed, 25 Sep 2013 17:37:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:content-type:content-transfer-encoding; bh=1XrWUVFA66eIb7/WYVK76C47A7PNPxA+hXYSiwe8xZ4=; b=GinNUWZiak1c5MMY2iE3ZrF9KQO1g79ph4aI2jphF3uctmFckg0wnxyJIe21F/zT0j TvTbWOCY752HDMNqnmtw5MZscgPloJbELJJqmx8t9VjnucrTd//oi/vlGZjAxy2dINVj +/LcmCXRAzKRtxgb0zD5TFkaj3aHVK+U0Xd7G0PlkadntfsZ2TNxZjILWfMYszk1FuJ3 BaRI7aKyk48Yba7zMMxpRZrfW/yCYjaJhqWfEKmqb0bK7rn0g/uEqB9eepdjJtrfOVOg n2qnpLozW7Y0uWr2CRWQmAXntXGm5S8FYIscRRY5R3Z9SiFHLxsz29rNhJ9PlzyrpSER Cegw== X-Gm-Message-State: ALoCoQlIDCfF9wpdxtIO93rZ7LXguZwPqMJdA5uaiuTQgYBxcADS3Y0fxJQfsel4csVrJcRiJXiM X-Received: by 10.180.10.33 with SMTP id f1mr25263951wib.44.1380155860946; Wed, 25 Sep 2013 17:37:40 -0700 (PDT) Received: from [192.168.1.150] (AToulouse-654-1-326-179.w86-199.abo.wanadoo.fr. [86.199.213.179]) by mx.google.com with ESMTPSA id fz8sm22823977wic.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 25 Sep 2013 17:37:40 -0700 (PDT) Message-ID: <524381D2.7050604@linaro.org> Date: Thu, 26 Sep 2013 02:37:38 +0200 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Thomas Gleixner Subject: [GIT PULL 3.12-rc2 fixes] clocksource: Several fixes for 3.12-rc2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130925_203805_716429_19FB0BE4 X-CRM114-Status: GOOD ( 12.33 ) 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.82.41 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Magnus Damm , Linux Kernel Mailing List , Tomasz Figa , John Stultz , Jean Pihet , Ingo Molnar , "linux-arm-kernel@lists.infradead.org" , Sebastian Hesselbarth X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Thomas, this pull request contains several fixes for the clocksource/clockevent drivers: - Jean Pihet fixed a missing Kconfig option preventing the Armada370/XP to boot up. - Magnus Damm fixed the cpumask on the em_sti driver to have the broadcast timer working on a SMP system - Sebastian Hesselbarth skipped the initialization of a timer for uninitialized DT nodes - Tomasz Figa fixed the irq affinity failing on non online cpus Thanks -- Daniel ----------------------------------------------------------------------------- The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983: Linux 3.12-rc2 (2013-09-23 15:41:09 -0700) are available in the git repository at: ssh://daniel.lezcano@git.linaro.org//srv/git.linaro.org/git/people/dlezcano/linux.git clockevents/3.12-rc2-fixes for you to fetch changes up to 2199a5574b6d94b9ca26c6345356f45ec60fef8b: clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcast (2013-09-26 02:31:04 +0200) ---------------------------------------------------------------- Jean Pihet (1): arm: clocksource: mvebu: Use the main timer as clock source from DT Magnus Damm (1): clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcast Sebastian Hesselbarth (1): clocksource: of: Respect device tree node status Tomasz Figa (1): clocksource: exynos_mct: Set IRQ affinity when the CPU goes online drivers/clocksource/Kconfig | 1 + drivers/clocksource/clksrc-of.c | 3 +++ drivers/clocksource/em_sti.c | 2 +- drivers/clocksource/exynos_mct.c | 10 +++++++++- 4 files changed, 14 insertions(+), 2 deletions(-)