Re: [PATCH] arm: mvebu: use the main timer as clock source from DT

2013-09-25 Thread Daniel Lezcano
On 09/25/2013 12:39 PM, Ezequiel Garcia wrote: > On Wed, Sep 18, 2013 at 02:56:11PM -0400, Jason Cooper wrote: >> Adding clocksource maintainers to the Cc: ... >> >> On Wed, Sep 18, 2013 at 08:49:28PM +0200, Jean Pihet wrote: >>> This commit: >>> 573145f08c2b92c45498468afbbba909f6ce6135 >>> clo

Re: [PATCH] arm: mvebu: use the main timer as clock source from DT

2013-09-25 Thread Ezequiel Garcia
On Wed, Sep 18, 2013 at 02:56:11PM -0400, Jason Cooper wrote: > Adding clocksource maintainers to the Cc: ... > > On Wed, Sep 18, 2013 at 08:49:28PM +0200, Jean Pihet wrote: > > This commit: > > 573145f08c2b92c45498468afbbba909f6ce6135 > > clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLARE

Re: [PATCH] arm: mvebu: use the main timer as clock source from DT

2013-09-18 Thread Jason Cooper
Adding clocksource maintainers to the Cc: ... On Wed, Sep 18, 2013 at 08:49:28PM +0200, Jean Pihet wrote: > This commit: > 573145f08c2b92c45498468afbbba909f6ce6135 > clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLARE > > replaced a call to the driver's timer initialization by a call to >

Re: [PATCH] arm: mvebu: use the main timer as clock source from DT

2013-09-18 Thread Jean Pihet
Hi Jason, Thomas, On 18 September 2013 18:54, Jason Cooper wrote: > On Wed, Sep 18, 2013 at 06:45:09PM +0200, Thomas Petazzoni wrote: >> Dear Jean Pihet, >> >> On Wed, 18 Sep 2013 17:53:44 +0200, Jean Pihet wrote: >> > This commit: >> > 573145f08c2b92c45498468afbbba909f6ce6135 >> > clocksourc

[PATCH] arm: mvebu: use the main timer as clock source from DT

2013-09-18 Thread Jean Pihet
This commit: 573145f08c2b92c45498468afbbba909f6ce6135 clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLARE replaced a call to the driver's timer initialization by a call to clocksource_of_init(). However, it failed to select CONFIG_CLKSRC_OF. Fix this by selecting CONFIG_CLKSRC_OF for Armad

Re: [PATCH] arm: mvebu: use the main timer as clock source from DT

2013-09-18 Thread Jason Cooper
On Wed, Sep 18, 2013 at 06:45:09PM +0200, Thomas Petazzoni wrote: > Dear Jean Pihet, > > On Wed, 18 Sep 2013 17:53:44 +0200, Jean Pihet wrote: > > This commit: > > 573145f08c2b92c45498468afbbba909f6ce6135 > > clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLARE > > > > replaced a call to th

Re: [PATCH] arm: mvebu: use the main timer as clock source from DT

2013-09-18 Thread Thomas Petazzoni
Dear Jean Pihet, On Wed, 18 Sep 2013 17:53:44 +0200, Jean Pihet wrote: > This commit: > 573145f08c2b92c45498468afbbba909f6ce6135 > clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLARE > > replaced a call to the driver's timer initialization by a call to > clocksource_of_init(). However, it

Re: [PATCH] arm: mvebu: use the main timer as clock source from DT

2013-09-18 Thread Jason Cooper
On Wed, Sep 18, 2013 at 05:53:44PM +0200, Jean Pihet wrote: > This commit: > 573145f08c2b92c45498468afbbba909f6ce6135 > clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLARE > > replaced a call to the driver's timer initialization by a call to > clocksource_of_init(). However, it failed to se

[PATCH] arm: mvebu: use the main timer as clock source from DT

2013-09-18 Thread Jean Pihet
This commit: 573145f08c2b92c45498468afbbba909f6ce6135 clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLARE replaced a call to the driver's timer initialization by a call to clocksource_of_init(). However, it failed to select CONFIG_CLKSRC_OF. Fix this by selecting CONFIG_CLKSRC_OF for Armad