From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: [GIT PULL] omap fixes for v2.6.38-rc3 Date: Mon, 7 Feb 2011 08:50:25 -0800 Message-ID: <20110207165024.GL20795@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:59325 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752428Ab1BGQu3 (ORCPT ); Mon, 7 Feb 2011 11:50:29 -0500 Content-Disposition: inline Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org 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(-)