From: narmstrong@baylibre.com (Neil Armstrong)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/2] meson-gxbb: Add mali-450 support
Date: Fri, 10 Feb 2017 11:04:42 +0100 [thread overview]
Message-ID: <1486721084-1383-1-git-send-email-narmstrong@baylibre.com> (raw)
Since the merge of the Mali dt bindings at [1], add support for Mali clocks
and DT node.
The Mali is clocked by two identical clock paths behind a glitch free mux
to safely change frequency while running.
So these clocks must be added to the meson-gxbb clock controller.
[1] http://lkml.kernel.org/r/b098c4fa9fce88361cca20417978734d0e1b5cca.1485939041.git-series.maxime.ripard at free-electrons.com
Neil Armstrong (2):
clk: meson-gxbb: Add MALI clocks and fix GP0 pll support
ARM64: dts: meson-gxbb: Add Mali node
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 37 +++++
drivers/clk/meson/clk-pll.c | 34 ++++-
drivers/clk/meson/clkc.h | 3 +
drivers/clk/meson/gxbb.c | 211 +++++++++++++++++++++++++++-
drivers/clk/meson/gxbb.h | 7 +-
include/dt-bindings/clock/gxbb-clkc.h | 4 +
6 files changed, 282 insertions(+), 14 deletions(-)
--
1.9.1
WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: sboyd@codeaurora.org, khilman@baylibre.com, carlo@caione.org
Cc: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Neil Armstrong <narmstrong@baylibre.com>
Subject: [PATCH 0/2] meson-gxbb: Add mali-450 support
Date: Fri, 10 Feb 2017 11:04:42 +0100 [thread overview]
Message-ID: <1486721084-1383-1-git-send-email-narmstrong@baylibre.com> (raw)
Since the merge of the Mali dt bindings at [1], add support for Mali clocks
and DT node.
The Mali is clocked by two identical clock paths behind a glitch free mux
to safely change frequency while running.
So these clocks must be added to the meson-gxbb clock controller.
[1] http://lkml.kernel.org/r/b098c4fa9fce88361cca20417978734d0e1b5cca.1485939041.git-series.maxime.ripard@free-electrons.com
Neil Armstrong (2):
clk: meson-gxbb: Add MALI clocks and fix GP0 pll support
ARM64: dts: meson-gxbb: Add Mali node
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 37 +++++
drivers/clk/meson/clk-pll.c | 34 ++++-
drivers/clk/meson/clkc.h | 3 +
drivers/clk/meson/gxbb.c | 211 +++++++++++++++++++++++++++-
drivers/clk/meson/gxbb.h | 7 +-
include/dt-bindings/clock/gxbb-clkc.h | 4 +
6 files changed, 282 insertions(+), 14 deletions(-)
--
1.9.1
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: narmstrong@baylibre.com (Neil Armstrong)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] meson-gxbb: Add mali-450 support
Date: Fri, 10 Feb 2017 11:04:42 +0100 [thread overview]
Message-ID: <1486721084-1383-1-git-send-email-narmstrong@baylibre.com> (raw)
Since the merge of the Mali dt bindings at [1], add support for Mali clocks
and DT node.
The Mali is clocked by two identical clock paths behind a glitch free mux
to safely change frequency while running.
So these clocks must be added to the meson-gxbb clock controller.
[1] http://lkml.kernel.org/r/b098c4fa9fce88361cca20417978734d0e1b5cca.1485939041.git-series.maxime.ripard at free-electrons.com
Neil Armstrong (2):
clk: meson-gxbb: Add MALI clocks and fix GP0 pll support
ARM64: dts: meson-gxbb: Add Mali node
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 37 +++++
drivers/clk/meson/clk-pll.c | 34 ++++-
drivers/clk/meson/clkc.h | 3 +
drivers/clk/meson/gxbb.c | 211 +++++++++++++++++++++++++++-
drivers/clk/meson/gxbb.h | 7 +-
include/dt-bindings/clock/gxbb-clkc.h | 4 +
6 files changed, 282 insertions(+), 14 deletions(-)
--
1.9.1
next reply other threads:[~2017-02-10 10:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-10 10:04 Neil Armstrong [this message]
2017-02-10 10:04 ` [PATCH 0/2] meson-gxbb: Add mali-450 support Neil Armstrong
2017-02-10 10:04 ` Neil Armstrong
2017-02-10 10:04 ` [PATCH 1/2] clk: meson-gxbb: Add MALI clocks and fix GP0 pll support Neil Armstrong
2017-02-10 10:04 ` Neil Armstrong
2017-02-10 10:04 ` Neil Armstrong
2017-02-10 10:04 ` [PATCH 2/2] ARM64: dts: meson-gxbb: Add Mali node Neil Armstrong
2017-02-10 10:04 ` Neil Armstrong
2017-02-10 10:04 ` Neil Armstrong
2017-02-10 10:04 ` Neil Armstrong
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=1486721084-1383-1-git-send-email-narmstrong@baylibre.com \
--to=narmstrong@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.