All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: versatile: DT IRQ and clock support
@ 2014-06-24 19:35 Rob Herring
  2014-06-26 12:50 ` Linus Walleij
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rob Herring @ 2014-06-24 19:35 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof,

Please pull for 3.17.

I've tested this on qemu, but still need Linus to test on h/w. He did
test an earlier version.

Rob

The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:

  Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
tags/versatile-for-3.17

for you to fetch changes up to a54c959d8be9d057b1a192e34a378b74dd81c5f6:

  clk: versatile: add versatile OSC support (2014-06-24 14:21:22 -0500)

----------------------------------------------------------------
DT IRQ and clock support for Versatile platforms

----------------------------------------------------------------
Rob Herring (11):
      dts: versatile: add missing irq controller properties
      irqchip: versatile-fpga: Add IRQCHIP_DECLARE support
      irqchip: versatile-fpga: add support for arm,versatile-sic
      ARM: integrator: convert to use irqchip_init
      ARM: versatile: remove init_irq hook for DT boot
      dts: versatile: add pl180 compatible strings
      dt/bindings: arm-boards: add binding for Versatile core module
      dt/bindings: add compatible string for versatile osc clock
      ARM: timer-sp: allow getting timer1 clock from DT to fallback to
legacy clock
      dts: versatile: add clock tree
      clk: versatile: add versatile OSC support

 Documentation/devicetree/bindings/arm/arm-boards   |  6 ++
 .../devicetree/bindings/clock/arm-integrator.txt   |  4 +-
 arch/arm/boot/dts/versatile-ab.dts                 | 81 +++++++++++++++++++++-
 arch/arm/boot/dts/versatile-pb.dts                 | 12 +++-
 arch/arm/common/timer-sp.c                         |  4 +-
 arch/arm/mach-integrator/integrator_ap.c           | 10 +--
 arch/arm/mach-integrator/integrator_cp.c           | 10 +--
 arch/arm/mach-versatile/versatile_dt.c             |  1 -
 drivers/clk/versatile/Makefile                     |  3 +-
 .../{clk-integrator.c => clk-versatile.c}          | 38 +++++++++-
 drivers/irqchip/irq-versatile-fpga.c               | 18 ++++-
 11 files changed, 158 insertions(+), 29 deletions(-)
 rename drivers/clk/versatile/{clk-integrator.c => clk-versatile.c} (63%)

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

* [GIT PULL] ARM: versatile: DT IRQ and clock support
  2014-06-24 19:35 [GIT PULL] ARM: versatile: DT IRQ and clock support Rob Herring
@ 2014-06-26 12:50 ` Linus Walleij
  2014-06-30 17:09 ` Jason Cooper
  2014-07-08  4:49 ` Olof Johansson
  2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2014-06-26 12:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 24, 2014 at 9:35 PM, Rob Herring <robherring2@gmail.com> wrote:

> Please pull for 3.17.
>
> I've tested this on qemu, but still need Linus to test on h/w. He did
> test an earlier version.

Sorry for the delay, I was swamped.

Tested-by: Linus Walleij <linus.walleij@linaro.org>

Tested on the Versatile/AB and Integrator/AP as well
(for regression check).

Works like a charm.

Yours,
Linus Walleij

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

* [GIT PULL] ARM: versatile: DT IRQ and clock support
  2014-06-24 19:35 [GIT PULL] ARM: versatile: DT IRQ and clock support Rob Herring
  2014-06-26 12:50 ` Linus Walleij
@ 2014-06-30 17:09 ` Jason Cooper
  2014-07-08  4:49 ` Olof Johansson
  2 siblings, 0 replies; 4+ messages in thread
From: Jason Cooper @ 2014-06-30 17:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 24, 2014 at 02:35:18PM -0500, Rob Herring wrote:
>       irqchip: versatile-fpga: Add IRQCHIP_DECLARE support
>       irqchip: versatile-fpga: add support for arm,versatile-sic

fwiw,

Acked-by: Jason Cooper <jason@lakedaemon.net>

thx,

Jason.

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

* [GIT PULL] ARM: versatile: DT IRQ and clock support
  2014-06-24 19:35 [GIT PULL] ARM: versatile: DT IRQ and clock support Rob Herring
  2014-06-26 12:50 ` Linus Walleij
  2014-06-30 17:09 ` Jason Cooper
@ 2014-07-08  4:49 ` Olof Johansson
  2 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-07-08  4:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 24, 2014 at 02:35:18PM -0500, Rob Herring wrote:
> Arnd, Olof,
> 
> Please pull for 3.17.
> 
> I've tested this on qemu, but still need Linus to test on h/w. He did
> test an earlier version.
> 
> Rob
> 
> The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:
> 
>   Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
> tags/versatile-for-3.17
> 
> for you to fetch changes up to a54c959d8be9d057b1a192e34a378b74dd81c5f6:
> 
>   clk: versatile: add versatile OSC support (2014-06-24 14:21:22 -0500)
> 
> ----------------------------------------------------------------
> DT IRQ and clock support for Versatile platforms

Merged into next/soc, but so far you are the front-runner for the award
for worst tag description this release.


-Olof

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

end of thread, other threads:[~2014-07-08  4:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-24 19:35 [GIT PULL] ARM: versatile: DT IRQ and clock support Rob Herring
2014-06-26 12:50 ` Linus Walleij
2014-06-30 17:09 ` Jason Cooper
2014-07-08  4:49 ` Olof Johansson

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.