linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: socfpga: Add clock driver for Arria10
@ 2015-04-03  4:40 dinguyen
  2015-04-03  4:40 ` [PATCH 1/3] clk: socfpga: update clk.h so for Arria10 platform to use dinguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dinguyen @ 2015-04-03  4:40 UTC (permalink / raw)
  To: sboyd, mturquette
  Cc: dinh.linux, robh+dt, ijc+devicetree, galak, mark.rutland,
	pawel.moll, devicetree, linux-arm-kernel, linux-kernel,
	Dinh Nguyen

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.

Dinh Nguyen (3):
  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

 arch/arm/boot/dts/socfpga_arria10.dtsi | 298 ++++++++++++++++++++++++++++++++-
 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 +-
 8 files changed, 760 insertions(+), 10 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-14 16:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-03  4:40 [PATCH 0/3] clk: socfpga: Add clock driver for Arria10 dinguyen
2015-04-03  4:40 ` [PATCH 1/3] clk: socfpga: update clk.h so for Arria10 platform to use dinguyen
2015-04-03  4:40 ` [PATCH 2/3] clk: socfpga: add a clock driver for the Arria 10 platform dinguyen
2015-04-03  4:40 ` [PATCH 3/3] ARM: socfpga: dts: add clocks to the Arria10 platform dinguyen
2015-04-14 16:07 ` [PATCH 0/3] clk: socfpga: Add clock driver for Arria10 Dinh Nguyen

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).