Re: [RFC v2 3/7] OMAP: mux: Add support for control module split in several partitions

2010-11-11 Thread Tony Lindgren
* Cousson, Benoit [10 08:40]: > On 11/11/2010 5:35 PM, Tony Lindgren wrote: > > Oops yep, I forgot to remove the @id in the kerneldoc. > I was about to send the next revision, maybe I should wait a little > bit more. Well I think that's all I had to comment on these. Just please update the p

Re: [RFC v2 3/7] OMAP: mux: Add support for control module split in several partitions

2010-11-11 Thread Cousson, Benoit
On 11/11/2010 5:35 PM, Tony Lindgren wrote: * Benoit Cousson [101019 15:14]: --- a/arch/arm/mach-omap2/mux.h +++ b/arch/arm/mach-omap2/mux.h + +/** + * struct mux_partition - contain partition related information + * @name: name of the current partition + * @flags: flags specific to this partit

Re: [RFC v2 3/7] OMAP: mux: Add support for control module split in several partitions

2010-11-11 Thread Tony Lindgren
* Benoit Cousson [101019 15:14]: > --- a/arch/arm/mach-omap2/mux.h > +++ b/arch/arm/mach-omap2/mux.h > + > +/** > + * struct mux_partition - contain partition related information > + * @name: name of the current partition > + * @flags: flags specific to this partition > + * @phys: physical address

[RFC v2 3/7] OMAP: mux: Add support for control module split in several partitions

2010-10-19 Thread Benoit Cousson
Starting on OMAP4, the pin mux configuration is located in two different partitions of the control module (CODE_PAD and WKUP_PAD). The first one is inside the core power domain whereas the second one is inside the wakeup. Add the capability to add any number of partition during board init time depe