From: Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Mike Turquette
<mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
Subject: [PATCH 0/7] Calxeda arm64 clock updates
Date: Wed, 4 Dec 2013 17:35:20 -0600 [thread overview]
Message-ID: <1386200127-23143-1-git-send-email-robherring2@gmail.com> (raw)
From: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
This series updates the highbank clock code for ECX-3000 series support.
The primary functional change is making the PLL max frequency a runtime
setting. The rest of the changes are enabling building on arm64 and new
DT bindings.
The patch "clk: highbank: prevent glitching when going into bypass mode"
is a fix needed for ECX-2000 systems and should be applied for 3.13 and
stable.
Rob
Mark Langsdorf (1):
clk: highbank: prevent glitching when going into bypass mode
Rob Herring (6):
dt-bindings: add Calxeda ECX-3000 clock binding
dt-bindings: Add property calxeda,pll-max-hz for Calxeda clocks
dt-bindings: Add Calxeda system registers binding
clk: highbank: allow for different PLL frequency range
clk: highbank: allow enabling by user
clk: highbank: add DT match for calxeda,ecx-3000-sregs
.../devicetree/bindings/arm/calxeda/sregs.txt | 17 +++++++++
.../devicetree/bindings/clock/calxeda.txt | 9 ++++-
arch/arm/mach-highbank/Kconfig | 1 +
drivers/clk/Kconfig | 5 +++
drivers/clk/Makefile | 2 +-
drivers/clk/clk-highbank.c | 43 +++++++++++++++-------
6 files changed, 61 insertions(+), 16 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/calxeda/sregs.txt
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robherring2@gmail.com>
To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Cc: Mike Turquette <mturquette@linaro.org>,
Rob Herring <rob.herring@calxeda.com>
Subject: [PATCH 0/7] Calxeda arm64 clock updates
Date: Wed, 4 Dec 2013 17:35:20 -0600 [thread overview]
Message-ID: <1386200127-23143-1-git-send-email-robherring2@gmail.com> (raw)
From: Rob Herring <rob.herring@calxeda.com>
This series updates the highbank clock code for ECX-3000 series support.
The primary functional change is making the PLL max frequency a runtime
setting. The rest of the changes are enabling building on arm64 and new
DT bindings.
The patch "clk: highbank: prevent glitching when going into bypass mode"
is a fix needed for ECX-2000 systems and should be applied for 3.13 and
stable.
Rob
Mark Langsdorf (1):
clk: highbank: prevent glitching when going into bypass mode
Rob Herring (6):
dt-bindings: add Calxeda ECX-3000 clock binding
dt-bindings: Add property calxeda,pll-max-hz for Calxeda clocks
dt-bindings: Add Calxeda system registers binding
clk: highbank: allow for different PLL frequency range
clk: highbank: allow enabling by user
clk: highbank: add DT match for calxeda,ecx-3000-sregs
.../devicetree/bindings/arm/calxeda/sregs.txt | 17 +++++++++
.../devicetree/bindings/clock/calxeda.txt | 9 ++++-
arch/arm/mach-highbank/Kconfig | 1 +
drivers/clk/Kconfig | 5 +++
drivers/clk/Makefile | 2 +-
drivers/clk/clk-highbank.c | 43 +++++++++++++++-------
6 files changed, 61 insertions(+), 16 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/calxeda/sregs.txt
--
1.8.3.2
next reply other threads:[~2013-12-04 23:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-04 23:35 Rob Herring [this message]
2013-12-04 23:35 ` [PATCH 0/7] Calxeda arm64 clock updates Rob Herring
2013-12-04 23:35 ` [PATCH 1/7] dt-bindings: add Calxeda ECX-3000 clock binding Rob Herring
2013-12-04 23:35 ` [PATCH 2/7] dt-bindings: Add property calxeda,pll-max-hz for Calxeda clocks Rob Herring
2013-12-04 23:35 ` [PATCH 3/7] dt-bindings: Add Calxeda system registers binding Rob Herring
2013-12-04 23:35 ` [PATCH 4/7] clk: highbank: prevent glitching when going into bypass mode Rob Herring
2013-12-04 23:35 ` [PATCH 5/7] clk: highbank: allow for different PLL frequency range Rob Herring
2013-12-04 23:35 ` [PATCH 6/7] clk: highbank: allow enabling by user Rob Herring
2013-12-04 23:35 ` [PATCH 7/7] clk: highbank: add DT match for calxeda,ecx-3000-sregs Rob Herring
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=1386200127-23143-1-git-send-email-robherring2@gmail.com \
--to=robherring2-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.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.