From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] clk: mediatek: add clock support for MT7629 SoC
Date: Mon, 12 Nov 2018 11:21:07 -0600 [thread overview]
Message-ID: <5bea0ea7.1c69fb81.7820a.2044@mx.google.com> (raw)
In-Reply-To: <815e38d4d74689980cd73c86d9e80fd5854cfc94.1541143168.git.ryder.lee@mediatek.com>
On Mon, Nov 05, 2018 at 04:43:55PM +0800, Ryder Lee wrote:
> Add all supported clocks exported from every susbystem found on MT7629 SoC.
>
> Signed-off-by: Wenzhen Yu <wenzhen.yu@mediatek.com>
> Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
> ---
> drivers/clk/mediatek/Kconfig | 23 ++
> drivers/clk/mediatek/Makefile | 3 +
> drivers/clk/mediatek/clk-mt7629-eth.c | 159 ++++++++
> drivers/clk/mediatek/clk-mt7629-hif.c | 156 +++++++
> drivers/clk/mediatek/clk-mt7629.c | 723 +++++++++++++++++++++++++++++++++
> include/dt-bindings/clock/mt7629-clk.h | 203 +++++++++
Acked-by: Rob Herring <robh@kernel.org>
In the future, the header goes with the binding patch.
> 6 files changed, 1267 insertions(+)
> create mode 100644 drivers/clk/mediatek/clk-mt7629-eth.c
> create mode 100644 drivers/clk/mediatek/clk-mt7629-hif.c
> create mode 100644 drivers/clk/mediatek/clk-mt7629.c
> create mode 100644 include/dt-bindings/clock/mt7629-clk.h
next prev parent reply other threads:[~2018-11-12 17:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-05 8:43 [PATCH 1/2] clk: mediatek: add clock support for MT7629 SoC Ryder Lee
2018-11-05 8:43 ` [PATCH 2/2] dt-bindings: arm: mediatek: document clk bindings for MT7629 Ryder Lee
2018-11-12 23:37 ` Rob Herring
2018-11-30 6:56 ` Stephen Boyd
2018-11-12 17:21 ` Rob Herring [this message]
2018-11-30 6:56 ` [PATCH 1/2] clk: mediatek: add clock support for MT7629 SoC Stephen Boyd
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=5bea0ea7.1c69fb81.7820a.2044@mx.google.com \
--to=robh@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).