All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: meson: g12a: fixes for DVFS
@ 2019-09-19  9:36 ` Neil Armstrong
  0 siblings, 0 replies; 27+ messages in thread
From: Neil Armstrong @ 2019-09-19  9:36 UTC (permalink / raw)
  To: jbrunet
  Cc: Neil Armstrong, linux-clk, linux-amlogic, linux-arm-kernel, linux-kernel

This is the first serie of fixes for DVFS support on G12a:
- Patch 1 fixes a rebase issue where a CLK_SET_RATE_NO_REPARENT
  appeared on the wrong clock and a SET_RATE_PARENT went missing
- Patch 2 helps CCF use the right clock tree for the sub 1GHz clock range
- Patch 3 fixes an issue when we enter suspend with a non-SYS_PLL CPU clock,
  leading to a SYS_PLL never enabled again

Neil Armstrong (3):
  clk: meson: g12a: fix cpu clock rate setting
  clk: meson: g12a: set CLK_MUX_ROUND_CLOSEST on the cpu clock muxes
  clk: meson: clk-pll: always enable a critical PLL when setting the
    rate

 drivers/clk/meson/clk-pll.c |  2 +-
 drivers/clk/meson/g12a.c    | 13 +++++++++++--
 2 files changed, 12 insertions(+), 3 deletions(-)

-- 
2.22.0


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

end of thread, other threads:[~2019-10-01 13:16 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19  9:36 [PATCH 0/3] clk: meson: g12a: fixes for DVFS Neil Armstrong
2019-09-19  9:36 ` Neil Armstrong
2019-09-19  9:36 ` Neil Armstrong
2019-09-19  9:36 ` [PATCH 1/3] clk: meson: g12a: fix cpu clock rate setting Neil Armstrong
2019-09-19  9:36   ` Neil Armstrong
2019-09-19  9:36   ` Neil Armstrong
2019-09-19  9:36 ` [PATCH 2/3] clk: meson: g12a: set CLK_MUX_ROUND_CLOSEST on the cpu clock muxes Neil Armstrong
2019-09-19  9:36   ` Neil Armstrong
2019-09-19  9:36   ` Neil Armstrong
2019-09-19  9:38 ` [PATCH 3/3] clk: meson: clk-pll: always enable a critical PLL when setting the rate Neil Armstrong
2019-09-19  9:38   ` Neil Armstrong
2019-09-19  9:38   ` Neil Armstrong
2019-09-19 13:01   ` Jerome Brunet
2019-09-19 13:01     ` Jerome Brunet
2019-09-19 13:01     ` Jerome Brunet
2019-09-19 17:06     ` Stephen Boyd
2019-09-19 17:06       ` Stephen Boyd
2019-09-19 17:06       ` Stephen Boyd
2019-09-20  8:06       ` Neil Armstrong
2019-09-20  8:06         ` Neil Armstrong
2019-09-20  8:06         ` Neil Armstrong
2019-09-20 16:52         ` Stephen Boyd
2019-09-20 16:52           ` Stephen Boyd
2019-09-20 16:52           ` Stephen Boyd
2019-10-01 13:15 ` [PATCH 0/3] clk: meson: g12a: fixes for DVFS Jerome Brunet
2019-10-01 13:15   ` Jerome Brunet
2019-10-01 13:15   ` Jerome Brunet

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.