mbox

[GIT,PULL] Allwinner clock fixes for 4.11, again

Message ID 20170413095938.ac4zjp7ql6y76sst@lukather
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git sunxi-clk-fixes-for-4.11-2-bis

Message

Maxime Ripard April 13, 2017, 9:59 a.m. UTC
Hi Mike, Stephen,

Here is another PR, without the patches that you didn't want as fixes.

A few more fixes showed up in between, one of them being another build
fix, the other one fixing random CPU crashes happening with CPUfreq
since 4.11

Please merge it for one of 4.11-rc's, thanks!
Maxime

The following changes since commit b467e08a15563dede0d37d3233baa24fb97a7310:

  clk: sunxi-ng: fix recalc_rate formula of NKMP clocks (2017-03-20 10:34:05 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git sunxi-clk-fixes-for-4.11-2-bis

for you to fetch changes up to 372fa10172a2f9e1bfbc70778449628e82b72341:

  clk: sunxi-ng: a33: gate then ungate PLL CPU clk after rate change (2017-04-13 11:22:04 +0200)

----------------------------------------------------------------
Allwinner clock fixes for 4.11

Two build errors fixes for the sunxi-ng drivers.

The two other patches fix random CPU crashes happening on the A33 since
CPUFreq has been enabled in 4.11.

----------------------------------------------------------------
Chen-Yu Tsai (2):
      clk: sunxi-ng: Add clk notifier to gate then ungate PLL clocks
      clk: sunxi-ng: a33: gate then ungate PLL CPU clk after rate change

Tobias Regnery (2):
      clk: sunxi-ng: fix build error without CONFIG_RESET_CONTROLLER
      clk: sunxi-ng: fix build failure in ccu-sun9i-a80 driver

 drivers/clk/sunxi-ng/Kconfig         |  2 ++
 drivers/clk/sunxi-ng/ccu-sun8i-a33.c | 11 ++++++++
 drivers/clk/sunxi-ng/ccu_common.c    | 49 ++++++++++++++++++++++++++++++++++++
 drivers/clk/sunxi-ng/ccu_common.h    | 12 +++++++++
 4 files changed, 74 insertions(+)

Comments

Stephen Boyd April 17, 2017, 6:33 p.m. UTC | #1
On 04/13, Maxime Ripard wrote:
> Hi Mike, Stephen,
> 
> Here is another PR, without the patches that you didn't want as fixes.
> 
> A few more fixes showed up in between, one of them being another build
> fix, the other one fixing random CPU crashes happening with CPUfreq
> since 4.11
> 
> Please merge it for one of 4.11-rc's, thanks!
> Maxime

Thanks. Pulled into clk-fixes. I'll probably send it off in a
day or so.