Re: [PATCH 5/18] ARM: DaVinci - Move pinmux setup info to SoC infrastructure

2009-03-30 Thread Kevin Hilman
Mark A. Greer mgr...@mvista.com writes: [...] --- a/arch/arm/mach-davinci/dm355.c +++ b/arch/arm/mach-davinci/dm355.c @@ -435,6 +435,7 @@ void __init dm355_init_spi0(unsigned chipselect_mask, * soc description mux mode mode muxdbg * reg

Re: [PATCH 5/18] ARM: DaVinci - Move pinmux setup info to SoC infrastructure

2009-03-30 Thread Mark A. Greer
On Mon, Mar 30, 2009 at 09:02:11PM -0700, Kevin Hilman wrote: Mark A. Greer mgr...@mvista.com writes: diff --git a/arch/arm/mach-davinci/include/mach/common.h b/arch/arm/mach-davinci/include/mach/common.h index 7cb3e39..7d072e2 100644 --- a/arch/arm/mach-davinci/include/mach/common.h

Re: [PATCH 5/18] ARM: DaVinci - Move pinmux setup info to SoC infrastructure

2009-03-29 Thread Koen Kooi
On 29-03-09 04:03, Mark A. Greer wrote: From: Mark A. Greermgr...@mvista.com The pinmux register base and setup can be different for different SoCs so move the pinmux reg base, pinmux table (and its size) to the SoC infrastructure. Doing this allows the removal of thesoc_init() routines,

[PATCH 5/18] ARM: DaVinci - Move pinmux setup info to SoC infrastructure

2009-03-28 Thread Mark A. Greer
From: Mark A. Greer mgr...@mvista.com The pinmux register base and setup can be different for different SoCs so move the pinmux reg base, pinmux table (and its size) to the SoC infrastructure. Doing this allows the removal of the soc_init() routines, davinci_mux_register(), and the calls to