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.38-rc3
Date: Mon, 7 Feb 2011 08:50:25 -0800 [thread overview]
Message-ID: <20110207165024.GL20795@atomide.com> (raw)
Hi Linus,
Please pull omap fixes from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
This is mostly board specific and PM related fixes.
Regards,
Tony
The following changes since commit ebf53826e105f488f4f628703a108e98940d1dc5:
Linux 2.6.38-rc3 (2011-02-01 13:05:49 +1000)
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 (3):
arm: mach-omap2: voltage: debugfs: fix memory leak
arm: mach-omap2: board-rm680: fix rm680_vemmc regulator constraints
arm: mach-omap2: mux: free allocated memory on error exit
Huang Weiyi (1):
omap1: remove duplicated #include
Julia Lawall (1):
OMAP: PM: SmartReflex: Add missing IS_ERR test
Kevin Hilman (1):
OMAP3: PM: fix save secure RAM to restore MPU power state
Marek Vasut (1):
OMAP1: Fix non-working LCD on OMAP310
Ming Lei (1):
arm: omap4: panda: remove usb_nop_xceiv_register(v1)
Stefan Weil (2):
OMAP: PM: SmartReflex: Fix possible memory leak
OMAP: PM: SmartReflex: Fix possible null pointer read access
Thomas Weber (1):
OMAP3: Devkit8000: Change lcd power pin
Tony Lindgren (1):
Merge branch 'for_2.6.38/pm-fixes' of ssh://master.kernel.org/.../khilman/linux-omap-pm into devel-fixes
arch/arm/mach-omap1/lcd_dma.c | 24 ++++++++++++------------
arch/arm/mach-omap1/time.c | 1 -
arch/arm/mach-omap2/board-devkit8000.c | 27 ++++++++++++++++-----------
arch/arm/mach-omap2/board-omap4panda.c | 2 --
arch/arm/mach-omap2/board-rm680.c | 3 ---
arch/arm/mach-omap2/mux.c | 1 +
arch/arm/mach-omap2/pm34xx.c | 7 ++++---
arch/arm/mach-omap2/smartreflex.c | 11 +++++------
arch/arm/mach-omap2/voltage.c | 1 +
9 files changed, 39 insertions(+), 38 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.38-rc3
Date: Mon, 7 Feb 2011 08:50:25 -0800 [thread overview]
Message-ID: <20110207165024.GL20795@atomide.com> (raw)
Hi Linus,
Please pull omap fixes from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
This is mostly board specific and PM related fixes.
Regards,
Tony
The following changes since commit ebf53826e105f488f4f628703a108e98940d1dc5:
Linux 2.6.38-rc3 (2011-02-01 13:05:49 +1000)
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 (3):
arm: mach-omap2: voltage: debugfs: fix memory leak
arm: mach-omap2: board-rm680: fix rm680_vemmc regulator constraints
arm: mach-omap2: mux: free allocated memory on error exit
Huang Weiyi (1):
omap1: remove duplicated #include
Julia Lawall (1):
OMAP: PM: SmartReflex: Add missing IS_ERR test
Kevin Hilman (1):
OMAP3: PM: fix save secure RAM to restore MPU power state
Marek Vasut (1):
OMAP1: Fix non-working LCD on OMAP310
Ming Lei (1):
arm: omap4: panda: remove usb_nop_xceiv_register(v1)
Stefan Weil (2):
OMAP: PM: SmartReflex: Fix possible memory leak
OMAP: PM: SmartReflex: Fix possible null pointer read access
Thomas Weber (1):
OMAP3: Devkit8000: Change lcd power pin
Tony Lindgren (1):
Merge branch 'for_2.6.38/pm-fixes' of ssh://master.kernel.org/.../khilman/linux-omap-pm into devel-fixes
arch/arm/mach-omap1/lcd_dma.c | 24 ++++++++++++------------
arch/arm/mach-omap1/time.c | 1 -
arch/arm/mach-omap2/board-devkit8000.c | 27 ++++++++++++++++-----------
arch/arm/mach-omap2/board-omap4panda.c | 2 --
arch/arm/mach-omap2/board-rm680.c | 3 ---
arch/arm/mach-omap2/mux.c | 1 +
arch/arm/mach-omap2/pm34xx.c | 7 ++++---
arch/arm/mach-omap2/smartreflex.c | 11 +++++------
arch/arm/mach-omap2/voltage.c | 1 +
9 files changed, 39 insertions(+), 38 deletions(-)
next reply other threads:[~2011-02-07 16:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-07 16:50 Tony Lindgren [this message]
2011-02-07 16:50 ` [GIT PULL] omap fixes for v2.6.38-rc3 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=20110207165024.GL20795@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.