From: khilman@baylibre.com (Kevin Hilman)
To: linus-amlogic@lists.infradead.org
Subject: [GIT PULL] Amlogic clock driver updates for v4.12
Date: Tue, 04 Apr 2017 16:16:19 -0700 [thread overview]
Message-ID: <m2o9wb7oho.fsf@baylibre.com> (raw)
Steven, Mike,
Below is a request to pull the full set of Amlogic clock changes for
v4.12. Note that this includes the previous pull for headers, but I
wanted to send them separately for completness, and so there's an
obvious tag to use as a dependency source for our DT changes.
Thanks,
Kevin
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-clk
for you to fetch changes up to 3a429818a2e48928ae0114df5fb3b0612dd57001:
Merge branch 'v4.12/clk-drivers' into v4.12/clk (2017-04-04 15:58:11 -0700)
----------------------------------------------------------------
Amlogic clock driver updates for v4.12
- meson8: add some new PLLs
- new clocks for Mali
- misc fixes.
----------------------------------------------------------------
Jerome Brunet (9):
clk: meson: fix SET_PARM macro
clk: meson: add missing const qualifiers on gate arrays
clk: meson8b: put dividers and muxes in tables
clk: gxbb: put dividers and muxes in tables
clk: meson: mpll: add rw operation
clk: meson: gxbb: mpll: use rw operation
clk: meson8b: add the mplls clocks 0, 1 and 2
clk: meson: mpll: correct N2 maximum value
dt-bindings: clk: gxbb: expose i2s output clock gates
Kevin Hilman (1):
Merge branch 'v4.12/clk-drivers' into v4.12/clk
Neil Armstrong (7):
clk: meson-gxbb: Add MALI clock IDS
clk: meson-gxbb: Expose GP0 dt-bindings clock id
dt-bindings: clock: gxbb-clkc: Add GXL compatible variant
clk: meson-gxbb: Add MALI clocks
clk: meson: Add support for parameters for specific PLLs
clk: meson-gxbb: Add GP0 PLL init parameters
clk: meson-gxbb: Add GXL/GXM GP0 Variant
Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt | 3 +-
drivers/clk/meson/clk-mpll.c | 152 ++++++++++++++-
drivers/clk/meson/clk-pll.c | 53 +++++-
drivers/clk/meson/clkc.h | 29 ++-
drivers/clk/meson/gxbb.c | 505 ++++++++++++++++++++++++++++++++++++++++++++++----
drivers/clk/meson/gxbb.h | 23 ++-
drivers/clk/meson/meson8b.c | 127 ++++++++++++-
drivers/clk/meson/meson8b.h | 20 +-
include/dt-bindings/clock/gxbb-clkc.h | 11 ++
9 files changed, 867 insertions(+), 56 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Stephen Boyd <sboyd@codeaurora.org> ,
Mike Turquette <mturquette@baylibre.com>
Cc: linux-clk@vger.kernel.org , linux-amlogic@lists.infradead.org,
Subject: [GIT PULL] Amlogic clock driver updates for v4.12
Date: Tue, 04 Apr 2017 16:16:19 -0700 [thread overview]
Message-ID: <m2o9wb7oho.fsf@baylibre.com> (raw)
Steven, Mike,
Below is a request to pull the full set of Amlogic clock changes for
v4.12. Note that this includes the previous pull for headers, but I
wanted to send them separately for completness, and so there's an
obvious tag to use as a dependency source for our DT changes.
Thanks,
Kevin
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-clk
for you to fetch changes up to 3a429818a2e48928ae0114df5fb3b0612dd57001:
Merge branch 'v4.12/clk-drivers' into v4.12/clk (2017-04-04 15:58:11 -0700)
----------------------------------------------------------------
Amlogic clock driver updates for v4.12
- meson8: add some new PLLs
- new clocks for Mali
- misc fixes.
----------------------------------------------------------------
Jerome Brunet (9):
clk: meson: fix SET_PARM macro
clk: meson: add missing const qualifiers on gate arrays
clk: meson8b: put dividers and muxes in tables
clk: gxbb: put dividers and muxes in tables
clk: meson: mpll: add rw operation
clk: meson: gxbb: mpll: use rw operation
clk: meson8b: add the mplls clocks 0, 1 and 2
clk: meson: mpll: correct N2 maximum value
dt-bindings: clk: gxbb: expose i2s output clock gates
Kevin Hilman (1):
Merge branch 'v4.12/clk-drivers' into v4.12/clk
Neil Armstrong (7):
clk: meson-gxbb: Add MALI clock IDS
clk: meson-gxbb: Expose GP0 dt-bindings clock id
dt-bindings: clock: gxbb-clkc: Add GXL compatible variant
clk: meson-gxbb: Add MALI clocks
clk: meson: Add support for parameters for specific PLLs
clk: meson-gxbb: Add GP0 PLL init parameters
clk: meson-gxbb: Add GXL/GXM GP0 Variant
Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt | 3 +-
drivers/clk/meson/clk-mpll.c | 152 ++++++++++++++-
drivers/clk/meson/clk-pll.c | 53 +++++-
drivers/clk/meson/clkc.h | 29 ++-
drivers/clk/meson/gxbb.c | 505 ++++++++++++++++++++++++++++++++++++++++++++++----
drivers/clk/meson/gxbb.h | 23 ++-
drivers/clk/meson/meson8b.c | 127 ++++++++++++-
drivers/clk/meson/meson8b.h | 20 +-
include/dt-bindings/clock/gxbb-clkc.h | 11 ++
9 files changed, 867 insertions(+), 56 deletions(-)
next reply other threads:[~2017-04-04 23:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-04 23:16 Kevin Hilman [this message]
2017-04-04 23:16 ` [GIT PULL] Amlogic clock driver updates for v4.12 Kevin Hilman
2017-04-10 7:42 ` Michael Turquette
2017-04-10 7:42 ` Michael Turquette
2017-04-12 12:49 ` Michael Turquette
2017-04-12 12:49 ` Michael 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=m2o9wb7oho.fsf@baylibre.com \
--to=khilman@baylibre.com \
--cc=linus-amlogic@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.