From: dinguyen@opensource.altera.com (dinguyen at opensource.altera.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv3 0/4] clk: socfpga: Add clock driver for Arria10
Date: Thu, 7 May 2015 10:11:59 -0500 [thread overview]
Message-ID: <1431011523-10049-1-git-send-email-dinguyen@opensource.altera.com> (raw)
From: Dinh Nguyen <dinguyen@opensource.altera.com>
Hi,
This patch series add the clock driver for the Arria10 platform. Although the
Arria10 SoC's clock framework has some similarities the Cyclone/Arria 5, the
differences are enough to warrant it's own driver, rather than polluting the
existing driver with platform lookups.
v3:
- Fix sparse warning of assigning an integer 0 instead of NULL to a pointer.
v2:
- Update the DTS bindings doucment to have the new Arria10 clocks.
- Add an l4_sys_free_clk node. The l4_sys_free_clk is similar to the
l4_sp_clk, but cannot be gated.
*** BLURB HERE ***
Dinh Nguyen (4):
clk: socfpga: update clk.h so for Arria10 platform to use
clk: socfpga: add a clock driver for the Arria 10 platform
ARM: socfpga: dts: add clocks to the Arria10 platform
Documentation: DT bindings: document the clocks for Arria10
.../devicetree/bindings/clock/altr_socfpga.txt | 17 +-
arch/arm/boot/dts/socfpga_arria10.dtsi | 309 ++++++++++++++++++++-
drivers/clk/socfpga/Makefile | 1 +
drivers/clk/socfpga/clk-gate-a10.c | 187 +++++++++++++
drivers/clk/socfpga/clk-gate.c | 4 -
drivers/clk/socfpga/clk-periph-a10.c | 131 +++++++++
drivers/clk/socfpga/clk-pll-a10.c | 132 +++++++++
drivers/clk/socfpga/clk.c | 7 +-
drivers/clk/socfpga/clk.h | 10 +-
9 files changed, 782 insertions(+), 16 deletions(-)
create mode 100644 drivers/clk/socfpga/clk-gate-a10.c
create mode 100644 drivers/clk/socfpga/clk-periph-a10.c
create mode 100644 drivers/clk/socfpga/clk-pll-a10.c
--
2.2.1
next reply other threads:[~2015-05-07 15:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-07 15:11 dinguyen at opensource.altera.com [this message]
2015-05-07 15:12 ` [PATCHv3 1/4] clk: socfpga: update clk.h so for Arria10 platform to use dinguyen at opensource.altera.com
2015-05-07 15:12 ` [PATCHv3 2/4] clk: socfpga: add a clock driver for the Arria 10 platform dinguyen at opensource.altera.com
2015-05-16 0:52 ` Stephen Boyd
2015-05-19 16:29 ` Dinh Nguyen
2015-05-19 21:50 ` Stephen Boyd
2015-05-19 23:12 ` Dinh Nguyen
2015-05-20 0:22 ` Stephen Boyd
2015-05-07 15:12 ` [PATCHv3 3/4] ARM: socfpga: dts: add clocks to the Arria10 platform dinguyen at opensource.altera.com
2015-05-07 15:12 ` [PATCHv3 4/4] Documentation: DT bindings: document the clocks for Arria10 dinguyen at opensource.altera.com
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=1431011523-10049-1-git-send-email-dinguyen@opensource.altera.com \
--to=dinguyen@opensource.altera.com \
--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).