From patchwork Mon Apr 7 18:43:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Elder X-Patchwork-Id: 337513 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 ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 5005C1400BD for ; Tue, 8 Apr 2014 04:44:12 +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 1WXEWH-0006sr-5w; Mon, 07 Apr 2014 18:43:45 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WXEWE-0007Ju-DJ; Mon, 07 Apr 2014 18:43:42 +0000 Received: from mail-ig0-f173.google.com ([209.85.213.173]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WXEWB-0007Im-5q for linux-arm-kernel@lists.infradead.org; Mon, 07 Apr 2014 18:43:39 +0000 Received: by mail-ig0-f173.google.com with SMTP id hl10so4001791igb.0 for ; Mon, 07 Apr 2014 11:43:17 -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=DrhLfD0xf6p6tdxZm/u1Snw15aELj/FlmBLz/TPkInY=; b=NX6QPw0e1R9/+6SIfXmFd0/6aH66nlCz0CrRKfJufYIdOtcEZjUwTA2dg0NviHecQs sRv15y2WRDiXLgYi11i87dimNcA8IDp2PVzlToSOPvObVDOA0oksMIuM2oM8lejkmOHL HMBsgMKBKzvU9/L4RTFdBje73fX0MYbNBlktS3eQ7ZwIzYdH9E0vPXrExNqYIPAuemeG aWYFT4Px1One5bPEo1kN/cV9JqNj2YukEqULIKzFnPflGCtZqU6qEy1DAdqtueKSUc1E 9dDwzR7rOMrccC7fCuPYH8qnSPKosZeLXdoZBwJU4WXZbMnQI/3P72pbZeHnOBvuedmU RQzA== X-Gm-Message-State: ALoCoQll0SVe2ZFlZKYzKwCLTYh1hjH2T5PdNnlmIYXOjQkCHGjmG9ZfSOjxUsPhaKCXgYfsH4Xj X-Received: by 10.50.73.104 with SMTP id k8mr21491572igv.33.1396896196560; Mon, 07 Apr 2014 11:43:16 -0700 (PDT) Received: from [172.22.22.4] (c-71-195-31-37.hsd1.mn.comcast.net. [71.195.31.37]) by mx.google.com with ESMTPSA id s8sm31526652ige.4.2014.04.07.11.43.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Apr 2014 11:43:16 -0700 (PDT) Message-ID: <5342F1E8.10803@linaro.org> Date: Mon, 07 Apr 2014 13:43:52 -0500 From: Alex Elder User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Mike Turquette Subject: [GIT PULL] clk: bcm281xx: urgent fix for older compilers X-Enigmail-Version: 1.5.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140407_144339_254469_295F29C3 X-CRM114-Status: UNSURE ( 7.94 ) 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.213.173 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Matt Porter , Christian Daudt , LKML , "linux-arm-kernel@lists.infradead.org" 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 Mike, I learned this morning that my clock code (now in Linus Torvald's master branch) uses a feature that is not supported in older versions of gcc. Specifically, the code made use of unnamed struct and union fields, e.g.: struct foo { u64 bar; union { u32 baz; bool quux; }; }; I've prepared a patch that resolves this. Would you please pull this critical fix for 3.15-rc1 and get it to Linus as soon as possible? Thank you. -Alex The following changes since commit 18a1a7a1d862ae0794a0179473d08a414dd49234: Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile (2014-04-06 08:11:57 -0700) are available in the git repository at: git://git.linaro.org/landing-teams/working/broadcom/kernel.git pull/urgent-for-mturquette for you to fetch changes up to a7a7eba0eeff8f839cde4b327b56dc057a1a48d7: clk: bcm281xx: don't use unnamed structs or unions (2014-04-07 13:29:34 -0500) ---------------------------------------------------------------- Alex Elder (1): clk: bcm281xx: don't use unnamed structs or unions drivers/clk/bcm/clk-kona-setup.c | 33 ++++++++++---------- drivers/clk/bcm/clk-kona.c | 64 ++++++++++++++++++++------------------ drivers/clk/bcm/clk-kona.h | 28 ++++++++--------- 3 files changed, 64 insertions(+), 61 deletions(-)