linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk: rockchip: first batch for 3.19
@ 2014-11-18  0:50 Heiko Stübner
  2014-11-18 22:32 ` Mike Turquette
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stübner @ 2014-11-18  0:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Mike

here is a first batch of rockchip related clock changes for 3.19 .
Apart from various small fixes we also move away from marking
all clocks as INGORE_UNUSED to letting the ccf handle disabling
most of the unused clocks.

So if this looks good, please pull


The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.19-rockchip-clk1

for you to fetch changes up to 29e94468516cdf191ec839ee39f79e011817276d:

  clk: rockchip: fix clock select order for rk3288 usbphy480m_src (2014-11-16 00:40:19 +0100)

----------------------------------------------------------------
- fixes for clock ordering/rate issues
- do not keep all clocks enabled anymore
- allow special pll rates for special cases

----------------------------------------------------------------
Chris Zhong (1):
      clk: rockchip: rk3288: add suspend and resume

Dmitry Torokhov (1):
      clk: rockchip: ensure HCLK_VIO2_H2P and PCLK_VIO2_H2P stay enabled

Doug Anderson (1):
      clk: rockchip: Add CLK_SET_RATE_PARENT to aclk_cpu_pre

Heiko St?bner (1):
      clk: rockchip: fix rk3188 hsadc_frac definition

Jianqun (1):
      clk: rockchip: rk3288: removing the CLK_SET_RATE_PARENT from i2s_clkout

Kever Yang (6):
      clk: rockchip: add 400MHz and 500MHz for rk3288 clock rate
      clk: rockchip: add npll to source of sclk_gpu
      clk: rockchip: change PLL setting for better clock jitter
      clk: rockchip: disable unused clocks
      clk: rockchip: fix rk3288 clk_usbphy480m_gate bit location in register
      clk: rockchip: fix clock select order for rk3288 usbphy480m_src

Sonny Rao (1):
      clk: rockchip: fix parent for spdif_8ch_frac on rk3288

 drivers/clk/rockchip/clk-rk3188.c |  42 ++++----
 drivers/clk/rockchip/clk-rk3288.c | 216 ++++++++++++++++++++++++--------------
 drivers/clk/rockchip/clk.c        |   9 --
 drivers/clk/rockchip/clk.h        |   9 ++
 4 files changed, 169 insertions(+), 107 deletions(-)

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

* [GIT PULL] clk: rockchip: first batch for 3.19
  2014-11-18  0:50 [GIT PULL] clk: rockchip: first batch for 3.19 Heiko Stübner
@ 2014-11-18 22:32 ` Mike Turquette
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Turquette @ 2014-11-18 22:32 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Heiko St?bner (2014-11-17 16:50:25)
> Hi Mike
> 
> here is a first batch of rockchip related clock changes for 3.19 .
> Apart from various small fixes we also move away from marking
> all clocks as INGORE_UNUSED to letting the ccf handle disabling
> most of the unused clocks.
> 
> So if this looks good, please pull
> 
> 
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.19-rockchip-clk1
> 
> for you to fetch changes up to 29e94468516cdf191ec839ee39f79e011817276d:
> 
>   clk: rockchip: fix clock select order for rk3288 usbphy480m_src (2014-11-16 00:40:19 +0100)

Pulled!

Thanks,
Mike

> 
> ----------------------------------------------------------------
> - fixes for clock ordering/rate issues
> - do not keep all clocks enabled anymore
> - allow special pll rates for special cases
> 
> ----------------------------------------------------------------
> Chris Zhong (1):
>       clk: rockchip: rk3288: add suspend and resume
> 
> Dmitry Torokhov (1):
>       clk: rockchip: ensure HCLK_VIO2_H2P and PCLK_VIO2_H2P stay enabled
> 
> Doug Anderson (1):
>       clk: rockchip: Add CLK_SET_RATE_PARENT to aclk_cpu_pre
> 
> Heiko St?bner (1):
>       clk: rockchip: fix rk3188 hsadc_frac definition
> 
> Jianqun (1):
>       clk: rockchip: rk3288: removing the CLK_SET_RATE_PARENT from i2s_clkout
> 
> Kever Yang (6):
>       clk: rockchip: add 400MHz and 500MHz for rk3288 clock rate
>       clk: rockchip: add npll to source of sclk_gpu
>       clk: rockchip: change PLL setting for better clock jitter
>       clk: rockchip: disable unused clocks
>       clk: rockchip: fix rk3288 clk_usbphy480m_gate bit location in register
>       clk: rockchip: fix clock select order for rk3288 usbphy480m_src
> 
> Sonny Rao (1):
>       clk: rockchip: fix parent for spdif_8ch_frac on rk3288
> 
>  drivers/clk/rockchip/clk-rk3188.c |  42 ++++----
>  drivers/clk/rockchip/clk-rk3288.c | 216 ++++++++++++++++++++++++--------------
>  drivers/clk/rockchip/clk.c        |   9 --
>  drivers/clk/rockchip/clk.h        |   9 ++
>  4 files changed, 169 insertions(+), 107 deletions(-)
> 

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

end of thread, other threads:[~2014-11-18 22:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-18  0:50 [GIT PULL] clk: rockchip: first batch for 3.19 Heiko Stübner
2014-11-18 22:32 ` Mike Turquette

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).