From: Dinh Nguyen <dinguyen@kernel.org>
To: linux-clk@vger.kernel.org
Cc: dinguyen@kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, sboyd@kernel.org,
mturquette@baylibre.com, robh+dt@kernel.org,
mark.rutland@arm.com
Subject: [PATCHv6 0/5] clk: agilex: add clock driver
Date: Mon, 6 Apr 2020 11:04:13 -0500 [thread overview]
Message-ID: <20200406160418.27476-1-dinguyen@kernel.org> (raw)
Hi,
This is version 6 of the patchset to add a clock driver to the Agilex
platform.
The change from v5 is fix build error from 'make dt_binding_check'.
Thanks,
Dinh Nguyen (5):
clk: socfpga: remove clk_ops enable/disable methods
clk: socfpga: add const to _ops data structures
dt-bindings: documentation: add clock bindings information for Agilex
clk: socfpga: agilex: add clock driver for the Agilex platform
arm64: dts: agilex: populate clock dts entries
.../bindings/clock/intel,agilex.yaml | 46 ++
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 72 +++
.../boot/dts/intel/socfpga_agilex_socdk.dts | 8 +
drivers/clk/Makefile | 3 +-
drivers/clk/socfpga/Makefile | 2 +
drivers/clk/socfpga/clk-agilex.c | 454 ++++++++++++++++++
drivers/clk/socfpga/clk-pll-a10.c | 4 +-
drivers/clk/socfpga/clk-pll-s10.c | 74 ++-
drivers/clk/socfpga/clk-pll.c | 4 +-
drivers/clk/socfpga/stratix10-clk.h | 2 +
include/dt-bindings/clock/agilex-clock.h | 70 +++
11 files changed, 728 insertions(+), 11 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/intel,agilex.yaml
create mode 100644 drivers/clk/socfpga/clk-agilex.c
create mode 100644 include/dt-bindings/clock/agilex-clock.h
--
2.25.1
next reply other threads:[~2020-04-06 16:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-06 16:04 Dinh Nguyen [this message]
2020-04-06 16:04 ` [PATCHv6 1/5] clk: socfpga: stratix10: use new parent data scheme Dinh Nguyen
2020-04-06 16:04 ` [PATCHv6 2/5] clk: socfpga: remove clk_ops enable/disable methods Dinh Nguyen
2020-04-06 16:04 ` [PATCHv6 3/5] clk: socfpga: add const to _ops data structures Dinh Nguyen
2020-04-06 16:04 ` [PATCHv6 4/5] dt-bindings: documentation: add clock bindings information for Agilex Dinh Nguyen
2020-04-15 14:40 ` Rob Herring
2020-04-06 16:04 ` [PATCHv6 5/5] clk: socfpga: agilex: add clock driver for the Agilex platform Dinh Nguyen
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=20200406160418.27476-1-dinguyen@kernel.org \
--to=dinguyen@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.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