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(-) >