On 10/12/2013 05:19 AM, Paul Walmsley wrote:
Hi
On Fri, 11 Oct 2013, Tero Kristo wrote:
A small cleanup set for CM. This basically gets rid of the omap2_cm_*
register accesses from the random code locations, and gathers these
under cm2xxx.c and cm3xxx.c. This is done in preparation for creating
a separate CM driver. The set also contains a couple of PRM cleanups
which I decided to take care of at the same time due to overlapping
code (PRCM interrupt handler + DSP reset.)
TODO: cleanup dsp bridge code (arch/arm/mach-omap2/dsp.c.)
Tested on OMAP3 beagle + 3.12-rc3.
Looks like at least one patch has a dependency on your DT clk patches:
Importing patch "clk-ti-add-dt-alias-clock" ...
error: drivers/clk/ti/Makefile: does not exist in index
error: include/linux/clk/ti.h: does not exist in index
stg import: Diff does not apply cleanly
Hmm what? No it doesn't have any dependency. At most, there could be
merge conflicts between the two, as this is completely separated set.
-Tero
Tried compiling the rest, but the build broke:
arch/arm/mach-omap2/mcbsp.c: In function 'omap3_enable_st_clock':
arch/arm/mach-omap2/mcbsp.c:46:3: error: implicit declaration of function 'omap2_clk_deny_idle'
arch/arm/mach-omap2/mcbsp.c:48:3: error: implicit declaration of function 'omap2_clk_allow_idle'
make[1]: *** [arch/arm/mach-omap2/mcbsp.o] Error 1
make: *** [arch/arm/mach-omap2] Error 2
make: *** Waiting for unfinished jobs....
- Paul
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html