All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] omap fixes for v3.15 merge window
@ 2014-03-13 22:42 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2014-03-13 22:42 UTC (permalink / raw)
  To: arm; +Cc: linux-arm-kernel, linux-omap

The following changes since commit cfbf8d4857c26a8a307fb7cd258074c9dcd8c691:

  Linux 3.14-rc4 (2014-02-23 17:40:03 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.15/fixes-for-merge-window

for you to fetch changes up to 77319669af37a1cfc844b801e83343b37e3c7e13:

  ARM: OMAP4: hwmod data: correct the idlemodes for spinlock (2014-03-13 14:09:57 -0700)

----------------------------------------------------------------
Fixes for omaps that would be good to get in before v3.15-rc1.

----------------------------------------------------------------
Florian Vaussard (2):
      CLK: TI: OMAP4/5/DRA7: Remove gpmc_fck from dummy clocks
      ARM: dts: omap4/5: Use l3_ick for the gpmc node

Mugunthan V N (1):
      ARM: dts: am33xx: correcting dt node unit address for usb

Nishanth Menon (1):
      ARM: OMAP4: Fix definition of IS_PM44XX_ERRATUM

Stefan Sørensen (1):
      ARM: OMAP2+: INTC: Acknowledge stuck active interrupts

Suman Anna (1):
      ARM: OMAP4: hwmod data: correct the idlemodes for spinlock

 arch/arm/boot/dts/am33xx.dtsi              | 4 ++--
 arch/arm/boot/dts/omap4.dtsi               | 2 ++
 arch/arm/boot/dts/omap5.dtsi               | 2 ++
 arch/arm/mach-omap2/irq.c                  | 8 ++++++++
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 3 +--
 arch/arm/mach-omap2/pm.h                   | 2 +-
 drivers/clk/ti/clk-44xx.c                  | 1 -
 drivers/clk/ti/clk-54xx.c                  | 1 -
 drivers/clk/ti/clk-7xx.c                   | 1 -
 9 files changed, 16 insertions(+), 8 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [GIT PULL] omap fixes for v3.15 merge window
@ 2014-03-13 22:42 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2014-03-13 22:42 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit cfbf8d4857c26a8a307fb7cd258074c9dcd8c691:

  Linux 3.14-rc4 (2014-02-23 17:40:03 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.15/fixes-for-merge-window

for you to fetch changes up to 77319669af37a1cfc844b801e83343b37e3c7e13:

  ARM: OMAP4: hwmod data: correct the idlemodes for spinlock (2014-03-13 14:09:57 -0700)

----------------------------------------------------------------
Fixes for omaps that would be good to get in before v3.15-rc1.

----------------------------------------------------------------
Florian Vaussard (2):
      CLK: TI: OMAP4/5/DRA7: Remove gpmc_fck from dummy clocks
      ARM: dts: omap4/5: Use l3_ick for the gpmc node

Mugunthan V N (1):
      ARM: dts: am33xx: correcting dt node unit address for usb

Nishanth Menon (1):
      ARM: OMAP4: Fix definition of IS_PM44XX_ERRATUM

Stefan S??rensen (1):
      ARM: OMAP2+: INTC: Acknowledge stuck active interrupts

Suman Anna (1):
      ARM: OMAP4: hwmod data: correct the idlemodes for spinlock

 arch/arm/boot/dts/am33xx.dtsi              | 4 ++--
 arch/arm/boot/dts/omap4.dtsi               | 2 ++
 arch/arm/boot/dts/omap5.dtsi               | 2 ++
 arch/arm/mach-omap2/irq.c                  | 8 ++++++++
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 3 +--
 arch/arm/mach-omap2/pm.h                   | 2 +-
 drivers/clk/ti/clk-44xx.c                  | 1 -
 drivers/clk/ti/clk-54xx.c                  | 1 -
 drivers/clk/ti/clk-7xx.c                   | 1 -
 9 files changed, 16 insertions(+), 8 deletions(-)

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

* Re: [GIT PULL] omap fixes for v3.15 merge window
  2014-03-13 22:42 ` Tony Lindgren
@ 2014-03-17 14:32   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2014-03-17 14:32 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: arm, linux-arm-kernel, linux-omap

On Thursday 13 March 2014, Tony Lindgren wrote:
> The following changes since commit cfbf8d4857c26a8a307fb7cd258074c9dcd8c691:
> 
>   Linux 3.14-rc4 (2014-02-23 17:40:03 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.15/fixes-for-merge-window
> 
> for you to fetch changes up to 77319669af37a1cfc844b801e83343b37e3c7e13:
> 
>   ARM: OMAP4: hwmod data: correct the idlemodes for spinlock (2014-03-13 14:09:57 -0700)
> 
> ----------------------------------------------------------------
> Fixes for omaps that would be good to get in before v3.15-rc1.

Merged into next/fixes-non-critical, thanks!

	Arnd

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

* [GIT PULL] omap fixes for v3.15 merge window
@ 2014-03-17 14:32   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2014-03-17 14:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 13 March 2014, Tony Lindgren wrote:
> The following changes since commit cfbf8d4857c26a8a307fb7cd258074c9dcd8c691:
> 
>   Linux 3.14-rc4 (2014-02-23 17:40:03 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.15/fixes-for-merge-window
> 
> for you to fetch changes up to 77319669af37a1cfc844b801e83343b37e3c7e13:
> 
>   ARM: OMAP4: hwmod data: correct the idlemodes for spinlock (2014-03-13 14:09:57 -0700)
> 
> ----------------------------------------------------------------
> Fixes for omaps that would be good to get in before v3.15-rc1.

Merged into next/fixes-non-critical, thanks!

	Arnd

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-13 22:42 [GIT PULL] omap fixes for v3.15 merge window Tony Lindgren
2014-03-13 22:42 ` Tony Lindgren
2014-03-17 14:32 ` Arnd Bergmann
2014-03-17 14:32   ` 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.