All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] integrator base patches for v3.15
@ 2014-02-13 12:35 ` Linus Walleij
  0 siblings, 0 replies; 10+ messages in thread
From: Linus Walleij @ 2014-02-13 12:35 UTC (permalink / raw)
  To: arm; +Cc: linux-arm-kernel, linux-kernel, Thomas Gleixner, Mike Turquette

Hi ARM SoC folks,

this is a set of patches I have sent for review and failed to get
ACKs from the proper subsystem maintainers after repeated
pings. However I now need to have this rotated in linux-next
as a base for multiplatform, so please pull it in, it is all ARM
drivers anyway. Russell pointed out some things and these
have been fixed and iterated in this series.

Yours,
Linus Walleij

The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed:

  Linux 3.14-rc2 (2014-02-09 18:15:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/integrator-for-v3.15-1

for you to fetch changes up to 29525484cd2524a31ee0924831ab43b46ea6ebe1:

  ARM: integrator: select GPIO block (2014-02-13 11:21:37 +0100)

----------------------------------------------------------------
Integrator/Versatile base patch stack for the v3.15 series:

- Move integrator clock definitions to the device tree, alter
  clock and timer drivers accordingly.

- Alter the VIC irqchip driver to support cascaded VICs off
  a parent IRQ controller.

- Update the IM-PD1 plugin code to use managed resources.

- Register the VIC on the IM-PD1.

- Select the PL061 GPIO block for the IM-PD1 on the
  Integrator/AP.

----------------------------------------------------------------
Linus Walleij (10):
      ARM: integrator: define clocks in the device trees
      ARM: SP804: make Integrator/CP timer pick clock from DT
      ARM: integrator: switch to fetch clocks from device tree
      clk: versatile: pass a parent to the ICST clock
      clk: versatile: respect parent rate in ICST clock
      irqchip: vic: update the base IRQ member correctly
      irqchip: support cascaded VICs
      ARM: integrator: use managed resources for the IM-PD1
      ARM: integrator: register the IM-PD1 VIC
      ARM: integrator: select GPIO block

 .../devicetree/bindings/clock/arm-integrator.txt   |  34 +++++++
 arch/arm/boot/dts/integratorap.dts                 |  35 +++++++
 arch/arm/boot/dts/integratorcp.dts                 | 102 ++++++++++++++++++++-
 arch/arm/common/timer-sp.c                         |   8 +-
 arch/arm/mach-integrator/Kconfig                   |   3 +
 arch/arm/mach-integrator/impd1.c                   |  81 +++++++++-------
 arch/arm/mach-integrator/integrator_ap.c           |  19 +++-
 arch/arm/mach-integrator/integrator_cp.c           |   6 --
 arch/arm/mach-versatile/core.c                     |   2 +-
 drivers/clk/versatile/clk-icst.c                   |  21 ++++-
 drivers/clk/versatile/clk-icst.h                   |   1 +
 drivers/clk/versatile/clk-impd1.c                  |   6 +-
 drivers/clk/versatile/clk-integrator.c             |  83 +++++++----------
 drivers/clk/versatile/clk-realview.c               |   4 +-
 drivers/irqchip/irq-vic.c                          |  59 ++++++++++--
 include/linux/irqchip/arm-vic.h                    |   6 +-
 include/linux/platform_data/clk-integrator.h       |   1 -
 17 files changed, 353 insertions(+), 118 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/arm-integrator.txt

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

* [GIT PULL] integrator base patches for v3.15
@ 2014-02-13 12:35 ` Linus Walleij
  0 siblings, 0 replies; 10+ messages in thread
From: Linus Walleij @ 2014-02-13 12:35 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC folks,

this is a set of patches I have sent for review and failed to get
ACKs from the proper subsystem maintainers after repeated
pings. However I now need to have this rotated in linux-next
as a base for multiplatform, so please pull it in, it is all ARM
drivers anyway. Russell pointed out some things and these
have been fixed and iterated in this series.

Yours,
Linus Walleij

The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed:

  Linux 3.14-rc2 (2014-02-09 18:15:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/integrator-for-v3.15-1

for you to fetch changes up to 29525484cd2524a31ee0924831ab43b46ea6ebe1:

  ARM: integrator: select GPIO block (2014-02-13 11:21:37 +0100)

----------------------------------------------------------------
Integrator/Versatile base patch stack for the v3.15 series:

- Move integrator clock definitions to the device tree, alter
  clock and timer drivers accordingly.

- Alter the VIC irqchip driver to support cascaded VICs off
  a parent IRQ controller.

- Update the IM-PD1 plugin code to use managed resources.

- Register the VIC on the IM-PD1.

- Select the PL061 GPIO block for the IM-PD1 on the
  Integrator/AP.

----------------------------------------------------------------
Linus Walleij (10):
      ARM: integrator: define clocks in the device trees
      ARM: SP804: make Integrator/CP timer pick clock from DT
      ARM: integrator: switch to fetch clocks from device tree
      clk: versatile: pass a parent to the ICST clock
      clk: versatile: respect parent rate in ICST clock
      irqchip: vic: update the base IRQ member correctly
      irqchip: support cascaded VICs
      ARM: integrator: use managed resources for the IM-PD1
      ARM: integrator: register the IM-PD1 VIC
      ARM: integrator: select GPIO block

 .../devicetree/bindings/clock/arm-integrator.txt   |  34 +++++++
 arch/arm/boot/dts/integratorap.dts                 |  35 +++++++
 arch/arm/boot/dts/integratorcp.dts                 | 102 ++++++++++++++++++++-
 arch/arm/common/timer-sp.c                         |   8 +-
 arch/arm/mach-integrator/Kconfig                   |   3 +
 arch/arm/mach-integrator/impd1.c                   |  81 +++++++++-------
 arch/arm/mach-integrator/integrator_ap.c           |  19 +++-
 arch/arm/mach-integrator/integrator_cp.c           |   6 --
 arch/arm/mach-versatile/core.c                     |   2 +-
 drivers/clk/versatile/clk-icst.c                   |  21 ++++-
 drivers/clk/versatile/clk-icst.h                   |   1 +
 drivers/clk/versatile/clk-impd1.c                  |   6 +-
 drivers/clk/versatile/clk-integrator.c             |  83 +++++++----------
 drivers/clk/versatile/clk-realview.c               |   4 +-
 drivers/irqchip/irq-vic.c                          |  59 ++++++++++--
 include/linux/irqchip/arm-vic.h                    |   6 +-
 include/linux/platform_data/clk-integrator.h       |   1 -
 17 files changed, 353 insertions(+), 118 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/arm-integrator.txt

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

* Re: [GIT PULL] integrator base patches for v3.15
  2014-02-13 12:35 ` Linus Walleij
@ 2014-02-21 22:47   ` Olof Johansson
  -1 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2014-02-21 22:47 UTC (permalink / raw)
  To: Linus Walleij
  Cc: arm, linux-arm-kernel, linux-kernel, Thomas Gleixner, Mike Turquette

On Thu, Feb 13, 2014 at 01:35:38PM +0100, Linus Walleij wrote:
> Hi ARM SoC folks,
> 
> this is a set of patches I have sent for review and failed to get
> ACKs from the proper subsystem maintainers after repeated
> pings. However I now need to have this rotated in linux-next
> as a base for multiplatform, so please pull it in, it is all ARM
> drivers anyway. Russell pointed out some things and these
> have been fixed and iterated in this series.
> 
> Yours,
> Linus Walleij
> 
> The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed:
> 
>   Linux 3.14-rc2 (2014-02-09 18:15:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
> tags/integrator-for-v3.15-1
> 
> for you to fetch changes up to 29525484cd2524a31ee0924831ab43b46ea6ebe1:
> 
>   ARM: integrator: select GPIO block (2014-02-13 11:21:37 +0100)

These patches are a little all over the place -- some is new dt bindings, some
are driver cleanups, etc. I ended up merging it into next/drivers since that's
what the bulk of the changes were in this time.

So, pulled. Thanks.


-Olof

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

* [GIT PULL] integrator base patches for v3.15
@ 2014-02-21 22:47   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2014-02-21 22:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Feb 13, 2014 at 01:35:38PM +0100, Linus Walleij wrote:
> Hi ARM SoC folks,
> 
> this is a set of patches I have sent for review and failed to get
> ACKs from the proper subsystem maintainers after repeated
> pings. However I now need to have this rotated in linux-next
> as a base for multiplatform, so please pull it in, it is all ARM
> drivers anyway. Russell pointed out some things and these
> have been fixed and iterated in this series.
> 
> Yours,
> Linus Walleij
> 
> The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed:
> 
>   Linux 3.14-rc2 (2014-02-09 18:15:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
> tags/integrator-for-v3.15-1
> 
> for you to fetch changes up to 29525484cd2524a31ee0924831ab43b46ea6ebe1:
> 
>   ARM: integrator: select GPIO block (2014-02-13 11:21:37 +0100)

These patches are a little all over the place -- some is new dt bindings, some
are driver cleanups, etc. I ended up merging it into next/drivers since that's
what the bulk of the changes were in this time.

So, pulled. Thanks.


-Olof

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

* Re: [GIT PULL] integrator base patches for v3.15
  2014-02-13 12:35 ` Linus Walleij
@ 2014-02-24 10:17   ` Arnd Bergmann
  -1 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2014-02-24 10:17 UTC (permalink / raw)
  To: Linus Walleij
  Cc: arm, linux-arm-kernel, linux-kernel, Thomas Gleixner, Mike Turquette

On Thursday 13 February 2014, Linus Walleij wrote:
>       irqchip: vic: update the base IRQ member correctly
>       irqchip: support cascaded VICs
>       ARM: integrator: register the IM-PD1 VIC

I got a randconfig build error for CONFIG_IMPD1=m. Ok to apply this
fix on top?

8<---

irqchip: VIC: export vic_init_cascaded

vic_init_cascaded is called by integrator impd1 code that can
be a loadable module, so the function has to be exported.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

diff --git a/drivers/irqchip/irq-vic.c b/drivers/irqchip/irq-vic.c
index 6002942..fd2c980 100644
--- a/drivers/irqchip/irq-vic.c
+++ b/drivers/irqchip/irq-vic.c
@@ -509,6 +509,7 @@ int __init vic_init_cascaded(void __iomem *base, unsigned int parent_irq,
 	/* Return out acquired base */
 	return v->irq;
 }
+EXPORT_SYMBOL_GPL(vic_init_cascaded);
 
 #ifdef CONFIG_OF
 int __init vic_of_init(struct device_node *node, struct device_node *parent)

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

* [GIT PULL] integrator base patches for v3.15
@ 2014-02-24 10:17   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2014-02-24 10:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 13 February 2014, Linus Walleij wrote:
>       irqchip: vic: update the base IRQ member correctly
>       irqchip: support cascaded VICs
>       ARM: integrator: register the IM-PD1 VIC

I got a randconfig build error for CONFIG_IMPD1=m. Ok to apply this
fix on top?

8<---

irqchip: VIC: export vic_init_cascaded

vic_init_cascaded is called by integrator impd1 code that can
be a loadable module, so the function has to be exported.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

diff --git a/drivers/irqchip/irq-vic.c b/drivers/irqchip/irq-vic.c
index 6002942..fd2c980 100644
--- a/drivers/irqchip/irq-vic.c
+++ b/drivers/irqchip/irq-vic.c
@@ -509,6 +509,7 @@ int __init vic_init_cascaded(void __iomem *base, unsigned int parent_irq,
 	/* Return out acquired base */
 	return v->irq;
 }
+EXPORT_SYMBOL_GPL(vic_init_cascaded);
 
 #ifdef CONFIG_OF
 int __init vic_of_init(struct device_node *node, struct device_node *parent)

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

* Re: [GIT PULL] integrator base patches for v3.15
  2014-02-24 10:17   ` Arnd Bergmann
@ 2014-02-24 11:53     ` Linus Walleij
  -1 siblings, 0 replies; 10+ messages in thread
From: Linus Walleij @ 2014-02-24 11:53 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: arm, linux-arm-kernel, linux-kernel, Thomas Gleixner, Mike Turquette

On Mon, Feb 24, 2014 at 11:17 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Thursday 13 February 2014, Linus Walleij wrote:
>>       irqchip: vic: update the base IRQ member correctly
>>       irqchip: support cascaded VICs
>>       ARM: integrator: register the IM-PD1 VIC
>
> I got a randconfig build error for CONFIG_IMPD1=m. Ok to apply this
> fix on top?

Sure sorry for missing this ...

> 8<---
>
> irqchip: VIC: export vic_init_cascaded
>
> vic_init_cascaded is called by integrator impd1 code that can
> be a loadable module, so the function has to be exported.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

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

Can either of you pls apply this directly to the ARM SoC tree?

Yours,
Linus Walleij

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

* [GIT PULL] integrator base patches for v3.15
@ 2014-02-24 11:53     ` Linus Walleij
  0 siblings, 0 replies; 10+ messages in thread
From: Linus Walleij @ 2014-02-24 11:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Feb 24, 2014 at 11:17 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Thursday 13 February 2014, Linus Walleij wrote:
>>       irqchip: vic: update the base IRQ member correctly
>>       irqchip: support cascaded VICs
>>       ARM: integrator: register the IM-PD1 VIC
>
> I got a randconfig build error for CONFIG_IMPD1=m. Ok to apply this
> fix on top?

Sure sorry for missing this ...

> 8<---
>
> irqchip: VIC: export vic_init_cascaded
>
> vic_init_cascaded is called by integrator impd1 code that can
> be a loadable module, so the function has to be exported.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

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

Can either of you pls apply this directly to the ARM SoC tree?

Yours,
Linus Walleij

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

* Re: [GIT PULL] integrator base patches for v3.15
  2014-02-24 11:53     ` Linus Walleij
@ 2014-02-25 17:03       ` Arnd Bergmann
  -1 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2014-02-25 17:03 UTC (permalink / raw)
  To: Linus Walleij
  Cc: arm, linux-arm-kernel, linux-kernel, Thomas Gleixner, Mike Turquette

On Monday 24 February 2014, Linus Walleij wrote:
> >
> > irqchip: VIC: export vic_init_cascaded
> >
> > vic_init_cascaded is called by integrator impd1 code that can
> > be a loadable module, so the function has to be exported.
> >
> > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> 
> Can either of you pls apply this directly to the ARM SoC tree?
> 

Applied on next/drivers now.

	ARnd

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

* [GIT PULL] integrator base patches for v3.15
@ 2014-02-25 17:03       ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2014-02-25 17:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 24 February 2014, Linus Walleij wrote:
> >
> > irqchip: VIC: export vic_init_cascaded
> >
> > vic_init_cascaded is called by integrator impd1 code that can
> > be a loadable module, so the function has to be exported.
> >
> > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> 
> Can either of you pls apply this directly to the ARM SoC tree?
> 

Applied on next/drivers now.

	ARnd

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

end of thread, other threads:[~2014-02-25 17:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-13 12:35 [GIT PULL] integrator base patches for v3.15 Linus Walleij
2014-02-13 12:35 ` Linus Walleij
2014-02-21 22:47 ` Olof Johansson
2014-02-21 22:47   ` Olof Johansson
2014-02-24 10:17 ` Arnd Bergmann
2014-02-24 10:17   ` Arnd Bergmann
2014-02-24 11:53   ` Linus Walleij
2014-02-24 11:53     ` Linus Walleij
2014-02-25 17:03     ` Arnd Bergmann
2014-02-25 17:03       ` 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.