devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3 v2] clk: keystone: Add common clock drivers
@ 2013-08-29 19:14 Santosh Shilimkar
  2013-08-29 19:14 ` [PATCH 1/3 v2] clk: keystone: add Keystone PLL clock driver Santosh Shilimkar
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Santosh Shilimkar @ 2013-08-29 19:14 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Mark Rutland, devicetree, Santosh Shilimkar, Mike Turquette

v2:
- Aligned the bindings as per the list discussion. Removed the additional
	parameters by usage of reg-names and additional compatible fields.
- Addressed all the comments from v1 on drivers.
- Split the series into clock drivers($subject series) and
	platform, dt updates. Will post that one separately.

Special thanks to Mike and Mark for the detailed review on v1.

Series is an attempt to add the clock drivers for Keystone SOCs
based on common clock framework. A PLL drivers taking care of
SOC PLLs and a gate control driver taking clock management for
the IPs. The current Keystone based SOCs don' support dynamic power
management usecases like DVFS, SOC ilde etc and hence most of the
usage is limited to enabling clocks and finding the current clock
rate etc.

Based on to of Mike's dt binding series [1] and tested on Keystone2
EVM.

Cc: Mike Turquette <mturquette@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>

Santosh Shilimkar (3):
  clk: keystone: add Keystone PLL clock driver
  clk: keystone: Add gate control clock driver
  clk: keystone: Build Keystone clock drivers

 .../devicetree/bindings/clock/keystone-gate.txt    |   29 +++
 .../devicetree/bindings/clock/keystone-pll.txt     |   40 +++
 drivers/clk/Kconfig                                |    7 +
 drivers/clk/Makefile                               |    1 +
 drivers/clk/keystone/Makefile                      |    1 +
 drivers/clk/keystone/gate.c                        |  264 ++++++++++++++++++++
 drivers/clk/keystone/pll.c                         |  215 ++++++++++++++++
 7 files changed, 557 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/keystone-gate.txt
 create mode 100644 Documentation/devicetree/bindings/clock/keystone-pll.txt
 create mode 100644 drivers/clk/keystone/Makefile
 create mode 100644 drivers/clk/keystone/gate.c
 create mode 100644 drivers/clk/keystone/pll.c

-- 
1.7.9.5

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

end of thread, other threads:[~2013-09-25 17:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-29 19:14 [PATCH 0/3 v2] clk: keystone: Add common clock drivers Santosh Shilimkar
2013-08-29 19:14 ` [PATCH 1/3 v2] clk: keystone: add Keystone PLL clock driver Santosh Shilimkar
2013-08-29 19:14 ` [PATCH 2/3 v2] clk: keystone: Add gate control " Santosh Shilimkar
2013-08-29 19:14 ` [PATCH 3/3 v2] clk: keystone: Build Keystone clock drivers Santosh Shilimkar
     [not found] ` <1377803662-3509-1-git-send-email-santosh.shilimkar-l0cyMroinI0@public.gmane.org>
2013-09-25 16:13   ` [PATCH 0/3 v2] clk: keystone: Add common " Santosh Shilimkar
     [not found]     ` <52430B96.5070702-l0cyMroinI0@public.gmane.org>
2013-09-25 17:50       ` Mike Turquette
     [not found]         ` <CAPtuhTg1z29+L8jjY4+putq6_-yX4G12UgMm7K3PnD4q5KZVjA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-09-25 17:51           ` Santosh Shilimkar

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