From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Walmsley Subject: [PATCH 0/3] OMAP: hwmod/device/CM: bug fixes for 2.6.37 Date: Fri, 24 Sep 2010 10:40:11 -0600 Message-ID: <20100924163936.19418.47065.stgit@twilight.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from utopia.booyaka.com ([72.9.107.138]:56374 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932941Ab0IXQlV (ORCPT ); Fri, 24 Sep 2010 12:41:21 -0400 Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Hello, Here are a few bugfix patches for the omap_hwmod, omap_device, and CM code, intended to be merged in 2.6.37 via Tony's tree. This series applies on top of the 2.6.37 hwmod patches sent earlier; unfortunately the third patch touches the same code as a patch in that series, so this series can't be based on v2.6.36-rc5. - Paul --- text data bss dec hex filename 3361500 176832 99336 3637668 3781a4 vmlinux.omap_4430sdp_defconfig.orig 3361468 176832 99336 3637636 378184 vmlinux.omap_4430sdp_defconfig.patched Hema HK (1): OMAP: hwmod: Set autoidle after smartidle during _sysc_enable Kishon Vijay Abraham I (1): OMAP: omap_device: Fix to support multiple hwmods for a single device Rajendra Nayak (1): OMAP4: PM: Declare idle modules as functional too arch/arm/mach-omap2/cm4xxx.c | 9 +++++---- arch/arm/mach-omap2/omap_hwmod.c | 17 +++++++++++------ arch/arm/plat-omap/omap_device.c | 35 ++++++++++++++--------------------- 3 files changed, 30 insertions(+), 31 deletions(-)