From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: [GIT PULL] two omap fixes for v3.5-rc6 Date: Tue, 10 Jul 2012 06:36:22 -0700 Message-ID: <20120710133621.GW1122@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]:19537 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755812Ab2GJNg0 (ORCPT ); Tue, 10 Jul 2012 09:36:26 -0400 Content-Disposition: inline Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Arnd Bergmann , Olof Johansson Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org The following changes since commit fa2976a811a764573b2a9c79126d4d66f1f16268: Merge tag 'omap-fixes-b-for-3.5rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into fixes (2012-07-05 01:12:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes for you to fetch changes up to 06b4ba529528fbf9c24ce37b7618f4b0264750e2: ARM: OMAP2+: omap2plus_defconfig: EHCI driver is not stable, disable it (2012-07-09 01:15:07 -0700) ---------------------------------------------------------------- Here is one PM regression fix and a defconfig change to disable echi-omap because the driver currently causes issues with PM. This annoys Kevin as it makes it harder for him to validate that PM is working. The proper fixes for the echi-omap are being discussed, but looks like it will not be properly working with PM until in v3.7. ---------------------------------------------------------------- Kevin Hilman (1): ARM: OMAP2+: omap2plus_defconfig: EHCI driver is not stable, disable it Paul Walmsley (1): ARM: OMAP2+: hwmod code/clockdomain data: fix 32K sync timer Tony Lindgren (1): Merge branch 'for_3.5/fixes/pm-3' of git://git.kernel.org/.../khilman/linux-omap-pm into fixes arch/arm/configs/omap2plus_defconfig | 1 - arch/arm/mach-omap2/clockdomain.h | 4 +++ arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c | 1 + arch/arm/mach-omap2/clockdomains44xx_data.c | 2 +- arch/arm/mach-omap2/omap_hwmod.c | 32 ++++++++++++++++------ 5 files changed, 30 insertions(+), 10 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Tue, 10 Jul 2012 06:36:22 -0700 Subject: [GIT PULL] two omap fixes for v3.5-rc6 Message-ID: <20120710133621.GW1122@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The following changes since commit fa2976a811a764573b2a9c79126d4d66f1f16268: Merge tag 'omap-fixes-b-for-3.5rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into fixes (2012-07-05 01:12:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes for you to fetch changes up to 06b4ba529528fbf9c24ce37b7618f4b0264750e2: ARM: OMAP2+: omap2plus_defconfig: EHCI driver is not stable, disable it (2012-07-09 01:15:07 -0700) ---------------------------------------------------------------- Here is one PM regression fix and a defconfig change to disable echi-omap because the driver currently causes issues with PM. This annoys Kevin as it makes it harder for him to validate that PM is working. The proper fixes for the echi-omap are being discussed, but looks like it will not be properly working with PM until in v3.7. ---------------------------------------------------------------- Kevin Hilman (1): ARM: OMAP2+: omap2plus_defconfig: EHCI driver is not stable, disable it Paul Walmsley (1): ARM: OMAP2+: hwmod code/clockdomain data: fix 32K sync timer Tony Lindgren (1): Merge branch 'for_3.5/fixes/pm-3' of git://git.kernel.org/.../khilman/linux-omap-pm into fixes arch/arm/configs/omap2plus_defconfig | 1 - arch/arm/mach-omap2/clockdomain.h | 4 +++ arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c | 1 + arch/arm/mach-omap2/clockdomains44xx_data.c | 2 +- arch/arm/mach-omap2/omap_hwmod.c | 32 ++++++++++++++++------ 5 files changed, 30 insertions(+), 10 deletions(-)