linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Zynq: revised CCF code
@ 2013-05-13 17:46 Soren Brinkmann
  2013-05-13 17:46 ` [PATCH v2 1/5] tty: xuartps: Remove suspend/resume functions Soren Brinkmann
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Soren Brinkmann @ 2013-05-13 17:46 UTC (permalink / raw)
  To: linux-arm-kernel

I rebased this series on v3.10-rc1 eliminating all dependencies and incorporated
Greg's feedback.
I'll push this also to my github repository.
https://github.com/sorenb-xlnx/linux-xlnx/tree/zynq/clkc

v2:
 - dropped the 'sort #includes' patches

	S?ren


Soren Brinkmann (5):
  tty: xuartps: Remove suspend/resume functions
  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            |  23 +-
 drivers/tty/serial/xilinx_uartps.c                 | 115 +++--
 include/linux/clk/zynq.h                           |   8 +-
 12 files changed, 974 insertions(+), 527 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.3

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

end of thread, other threads:[~2013-05-31  7:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 17:46 [PATCH v2 0/5] Zynq: revised CCF code Soren Brinkmann
2013-05-13 17:46 ` [PATCH v2 1/5] tty: xuartps: Remove suspend/resume functions Soren Brinkmann
2013-05-17 12:09   ` Michal Simek
2013-05-20 18:57     ` Greg Kroah-Hartman
2013-05-13 17:46 ` [PATCH v2 2/5] clk: zynq: Factor out PLL driver Soren Brinkmann
2013-05-13 17:46 ` [PATCH v2 3/5] clk: zynq: Add clock controller driver Soren Brinkmann
2013-05-13 17:46 ` [PATCH v2 4/5] arm: zynq: Migrate platform to clock controller Soren Brinkmann
2013-05-13 17:46 ` [PATCH v2 5/5] clk: zynq: Remove deprecated clock code Soren Brinkmann
2013-05-17 12:14 ` [PATCH v2 0/5] Zynq: revised CCF code Michal Simek
2013-05-30 18:44   ` Mike Turquette
2013-05-31  5:17     ` Michal Simek
2013-05-31  6:32       ` Mike Turquette
2013-05-31  7:03         ` Michal Simek
2013-05-21 14:34 ` Michal Simek

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