Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Nishanth Menon
On 08/14/2013 09:20 AM, Rajendra Nayak wrote: > On Wednesday 14 August 2013 07:43 PM, Mark Rutland wrote: >> On Wed, Aug 14, 2013 at 03:05:25PM +0100, Rajendra Nayak wrote: >>> On Wednesday 14 August 2013 07:28 PM, Nishanth Menon wrote: On 08/14/2013 08:49 AM, Mark Rutland wrote: > [Adding

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Rajendra Nayak
On Wednesday 14 August 2013 07:43 PM, Mark Rutland wrote: > On Wed, Aug 14, 2013 at 03:05:25PM +0100, Rajendra Nayak wrote: >> On Wednesday 14 August 2013 07:28 PM, Nishanth Menon wrote: >>> On 08/14/2013 08:49 AM, Mark Rutland wrote: [Adding Mike Turquette and dt maintainers] On Wed

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Rajendra Nayak
On Wednesday 14 August 2013 07:35 PM, Rajendra Nayak wrote: > On Wednesday 14 August 2013 07:28 PM, Nishanth Menon wrote: >> On 08/14/2013 08:49 AM, Mark Rutland wrote: >>> [Adding Mike Turquette and dt maintainers] >>> >>> On Wed, Aug 14, 2013 at 02:39:44PM +0100, Nishanth Menon wrote: On 08/

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Rajendra Nayak
[].. > > From the sounds of your other reply, the issue is that you're poking > clocks for arbitrary devices, without knowing the semantics of those > clocks, because you're doing it form outside the driver. Thats right. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Mark Rutland
On Wed, Aug 14, 2013 at 03:05:25PM +0100, Rajendra Nayak wrote: > On Wednesday 14 August 2013 07:28 PM, Nishanth Menon wrote: > > On 08/14/2013 08:49 AM, Mark Rutland wrote: > >> [Adding Mike Turquette and dt maintainers] > >> > >> On Wed, Aug 14, 2013 at 02:39:44PM +0100, Nishanth Menon wrote: > >

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Mark Rutland
On Wed, Aug 14, 2013 at 02:58:25PM +0100, Nishanth Menon wrote: > On 08/14/2013 08:49 AM, Mark Rutland wrote: > > [Adding Mike Turquette and dt maintainers] > > > > On Wed, Aug 14, 2013 at 02:39:44PM +0100, Nishanth Menon wrote: > >> On 08/14/2013 08:20 AM, Rajendra Nayak wrote: > >>> On Wednesday

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Rajendra Nayak
On Wednesday 14 August 2013 07:28 PM, Nishanth Menon wrote: > On 08/14/2013 08:49 AM, Mark Rutland wrote: >> [Adding Mike Turquette and dt maintainers] >> >> On Wed, Aug 14, 2013 at 02:39:44PM +0100, Nishanth Menon wrote: >>> On 08/14/2013 08:20 AM, Rajendra Nayak wrote: On Wednesday 14 August

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Mark Rutland
On Wed, Aug 14, 2013 at 02:54:57PM +0100, Rajendra Nayak wrote: > On Wednesday 14 August 2013 07:15 PM, Mark Rutland wrote: > > [Adding Mike Turquette and dt maintainers to Cc] > > > > On Tue, Jul 23, 2013 at 07:24:38AM +0100, Rajendra Nayak wrote: > >> With clocks for OMAP moving to DT, its now p

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Russell King - ARM Linux
On Wed, Aug 14, 2013 at 02:49:04PM +0100, Mark Rutland wrote: > [Adding Mike Turquette and dt maintainers] > > On Wed, Aug 14, 2013 at 02:39:44PM +0100, Nishanth Menon wrote: > > yes. the idea being, we now have a meaning to the clock name - there are > > two types of clocks here.. functional and

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Nishanth Menon
On 08/14/2013 08:49 AM, Mark Rutland wrote: [Adding Mike Turquette and dt maintainers] On Wed, Aug 14, 2013 at 02:39:44PM +0100, Nishanth Menon wrote: On 08/14/2013 08:20 AM, Rajendra Nayak wrote: On Wednesday 14 August 2013 06:18 PM, Nishanth Menon wrote: Hi Rajendra, On Tue, Jul 23, 2013 a

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Rajendra Nayak
On Wednesday 14 August 2013 07:15 PM, Mark Rutland wrote: > [Adding Mike Turquette and dt maintainers to Cc] > > On Tue, Jul 23, 2013 at 07:24:38AM +0100, Rajendra Nayak wrote: >> With clocks for OMAP moving to DT, its now possible to pass all optional >> clock >> data for each device from DT ins

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Mark Rutland
[Adding Mike Turquette and dt maintainers] On Wed, Aug 14, 2013 at 02:39:44PM +0100, Nishanth Menon wrote: > On 08/14/2013 08:20 AM, Rajendra Nayak wrote: > > On Wednesday 14 August 2013 06:18 PM, Nishanth Menon wrote: > >> Hi Rajendra, > >> > >> On Tue, Jul 23, 2013 at 1:24 AM, Rajendra Nayak wr

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Mark Rutland
[Adding Mike Turquette and dt maintainers to Cc] On Tue, Jul 23, 2013 at 07:24:38AM +0100, Rajendra Nayak wrote: > With clocks for OMAP moving to DT, its now possible to pass all optional clock > data for each device from DT instead of having it in hwmod. > > Signed-off-by: Rajendra Nayak > ---

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Rajendra Nayak
On Wednesday 14 August 2013 07:09 PM, Nishanth Menon wrote: > On 08/14/2013 08:20 AM, Rajendra Nayak wrote: >> On Wednesday 14 August 2013 06:18 PM, Nishanth Menon wrote: >>> Hi Rajendra, >>> >>> On Tue, Jul 23, 2013 at 1:24 AM, Rajendra Nayak wrote: >>> [..] diff --git a/arch/arm/mach-omap2/

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Nishanth Menon
On 08/14/2013 08:20 AM, Rajendra Nayak wrote: On Wednesday 14 August 2013 06:18 PM, Nishanth Menon wrote: Hi Rajendra, On Tue, Jul 23, 2013 at 1:24 AM, Rajendra Nayak wrote: [..] diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index 12fa589..e5c804b 100644 ---

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Rajendra Nayak
On Wednesday 14 August 2013 06:18 PM, Nishanth Menon wrote: > Hi Rajendra, > > On Tue, Jul 23, 2013 at 1:24 AM, Rajendra Nayak wrote: > [..] >> diff --git a/arch/arm/mach-omap2/omap_hwmod.c >> b/arch/arm/mach-omap2/omap_hwmod.c >> index 12fa589..e5c804b 100644 >> --- a/arch/arm/mach-omap2/omap_h

Re: [PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-08-14 Thread Nishanth Menon
Hi Rajendra, On Tue, Jul 23, 2013 at 1:24 AM, Rajendra Nayak wrote: [..] > diff --git a/arch/arm/mach-omap2/omap_hwmod.c > b/arch/arm/mach-omap2/omap_hwmod.c > index 12fa589..e5c804b 100644 > --- a/arch/arm/mach-omap2/omap_hwmod.c > +++ b/arch/arm/mach-omap2/omap_hwmod.c > @@ -805,6 +805,65 @@ s

[PATCH 2/3] ARM: OMAP2+: Add support to parse optional clk info from DT

2013-07-22 Thread Rajendra Nayak
With clocks for OMAP moving to DT, its now possible to pass all optional clock data for each device from DT instead of having it in hwmod. Signed-off-by: Rajendra Nayak --- arch/arm/mach-omap2/omap_hwmod.c | 66 -- 1 file changed, 64 insertions(+), 2 deletio