From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajendra Nayak Subject: Re: [PATCH 0/2] Fix crash on OMAP with CONFIG_DEBUG_SLAB Date: Thu, 14 Mar 2013 18:15:37 +0530 Message-ID: <5141C671.9070504@ti.com> References: <1363264618-5071-1-git-send-email-rnayak@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:40455 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750989Ab3CNMpr (ORCPT ); Thu, 14 Mar 2013 08:45:47 -0400 In-Reply-To: <1363264618-5071-1-git-send-email-rnayak@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Rajendra Nayak Cc: paul@pwsan.com, tony@atomide.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, phaber@broadcom.com, Mike Turquette Missed out Mike, copied now. On Thursday 14 March 2013 06:06 PM, Rajendra Nayak wrote: > These patches mainly fix the crash that was reported with > CONFIG_DEBUG_SLAB enabled on OMAPs, due to the early clock > initializations. > > Tested on Panda ES (omap4460), beagle Xm (omap3630) and > BeagleBoneBlack (AM335x) > > Rajendra Nayak (2): > ARM: OMAP2+: clocks: Have consistent naming for parent name arrays > ARM: OMAP2+: clocks: Pass static parent pointers to common clock core > > arch/arm/mach-omap2/cclock2420_data.c | 314 ++++++++++------- > arch/arm/mach-omap2/cclock2430_data.c | 332 ++++++++++-------- > arch/arm/mach-omap2/cclock33xx_data.c | 74 +++- > arch/arm/mach-omap2/cclock3xxx_data.c | 599 ++++++++++++++++++--------------- > arch/arm/mach-omap2/cclock44xx_data.c | 240 ++++++++++--- > arch/arm/mach-omap2/clock.h | 15 +- > 6 files changed, 965 insertions(+), 609 deletions(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: rnayak@ti.com (Rajendra Nayak) Date: Thu, 14 Mar 2013 18:15:37 +0530 Subject: [PATCH 0/2] Fix crash on OMAP with CONFIG_DEBUG_SLAB In-Reply-To: <1363264618-5071-1-git-send-email-rnayak@ti.com> References: <1363264618-5071-1-git-send-email-rnayak@ti.com> Message-ID: <5141C671.9070504@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Missed out Mike, copied now. On Thursday 14 March 2013 06:06 PM, Rajendra Nayak wrote: > These patches mainly fix the crash that was reported with > CONFIG_DEBUG_SLAB enabled on OMAPs, due to the early clock > initializations. > > Tested on Panda ES (omap4460), beagle Xm (omap3630) and > BeagleBoneBlack (AM335x) > > Rajendra Nayak (2): > ARM: OMAP2+: clocks: Have consistent naming for parent name arrays > ARM: OMAP2+: clocks: Pass static parent pointers to common clock core > > arch/arm/mach-omap2/cclock2420_data.c | 314 ++++++++++------- > arch/arm/mach-omap2/cclock2430_data.c | 332 ++++++++++-------- > arch/arm/mach-omap2/cclock33xx_data.c | 74 +++- > arch/arm/mach-omap2/cclock3xxx_data.c | 599 ++++++++++++++++++--------------- > arch/arm/mach-omap2/cclock44xx_data.c | 240 ++++++++++--- > arch/arm/mach-omap2/clock.h | 15 +- > 6 files changed, 965 insertions(+), 609 deletions(-) >