From: elder@linaro.org (Alex Elder)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] clk: bcm281xx: urgent fix for older compilers
Date: Mon, 07 Apr 2014 13:43:52 -0500 [thread overview]
Message-ID: <5342F1E8.10803@linaro.org> (raw)
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(-)
WARNING: multiple messages have this Message-ID (diff)
From: Alex Elder <elder@linaro.org>
To: Mike Turquette <mturquette@linaro.org>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
LKML <linux-kernel@vger.kernel.org>,
Matt Porter <matt.porter@linaro.org>,
Christian Daudt <bcm@fixthebug.org>
Subject: [GIT PULL] clk: bcm281xx: urgent fix for older compilers
Date: Mon, 07 Apr 2014 13:43:52 -0500 [thread overview]
Message-ID: <5342F1E8.10803@linaro.org> (raw)
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(-)
next reply other threads:[~2014-04-07 18:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-07 18:43 Alex Elder [this message]
2014-04-07 18:43 ` [GIT PULL] clk: bcm281xx: urgent fix for older compilers Alex Elder
2014-04-07 22:35 ` Mike Turquette
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5342F1E8.10803@linaro.org \
--to=elder@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.