All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL] omap fixes for v2.6.37-rc5
Date: Mon, 13 Dec 2010 11:32:05 -0800	[thread overview]
Message-ID: <20101213193204.GY3054@atomide.com> (raw)

Hi Linus,

Please pull what should be the last set of omap specific fixes
for this -rc cycle:

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus

The main fixes are to make PM code to compile without CONFIG_DEBUG_FS,
and a fix for the console for suspend.

The first patch just moves some code around. The second patch adds
checks for suspend to the recent fix 0d8e2d0dad98a693bad88aea6876ac8b94ad95c6
(OMAP2+: PM/serial: hold console semaphore while OMAP UARTs are disabled).
Again, this will eventually be handled by runtime PM but that's not
suitable for the -rc series.

The rest are trivial fixes for for some board specific issues, and
to handle clk_get values with IS_ERR.

Regards,

Tony


The following changes since commit cf7d7e5a1980d1116ee152d25dac382b112b9c17:

  Linux 2.6.37-rc5 (2010-12-06 20:09:04 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus

Aaro Koskinen (1):
      arm: omap2: io: fix clk_get() error check

Kevin Hilman (3):
      omap: PM debug: fix wake-on-timer debugfs dependency
      OMAP1: SRAM: fix size for OMAP1611 SoCs
      OMAP2+: PM/serial: fix console semaphore acquire during suspend

Ohad Ben-Cohen (1):
      omap: zoom: wl1271 slot is MMC_CAP_POWER_OFF_CARD

Paul Walmsley (1):
      OMAP2: PRCM: fix some SHIFT macros that were actually bitmasks

Sukumar Ghorai (1):
      omap: nand: remove hardware ECC as default

Vasiliy Kulikov (1):
      arm: plat-omap: counter_32k: use IS_ERR() instead of NULL check

 arch/arm/mach-omap2/board-zoom-peripherals.c |    2 +-
 arch/arm/mach-omap2/io.c                     |    2 +-
 arch/arm/mach-omap2/pm-debug.c               |   34 +++++++++++++-------------
 arch/arm/mach-omap2/pm24xx.c                 |   34 +++++++++++++++++++++++--
 arch/arm/mach-omap2/pm34xx.c                 |   27 +++++++++++++++-----
 arch/arm/mach-omap2/prcm-common.h            |   11 ++++----
 arch/arm/plat-omap/counter_32k.c             |    3 +-
 arch/arm/plat-omap/sram.c                    |    2 +-
 drivers/mtd/nand/omap2.c                     |    1 -
 9 files changed, 79 insertions(+), 37 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes for v2.6.37-rc5
Date: Mon, 13 Dec 2010 11:32:05 -0800	[thread overview]
Message-ID: <20101213193204.GY3054@atomide.com> (raw)

Hi Linus,

Please pull what should be the last set of omap specific fixes
for this -rc cycle:

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus

The main fixes are to make PM code to compile without CONFIG_DEBUG_FS,
and a fix for the console for suspend.

The first patch just moves some code around. The second patch adds
checks for suspend to the recent fix 0d8e2d0dad98a693bad88aea6876ac8b94ad95c6
(OMAP2+: PM/serial: hold console semaphore while OMAP UARTs are disabled).
Again, this will eventually be handled by runtime PM but that's not
suitable for the -rc series.

The rest are trivial fixes for for some board specific issues, and
to handle clk_get values with IS_ERR.

Regards,

Tony


The following changes since commit cf7d7e5a1980d1116ee152d25dac382b112b9c17:

  Linux 2.6.37-rc5 (2010-12-06 20:09:04 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus

Aaro Koskinen (1):
      arm: omap2: io: fix clk_get() error check

Kevin Hilman (3):
      omap: PM debug: fix wake-on-timer debugfs dependency
      OMAP1: SRAM: fix size for OMAP1611 SoCs
      OMAP2+: PM/serial: fix console semaphore acquire during suspend

Ohad Ben-Cohen (1):
      omap: zoom: wl1271 slot is MMC_CAP_POWER_OFF_CARD

Paul Walmsley (1):
      OMAP2: PRCM: fix some SHIFT macros that were actually bitmasks

Sukumar Ghorai (1):
      omap: nand: remove hardware ECC as default

Vasiliy Kulikov (1):
      arm: plat-omap: counter_32k: use IS_ERR() instead of NULL check

 arch/arm/mach-omap2/board-zoom-peripherals.c |    2 +-
 arch/arm/mach-omap2/io.c                     |    2 +-
 arch/arm/mach-omap2/pm-debug.c               |   34 +++++++++++++-------------
 arch/arm/mach-omap2/pm24xx.c                 |   34 +++++++++++++++++++++++--
 arch/arm/mach-omap2/pm34xx.c                 |   27 +++++++++++++++-----
 arch/arm/mach-omap2/prcm-common.h            |   11 ++++----
 arch/arm/plat-omap/counter_32k.c             |    3 +-
 arch/arm/plat-omap/sram.c                    |    2 +-
 drivers/mtd/nand/omap2.c                     |    1 -
 9 files changed, 79 insertions(+), 37 deletions(-)

             reply	other threads:[~2010-12-13 19:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-13 19:32 Tony Lindgren [this message]
2010-12-13 19:32 ` [GIT PULL] omap fixes for v2.6.37-rc5 Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101213193204.GY3054@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.