All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm-soc: Xilinx zynq timer changes for v3.10
@ 2013-04-04  7:39 Michal Simek
  2013-04-08 16:36 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2013-04-04  7:39 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd and Olof,

please pull these zynq timer changes to your arm-soc tree.

This tree is based on clksrc/cleanup branch because these changes related
on Rob changes in clksrc-of.c.

Please let me know if you have any problem with it.

Thanks,
Michal


The following changes since commit 3d5a96582303e28c48699f3faaf920ef7d43e6f2:

   clocksource: make CLOCKSOURCE_OF_DECLARE type safe (2013-03-28 12:01:06 +0100)

are available in the git repository at:

   git://git.xilinx.com/linux-xlnx.git zynq/clksrc/cleanup

for you to fetch changes up to 4f0f234fce1d263cc9881456352e8fd56ead0514:

   arm: zynq: Move timer to generic location (2013-04-04 09:22:09 +0200)

----------------------------------------------------------------
Michal Simek (4):
       arm: zynq: Use standard timer binding
       arm: zynq: Move timer to clocksource interface
       arm: zynq: Do not use xilinx specific function names
       arm: zynq: Move timer to generic location

  .../bindings/timer/cadence,ttc-timer.txt           |   17 +
  arch/arm/boot/dts/zynq-7000.dtsi                   |   45 +-
  arch/arm/boot/dts/zynq-zc702.dts                   |   10 -
  arch/arm/mach-zynq/Kconfig                         |    1 +
  arch/arm/mach-zynq/Makefile                        |    2 +-
  arch/arm/mach-zynq/common.c                        |    3 +-
  arch/arm/mach-zynq/common.h                        |    2 -
  arch/arm/mach-zynq/timer.c                         |  324 ---------------
  drivers/clocksource/Kconfig                        |    3 +
  drivers/clocksource/Makefile                       |    1 +
  drivers/clocksource/cadence_ttc_timer.c            |  436 ++++++++++++++++++++
  11 files changed, 467 insertions(+), 377 deletions(-)
  create mode 100644 Documentation/devicetree/bindings/timer/cadence,ttc-timer.txt
  delete mode 100644 arch/arm/mach-zynq/timer.c
  create mode 100644 drivers/clocksource/cadence_ttc_timer.c

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

end of thread, other threads:[~2013-04-08 16:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04  7:39 [GIT PULL] arm-soc: Xilinx zynq timer changes for v3.10 Michal Simek
2013-04-08 16:36 ` Arnd Bergmann

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.