stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/4] clk: pistachio: Fixes for pll calculations.
@ 2015-08-26 16:11 Govindraj Raja
  2015-08-26 16:11 ` [PATCH v6 1/4] clk: pistachio: Fix 32bit integer overflows Govindraj Raja
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Govindraj Raja @ 2015-08-26 16:11 UTC (permalink / raw)
  To: linux-mips, linux-clk, Stephen Boyd, Michael Turquette
  Cc: Zdenko Pulitika, Kevin Cernekee, Ralf Baechle, Andrew Bresticker,
	James Hartley, Govindraj Raja, Damien Horsley, James Hogan,
	Ezequiel Garcia, Sergei Shtylyov, Govindraj Raja, stable

From: Govindraj Raja <govindraj.raja@imgtec.com>

Patch 1/4 to 3/4 are pll calculation fixes for clock settings.

Patch 4/4: Is a reword and repost based on earlier thread:
http://patchwork.linux-mips.org/patch/10108/

Series Based on 4.2-rc7
Tested with Pistachio Bring-up-Board.

Changes from v5:
----------------
Cc: <stable@vger.kernel.org> # 4.1

This patch series is needed for 4.1-stable as well.
So adding necessary commit-id for Fixes.
Boot is broken on 4.1 stable without this patch series.

Changes from v4:
----------------
Fixes comments from Andrew and added Andrew's
reviewed by.

http://patchwork.linux-mips.org/patch/11014/
http://patchwork.linux-mips.org/patch/11016/


Changes from v3:
---------------
Fixes comments to bring back the poll rate table with
unsigned long int as discussed in below thread.

http://patchwork.linux-mips.org/patch/10900/

Changes from v2:
---------------
Fixes comments from Sergei as dicussed in below thread:
http://patchwork.linux-mips.org/patch/10903/

Changes from v1:
---------------
Fix comments from Andrew.
Topics:

* http://patchwork.linux-mips.org/patch/10888/
  (Remove long conversion for pll_rate_table variables)
	
* http://patchwork.linux-mips.org/patch/10889/
  (reword pll to PLL)

* http://patchwork.linux-mips.org/patch/10891/
  (squash 4/6 to 3/6)

* http://patchwork.linux-mips.org/patch/10892/
  (squash 5/6 to 3/6) 

* http://patchwork.linux-mips.org/patch/10893/
  (Add missing signed-off)


Damien.Horsley (1):
  clk: pistachio: correct critical clock list

Zdenko Pulitika (3):
  clk: pistachio: Fix 32bit integer overflows
  clk: pistachio: Fix override of clk-pll settings from boot loader
  clk: pistachio: Fix PLL rate calculation in integer mode

 drivers/clk/pistachio/clk-pistachio.c | 19 ++++++---
 drivers/clk/pistachio/clk-pll.c       | 77 +++++++++++++++++++++++++++--------
 drivers/clk/pistachio/clk.h           | 14 +++----
 3 files changed, 80 insertions(+), 30 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-08-26 18:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26 16:11 [PATCH v6 0/4] clk: pistachio: Fixes for pll calculations Govindraj Raja
2015-08-26 16:11 ` [PATCH v6 1/4] clk: pistachio: Fix 32bit integer overflows Govindraj Raja
2015-08-26 18:36   ` Stephen Boyd
2015-08-26 16:11 ` [PATCH v6 2/4] clk: pistachio: Fix override of clk-pll settings from boot loader Govindraj Raja
2015-08-26 18:36   ` Stephen Boyd
2015-08-26 16:11 ` [PATCH v6 3/4] clk: pistachio: Fix PLL rate calculation in integer mode Govindraj Raja
2015-08-26 18:36   ` Stephen Boyd
2015-08-26 16:11 ` [PATCH v6 4/4] clk: pistachio: correct critical clock list Govindraj Raja
2015-08-26 18:36   ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).