All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 0/6] OMAP3+ Clock Fixes
       [not found] <1310078513-21754-1-git-send-email-jon-hunter@ti.com>
@ 2011-08-29  4:11 ` Paul Walmsley
  2011-09-14 19:34   ` Jon Hunter
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Walmsley @ 2011-08-29  4:11 UTC (permalink / raw)
  To: Jon Hunter; +Cc: linux-omap

Hi Jon,

On Thu, 7 Jul 2011, Jon Hunter wrote:

> Various clock fixes for OMAP3 and OMAP4 devices.

Just doublechecking on these patches, some of them don't have 
Signed-off-by:'s from you.  Seems like we should add those?

best regards,

- Paul

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/6] OMAP3+ Clock Fixes
  2011-08-29  4:11 ` [PATCH 0/6] OMAP3+ Clock Fixes Paul Walmsley
@ 2011-09-14 19:34   ` Jon Hunter
  0 siblings, 0 replies; 5+ messages in thread
From: Jon Hunter @ 2011-09-14 19:34 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-omap

Hi Paul,

On 8/28/2011 23:11, Paul Walmsley wrote:
> Hi Jon,
>
> On Thu, 7 Jul 2011, Jon Hunter wrote:
>
>> Various clock fixes for OMAP3 and OMAP4 devices.
>
> Just doublechecking on these patches, some of them don't have
> Signed-off-by:'s from you.  Seems like we should add those?

Ok, let me look at that.

Cheers
Jon

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/6] OMAP3+ Clock Fixes
  2011-07-15  8:16 ` Paul Walmsley
@ 2011-07-15 14:37   ` Jon Hunter
  0 siblings, 0 replies; 5+ messages in thread
From: Jon Hunter @ 2011-07-15 14:37 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-omap

Hi Paul,

On 7/15/2011 3:16, Paul Walmsley wrote:
> Hi Jon
>
> On Thu, 14 Jul 2011, Jon Hunter wrote:
>
>> From: Jon Hunter<jon-hunter@ti.com>
>>
>> Various clock fixes for OMAP3 and OMAP4 devices.
>> Plus one debug patch (if anyone is interested).
>>
>> Jon Hunter (4):
>>    OMAP4: Add missing clock divider for OCP_ABE_ICLK
>>    OMAP3+: use DPLLs recalc function instead of omap2_get_dpll_rate
>>    OMAP3+: Update DPLL Fint range for OMAP36xx and OMAP4xxx devices
>>    OMAP: Add debugfs node to show the summary of all clocks
>>
>> Mike Turquette (2):
>>    OMAP4: Clock: round_rate and recalc functions for DPLL_ABE
>>    OMAP3+: use DPLL's round_rate when setting rate
>
> Could you please repost these patches, cc'ing
> linux-arm-kernel@lists.infradead.org ?

No problem. Will re-send. I will drop patch #6 (I see this in your 
queue) and I may add one for the slimbus fck bug too. However, I will 
wait for Benoit's feedback on #1.

Cheers
Jon

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/6] OMAP3+ Clock Fixes
  2011-07-14 23:24 Jon Hunter
@ 2011-07-15  8:16 ` Paul Walmsley
  2011-07-15 14:37   ` Jon Hunter
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Walmsley @ 2011-07-15  8:16 UTC (permalink / raw)
  To: Jon Hunter; +Cc: linux-omap

Hi Jon

On Thu, 14 Jul 2011, Jon Hunter wrote:

> From: Jon Hunter <jon-hunter@ti.com>
> 
> Various clock fixes for OMAP3 and OMAP4 devices.
> Plus one debug patch (if anyone is interested).
> 
> Jon Hunter (4):
>   OMAP4: Add missing clock divider for OCP_ABE_ICLK
>   OMAP3+: use DPLLs recalc function instead of omap2_get_dpll_rate
>   OMAP3+: Update DPLL Fint range for OMAP36xx and OMAP4xxx devices
>   OMAP: Add debugfs node to show the summary of all clocks
> 
> Mike Turquette (2):
>   OMAP4: Clock: round_rate and recalc functions for DPLL_ABE
>   OMAP3+: use DPLL's round_rate when setting rate

Could you please repost these patches, cc'ing 
linux-arm-kernel@lists.infradead.org ?


- Paul

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 0/6] OMAP3+ Clock Fixes
@ 2011-07-14 23:24 Jon Hunter
  2011-07-15  8:16 ` Paul Walmsley
  0 siblings, 1 reply; 5+ messages in thread
From: Jon Hunter @ 2011-07-14 23:24 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-omap, Jon Hunter

From: Jon Hunter <jon-hunter@ti.com>

Various clock fixes for OMAP3 and OMAP4 devices.
Plus one debug patch (if anyone is interested).

Jon Hunter (4):
  OMAP4: Add missing clock divider for OCP_ABE_ICLK
  OMAP3+: use DPLLs recalc function instead of omap2_get_dpll_rate
  OMAP3+: Update DPLL Fint range for OMAP36xx and OMAP4xxx devices
  OMAP: Add debugfs node to show the summary of all clocks

Mike Turquette (2):
  OMAP4: Clock: round_rate and recalc functions for DPLL_ABE
  OMAP3+: use DPLL's round_rate when setting rate

 arch/arm/mach-omap2/clkt_dpll.c      |   51 +++++++++++++++++++++++----------
 arch/arm/mach-omap2/clock.h          |    2 +
 arch/arm/mach-omap2/clock44xx.h      |    1 +
 arch/arm/mach-omap2/clock44xx_data.c |   20 +++++++++++--
 arch/arm/mach-omap2/dpll3xxx.c       |    6 ++--
 arch/arm/mach-omap2/dpll44xx.c       |   45 ++++++++++++++++++++++++++++++
 arch/arm/plat-omap/clock.c           |   39 ++++++++++++++++++++++++++
 7 files changed, 142 insertions(+), 22 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-14 19:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1310078513-21754-1-git-send-email-jon-hunter@ti.com>
2011-08-29  4:11 ` [PATCH 0/6] OMAP3+ Clock Fixes Paul Walmsley
2011-09-14 19:34   ` Jon Hunter
2011-07-14 23:24 Jon Hunter
2011-07-15  8:16 ` Paul Walmsley
2011-07-15 14:37   ` Jon Hunter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.