mbox

[GIT,PULL,1/7] omap non-critical fixes for v3.7 merge window

Message ID pull-1347590052-683636
State New
Headers show

Pull-request

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

Message

Tony Lindgren Sept. 14, 2012, 2:34 a.m. UTC
The following changes since commit 55d512e245bc7699a8800e23df1a24195dd08217:

  Linux 3.6-rc5 (2012-09-08 16:43:45 -0700)

are available in the git repository at:

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

for you to fetch changes up to 3c5dc4a7daa6e64e39412fe9c7daa298834de623:

  ARM: OMAP4: wakeupgen: remove duplicate AUXCOREBOOT* read/write (2012-09-12 21:14:34 -0700)

----------------------------------------------------------------
Non critical omap fixes that we not considered necessary
for the v3.6 -rc cycle.

----------------------------------------------------------------
Paul Walmsley (1):
      ARM: OMAP4: wakeupgen: remove duplicate AUXCOREBOOT* read/write

Santosh Shilimkar (1):
      ARM: OMAP4: wakeupgen: Fix the typo in AUXCOREBOOT register save

Wei Yongjun (1):
      gpio/omap: fix possible memory leak in omap2_gpio_dev_init()

 arch/arm/mach-omap2/gpio.c           |    2 ++
 arch/arm/mach-omap2/omap-wakeupgen.c |    8 +-------
 2 files changed, 3 insertions(+), 7 deletions(-)

Comments

Tony Lindgren Sept. 14, 2012, 5:55 p.m. UTC | #1
* Tony Lindgren <tony@atomide.com> [120914 08:28]:
> The following changes since commit a1e01703bacbadd22eb4aaca0bbba59bcba7d3b3:
> 
>   Merge tags 'omap-devel-gpmc-fixed-for-v3.7' and 'cleanup-omap-tags-for-v3.7' into cleanup-sparseirq (2012-09-12 18:05:19 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-cleanup-sparseirq-for-v3.7
> 
> for you to fetch changes up to 68cb700c59fae6cd539c9dc1e9f2584f671935a0:
> 
>   ARM: OMAP1: Move SoC specific headers from plat to mach for omap1 (2012-09-12 18:06:31 -0700)
> 
> ----------------------------------------------------------------
> This branch contains changes needed to make omap2+
> work properly with sparse IRQ. It also removes
> dependencies to mach/hardware.h. These help moving
> things towards ARM single zImage support.
> 
> This branch is based on a commit in tty-next
> branch with omap-devel-gpmc-fixed-for-v3.7 and
> cleanup-omap-tags-for-v3.7 merged in to keep things
> compiling and sort out some merge conflicts.

This will need some manual merging with what's in
testing/platform-data, so please let me know if
you need help with that. But basically it's mostly:

remove #include <plat/board.h> for both mach-omap1 & mach-omap2
remove #include <mach/hardware.h> for mach-omap2
remove #include <mach/irqs.h> for mach-omap2

Regards,

Tony