Re: [PATCH 0/6] OMAP3+ Clock Fixes

2011-09-14 Thread Jon Hunter

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
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/6] OMAP3+ Clock Fixes

2011-08-28 Thread Paul Walmsley
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
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/6] OMAP3+ Clock Fixes

2011-07-15 Thread Paul Walmsley
Hi Jon

On Thu, 14 Jul 2011, Jon Hunter wrote:

 From: Jon Hunter jon-hun...@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-ker...@lists.infradead.org ?


- Paul
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/6] OMAP3+ Clock Fixes

2011-07-15 Thread Jon Hunter

Hi Paul,

On 7/15/2011 3:16, Paul Walmsley wrote:

Hi Jon

On Thu, 14 Jul 2011, Jon Hunter wrote:


From: Jon Hunterjon-hun...@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-ker...@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
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/6] OMAP3+ Clock Fixes

2011-07-14 Thread Jon Hunter
From: Jon Hunter jon-hun...@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

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html