RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-05-07 Thread Hiremath, Vaibhav
On Mon, May 07, 2012 at 16:14:42, Shilimkar, Santosh wrote: > On Mon, May 7, 2012 at 4:02 PM, Cousson, Benoit wrote: > > Hi Paul, > > > > > > On 5/2/2012 11:09 AM, Paul Walmsley wrote: > >> > >> On Fri, 27 Apr 2012, Hiremath, Vaibhav wrote: > >> > >> So first we have to decide whether the CONFIG_

Re: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-05-07 Thread Shilimkar, Santosh
On Mon, May 7, 2012 at 4:02 PM, Cousson, Benoit wrote: > Hi Paul, > > > On 5/2/2012 11:09 AM, Paul Walmsley wrote: >> >> On Fri, 27 Apr 2012, Hiremath, Vaibhav wrote: >> >>> I will be waiting for your comment and conformation on, which family >>> AM33xx >>> device should fall in? Please refer to t

Re: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-05-07 Thread Cousson, Benoit
Hi Paul, On 5/2/2012 11:09 AM, Paul Walmsley wrote: On Fri, 27 Apr 2012, Hiremath, Vaibhav wrote: I will be waiting for your comment and conformation on, which family AM33xx device should fall in? Please refer to the mail-chain - http://www.mail-archive.com/linux-omap@vger.kernel.org/msg67275

RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-05-03 Thread Hiremath, Vaibhav
On Wed, May 02, 2012 at 15:00:28, Paul Walmsley wrote: > > Hello Vaibhav, > > I've reworked these patches somewhat to separate the PRM and CM changes > into their own patches. Also, the omap_hwmod changes have been separated > and moved into a different series, as have the clock tree changes.

RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-05-02 Thread Hiremath, Vaibhav
On Wed, May 02, 2012 at 15:00:28, Paul Walmsley wrote: > > Hello Vaibhav, > > I've reworked these patches somewhat to separate the PRM and CM changes > into their own patches. Also, the omap_hwmod changes have been separated > and moved into a different series, as have the clock tree changes.

RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-05-02 Thread Paul Walmsley
Hello Vaibhav, I've reworked these patches somewhat to separate the PRM and CM changes into their own patches. Also, the omap_hwmod changes have been separated and moved into a different series, as have the clock tree changes. So now, pending for 3.5, there are the SCM, voltagedomain, PRM, CM

RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-05-02 Thread Paul Walmsley
On Fri, 27 Apr 2012, Hiremath, Vaibhav wrote: > I will be waiting for your comment and conformation on, which family AM33xx > device should fall in? Please refer to the mail-chain - > > http://www.mail-archive.com/linux-omap@vger.kernel.org/msg67275.html This decision turns out to be pretty imp

RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-04-27 Thread Hiremath, Vaibhav
On Fri, Apr 27, 2012 at 00:35:25, Tony Lindgren wrote: > * Hiremath, Vaibhav [120426 11:52]: > > > > Yes, they were accepted and were also available under linux-omap/soc2 > > branch > > for quite some time. > > Hmm sorry if I've dropped them accidentally. I tend to drop the branches > after ea

Re: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-04-26 Thread Tony Lindgren
* Hiremath, Vaibhav [120426 11:52]: > > Yes, they were accepted and were also available under linux-omap/soc2 branch > for quite some time. Hmm sorry if I've dropped them accidentally. I tend to drop the branches after each merge window and purge my linux-omap mailbox too. Regards, Tony -- To

RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-04-26 Thread Hiremath, Vaibhav
On Fri, Apr 27, 2012 at 00:13:13, Tony Lindgren wrote: > * Hiremath, Vaibhav [120423 11:31]: > > On Thu, Apr 19, 2012 at 04:48:37, Tony Lindgren wrote: > > > * Hiremath, Vaibhav [120413 03:39]: > > > > On Thu, Apr 12, 2012 at 13:56:06, Paul Walmsley wrote: > > > > > > > > Yes, we are using am351

Re: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-04-26 Thread Tony Lindgren
* Hiremath, Vaibhav [120423 11:31]: > On Thu, Apr 19, 2012 at 04:48:37, Tony Lindgren wrote: > > * Hiremath, Vaibhav [120413 03:39]: > > > On Thu, Apr 12, 2012 at 13:56:06, Paul Walmsley wrote: > > > > > > Yes, we are using am3517evm file for AM33XX MACHINE_INIT definition here. > > > These patc

RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-04-25 Thread Hiremath, Vaibhav
On Fri, Mar 30, 2012 at 21:33:51, Hiremath, Vaibhav wrote: > After some healthy discussion, now we have come to the conclusion and > decided to handle AM33XX PRM/CM part separately; as AM33XX-PRCM module is > different than OMAP3 and OMAP4 architecture. > > The difference becomes very interesting/

RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-04-23 Thread Hiremath, Vaibhav
On Thu, Apr 19, 2012 at 04:48:37, Tony Lindgren wrote: > * Hiremath, Vaibhav [120413 03:39]: > > On Thu, Apr 12, 2012 at 13:56:06, Paul Walmsley wrote: > > > > Yes, we are using am3517evm file for AM33XX MACHINE_INIT definition here. > > These patches have been reviewed and accepted in the list,

Re: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-04-18 Thread Tony Lindgren
* Paul Walmsley [120413 03:46]: > Hi Vaibhav, > > On Fri, 13 Apr 2012, Hiremath, Vaibhav wrote: > > > Yes, we are using am3517evm file for AM33XX MACHINE_INIT definition here. > > These patches have been reviewed and accepted in the list, only thing is > > they couldn't make it to upstream durin

Re: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-04-18 Thread Tony Lindgren
* Hiremath, Vaibhav [120413 03:39]: > On Thu, Apr 12, 2012 at 13:56:06, Paul Walmsley wrote: > > Yes, we are using am3517evm file for AM33XX MACHINE_INIT definition here. > These patches have been reviewed and accepted in the list, only thing is > they couldn't make it to upstream during v3.4 mer

RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-04-16 Thread Hiremath, Vaibhav
On Fri, Apr 13, 2012 at 16:13:07, Paul Walmsley wrote: > Hi Vaibhav, > > On Fri, 13 Apr 2012, Hiremath, Vaibhav wrote: > > > Yes, we are using am3517evm file for AM33XX MACHINE_INIT definition here. > > These patches have been reviewed and accepted in the list, only thing is > > they couldn't mak

RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-04-13 Thread Paul Walmsley
Hi Vaibhav, On Fri, 13 Apr 2012, Hiremath, Vaibhav wrote: > Yes, we are using am3517evm file for AM33XX MACHINE_INIT definition here. > These patches have been reviewed and accepted in the list, only thing is > they couldn't make it to upstream during v3.4 merge window. > > I believe Tony is goi

RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-04-13 Thread Hiremath, Vaibhav
On Thu, Apr 12, 2012 at 13:56:06, Paul Walmsley wrote: > Hello Vaibhav, > > On Fri, 30 Mar 2012, Vaibhav Hiremath wrote: > > > After some healthy discussion, now we have come to the conclusion and > > decided to handle AM33XX PRM/CM part separately; as AM33XX-PRCM module is > > different than OMA

Re: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-04-12 Thread Paul Walmsley
Hello Vaibhav, On Fri, 30 Mar 2012, Vaibhav Hiremath wrote: > After some healthy discussion, now we have come to the conclusion and > decided to handle AM33XX PRM/CM part separately; as AM33XX-PRCM module is > different than OMAP3 and OMAP4 architecture. Have been reviewing these patch sets here

RE: [PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device

2012-03-30 Thread Hiremath, Vaibhav
On Fri, Mar 30, 2012 at 21:33:51, Hiremath, Vaibhav wrote: > After some healthy discussion, now we have come to the conclusion and > decided to handle AM33XX PRM/CM part separately; as AM33XX-PRCM module is > different than OMAP3 and OMAP4 architecture. > > The difference becomes very interesting/