[PATCH 0/3] OMAP2+: voltage: first pass at cleanup/reorganization
From: Rajendra Nayak <hidden>
Date: 2011-02-24 11:57:52
Also in:
linux-omap
Hi Paul,
-----Original Message----- From: linux-arm-kernel-bounces at lists.infradead.org
[mailto:linux-arm-kernel-bounces at lists.infradead.org] On Behalf
Of Paul Walmsley Sent: Monday, February 21, 2011 7:39 AM To: linux-omap at vger.kernel.org; linux-arm-kernel at lists.infradead.org Cc: khilman at ti.com; nm at ti.com; b-cousson at ti.com; mturquette at ti.com Subject: [PATCH 0/3] OMAP2+: voltage: first pass at
cleanup/reorganization
Hello, this patch set does an initial round of cleanup on the OMAP "voltage"
code
in arch/arm/mach-omap2/voltage.c. As part of this process, the header
files
for the voltage code and SmartReflex are moved into arch/arm/mach-omap2,
since
they are currently OMAP2+-specific. There is still quite a bit of cleanup left to do; hopefully someone else
will
get to it before I do. More details are in the last patch. This series was built-tested for an OSK5912-specific config,
omap1_defconfig,
a N800-specific config, omap2plus_defconfig, an OMAP3-specific config,
and
an OMAP4-specific config. It was boot-tested on an OMAP35xx
Beagleboard.
Further testing assistance is, of course, appreciated.
I found these abort on my 4430SDP. The below changes I found are needed for it to bootup.. I tested the 'integration-2.6.39' branch of git://git.pwsan.com/linux-integration and the patch is based on this branch. ---