All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Zynq: revised CCF code
@ 2013-04-30 23:57 ` Soren Brinkmann
  0 siblings, 0 replies; 33+ messages in thread
From: Soren Brinkmann @ 2013-04-30 23:57 UTC (permalink / raw)
  To: linux-arm-kernel

This is a first shot a revised version of Zynq's CCF code.
This should model the whole clock tree and support clock gating for all
relevant clocks.

This follows Tegra and other ARM SOCs in containing the clock tree
within a single block, which in this case is simply named clock
controller.

The patch is based on the current Linus tree + armsoc/zynq/smp. A
branch for testing is available on github:
https://github.com/sorenb-xlnx/linux-xlnx/tree/zynq/clkc

ps: I hope this thread comes through fine. Corporate email is unwilling
to cooperate and I have to jump through some hoops. My testmail went
through fine though.

	S?ren

Soren Brinkmann (7):
  tty: xuartps: Sort #includes alphabetically
  tty: xuartps: Remove suspend/resume functions
  clocksource/cadence_ttc: Sort #includes alphabetically
  clk: zynq: Factor out PLL driver
  clk: zynq: Add clock controller driver
  arm: zynq: Migrate platform to clock controller
  clk: zynq: Remove deprecated clock code

 .../devicetree/bindings/clock/zynq-7000.txt        | 127 +++--
 arch/arm/boot/dts/zynq-7000.dtsi                   |  71 +--
 arch/arm/boot/dts/zynq-zc702.dts                   |   4 -
 arch/arm/mach-zynq/slcr.c                          |   2 +-
 drivers/clk/Makefile                               |   2 +-
 drivers/clk/clk-zynq.c                             | 378 ---------------
 drivers/clk/zynq/Makefile                          |   3 +
 drivers/clk/zynq/clkc.c                            | 533 +++++++++++++++++++++
 drivers/clk/zynq/pll.c                             | 235 +++++++++
 drivers/clocksource/cadence_ttc_timer.c            |  27 +-
 drivers/tty/serial/xilinx_uartps.c                 | 127 ++---
 include/linux/clk/zynq.h                           |   8 +-
 12 files changed, 982 insertions(+), 535 deletions(-)
 delete mode 100644 drivers/clk/clk-zynq.c
 create mode 100644 drivers/clk/zynq/Makefile
 create mode 100644 drivers/clk/zynq/clkc.c
 create mode 100644 drivers/clk/zynq/pll.c

-- 
1.8.2.2

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

end of thread, other threads:[~2013-05-01 15:40 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 23:57 [PATCH 0/7] Zynq: revised CCF code Soren Brinkmann
2013-04-30 23:57 ` Soren Brinkmann
2013-04-30 23:57 ` [PATCH 1/7] tty: xuartps: Sort #includes alphabetically Soren Brinkmann
2013-04-30 23:57   ` Soren Brinkmann
2013-05-01  0:00   ` Greg Kroah-Hartman
2013-05-01  0:00     ` Greg Kroah-Hartman
2013-05-01  0:05     ` Sören Brinkmann
2013-05-01  0:05       ` Sören Brinkmann
2013-05-01  0:05       ` Sören Brinkmann
2013-05-01  0:23       ` Greg Kroah-Hartman
2013-05-01  0:23         ` Greg Kroah-Hartman
2013-05-01  0:23         ` Greg Kroah-Hartman
2013-05-01  6:50         ` Michal Simek
2013-05-01  6:50           ` Michal Simek
2013-05-01 13:30           ` Greg Kroah-Hartman
2013-05-01 13:30             ` Greg Kroah-Hartman
2013-05-01 13:30             ` Greg Kroah-Hartman
2013-05-01 15:39         ` Sören Brinkmann
2013-05-01 15:39           ` Sören Brinkmann
2013-05-01 15:39           ` Sören Brinkmann
2013-04-30 23:57 ` [PATCH 2/7] tty: xuartps: Remove suspend/resume functions Soren Brinkmann
2013-04-30 23:57   ` Soren Brinkmann
2013-04-30 23:58 ` [PATCH 3/7] clocksource/cadence_ttc: Sort #includes alphabetically Soren Brinkmann
2013-04-30 23:58   ` Soren Brinkmann
2013-04-30 23:58 ` [PATCH 4/7] clk: zynq: Factor out PLL driver Soren Brinkmann
2013-04-30 23:58   ` Soren Brinkmann
2013-04-30 23:58 ` [PATCH 5/7] clk: zynq: Add clock controller driver Soren Brinkmann
2013-04-30 23:58   ` Soren Brinkmann
2013-04-30 23:58 ` [PATCH 6/7] arm: zynq: Migrate platform to clock controller Soren Brinkmann
2013-04-30 23:58   ` Soren Brinkmann
2013-04-30 23:58 ` [PATCH 7/7] clk: zynq: Remove deprecated clock code Soren Brinkmann
2013-04-30 23:58   ` Soren Brinkmann
2013-04-30 23:58   ` Soren Brinkmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.