All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] omap fixes against v3.12-rc1
@ 2013-09-18 20:59 Tony Lindgren
  2013-09-18 20:59 ` [GIT PULL 2/2] omap dt " Tony Lindgren
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Tony Lindgren @ 2013-09-18 20:59 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:

  Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.12/fixes-signed

for you to fetch changes up to e942cc06e2d183975dd47d8da9e569316cb870ea:

  ARM: OMAP2+: mux: fix trivial typo in name (2013-09-18 12:02:01 -0700)

----------------------------------------------------------------
omap fixes for build warnings and cpuidle, and
a few trivial typo fixes.

----------------------------------------------------------------
Anoop Thomas Mathew (1):
      ARM: OMAP4 SMP: Corrected a typo fucntions to functions

Fabio Estevam (1):
      ARM: mach-omap2: gpmc: Fix warning when CONFIG_ARM_LPAE=y

Jingoo Han (1):
      mailbox: remove unnecessary platform_set_drvdata()

Phil Carmody (1):
      ARM: OMAP2+: mux: fix trivial typo in name

Tony Lindgren (1):
      ARM: OMAP4: Fix clock_get error for GPMC during boot

Vladimir Murzin (1):
      ARM: OMAP4: cpuidle: fix: call cpu_cluster_pm_exit conditionally

Wei Yongjun (1):
      ARM: OMAP: fix return value check in omap_device_build_from_dt()

 arch/arm/mach-omap2/cclock44xx_data.c | 2 +-
 arch/arm/mach-omap2/cpuidle44xx.c     | 2 +-
 arch/arm/mach-omap2/gpmc.c            | 4 ++--
 arch/arm/mach-omap2/mux34xx.c         | 2 +-
 arch/arm/mach-omap2/omap-smp.c        | 2 +-
 arch/arm/mach-omap2/omap_device.c     | 2 +-
 drivers/mailbox/mailbox-omap2.c       | 1 -
 7 files changed, 7 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <523a141d.69bf420a.7e3c.fffff8c5SMTPIN_ADDED_BROKEN@mx.google.com>]
* [GIT PULL 1/2] omap fixes against v3.12-rc1
@ 2013-09-18 20:59 Tony Lindgren
  0 siblings, 0 replies; 9+ messages in thread
From: Tony Lindgren @ 2013-09-18 20:59 UTC (permalink / raw)
  To: arm, Arnd Bergmann, Kevin Hilman, Olof Johansson
  Cc: linux-omap, linux-arm-kernel

The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:

  Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.12/fixes-signed

for you to fetch changes up to e942cc06e2d183975dd47d8da9e569316cb870ea:

  ARM: OMAP2+: mux: fix trivial typo in name (2013-09-18 12:02:01 -0700)

----------------------------------------------------------------
omap fixes for build warnings and cpuidle, and
a few trivial typo fixes.

----------------------------------------------------------------
Anoop Thomas Mathew (1):
      ARM: OMAP4 SMP: Corrected a typo fucntions to functions

Fabio Estevam (1):
      ARM: mach-omap2: gpmc: Fix warning when CONFIG_ARM_LPAE=y

Jingoo Han (1):
      mailbox: remove unnecessary platform_set_drvdata()

Phil Carmody (1):
      ARM: OMAP2+: mux: fix trivial typo in name

Tony Lindgren (1):
      ARM: OMAP4: Fix clock_get error for GPMC during boot

Vladimir Murzin (1):
      ARM: OMAP4: cpuidle: fix: call cpu_cluster_pm_exit conditionally

Wei Yongjun (1):
      ARM: OMAP: fix return value check in omap_device_build_from_dt()

 arch/arm/mach-omap2/cclock44xx_data.c | 2 +-
 arch/arm/mach-omap2/cpuidle44xx.c     | 2 +-
 arch/arm/mach-omap2/gpmc.c            | 4 ++--
 arch/arm/mach-omap2/mux34xx.c         | 2 +-
 arch/arm/mach-omap2/omap-smp.c        | 2 +-
 arch/arm/mach-omap2/omap_device.c     | 2 +-
 drivers/mailbox/mailbox-omap2.c       | 1 -
 7 files changed, 7 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [GIT PULL 1/2] omap fixes against v3.12-rc1
@ 2013-09-18 20:59 Tony Lindgren
  0 siblings, 0 replies; 9+ messages in thread
From: Tony Lindgren @ 2013-09-18 20:59 UTC (permalink / raw)
  To: arm, Arnd Bergmann, Kevin Hilman, Olof Johansson
  Cc: linux-arm-kernel, linux-omap

The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:

  Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.12/fixes-signed

for you to fetch changes up to e942cc06e2d183975dd47d8da9e569316cb870ea:

  ARM: OMAP2+: mux: fix trivial typo in name (2013-09-18 12:02:01 -0700)

----------------------------------------------------------------
omap fixes for build warnings and cpuidle, and
a few trivial typo fixes.

----------------------------------------------------------------
Anoop Thomas Mathew (1):
      ARM: OMAP4 SMP: Corrected a typo fucntions to functions

Fabio Estevam (1):
      ARM: mach-omap2: gpmc: Fix warning when CONFIG_ARM_LPAE=y

Jingoo Han (1):
      mailbox: remove unnecessary platform_set_drvdata()

Phil Carmody (1):
      ARM: OMAP2+: mux: fix trivial typo in name

Tony Lindgren (1):
      ARM: OMAP4: Fix clock_get error for GPMC during boot

Vladimir Murzin (1):
      ARM: OMAP4: cpuidle: fix: call cpu_cluster_pm_exit conditionally

Wei Yongjun (1):
      ARM: OMAP: fix return value check in omap_device_build_from_dt()

 arch/arm/mach-omap2/cclock44xx_data.c | 2 +-
 arch/arm/mach-omap2/cpuidle44xx.c     | 2 +-
 arch/arm/mach-omap2/gpmc.c            | 4 ++--
 arch/arm/mach-omap2/mux34xx.c         | 2 +-
 arch/arm/mach-omap2/omap-smp.c        | 2 +-
 arch/arm/mach-omap2/omap_device.c     | 2 +-
 drivers/mailbox/mailbox-omap2.c       | 1 -
 7 files changed, 7 insertions(+), 8 deletions(-)

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

end of thread, other threads:[~2013-09-18 21:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-18 20:59 [GIT PULL 1/2] omap fixes against v3.12-rc1 Tony Lindgren
2013-09-18 20:59 ` [GIT PULL 2/2] omap dt " Tony Lindgren
2013-09-18 20:59 ` Tony Lindgren
     [not found] ` <523a141e.8480e00a.5d23.5257SMTPIN_ADDED_MISSING@mx.google.com>
2013-09-18 21:48   ` Olof Johansson
2013-09-18 21:48     ` Olof Johansson
     [not found] <523a141d.69bf420a.7e3c.fffff8c5SMTPIN_ADDED_BROKEN@mx.google.com>
2013-09-18 21:47 ` [GIT PULL 1/2] omap " Olof Johansson
2013-09-18 21:47   ` Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2013-09-18 20:59 Tony Lindgren
2013-09-18 20:59 Tony Lindgren

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.