mbox

[GIT,PULL] Allwinner clock changes for 4.12, take 2

Message ID 20170420081749.bok3wwusmk2no5vw@lukather
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-4.12-2

Message

Maxime Ripard April 20, 2017, 8:17 a.m. UTC
Hi Mike, Stephen,

Here are the few last minor fixes that didn't go through for 4.11,
plus two fixes for previous drivers changes found in the earlier pull
request for 4.12.

Thanks!
Maxime

The following changes since commit cb545960dea2749771c88b0cb26e5adfd12a0315:

  clk: sunxi-ng: Display index when clock registration fails (2017-04-06 09:10:30 +0200)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-4.12-2

for you to fetch changes up to 7149c1becddf49022fe0aad2fa395377cd8f753e:

  clk: sunxi-ng: a80: Fix audio PLL comment not matching actual code (2017-04-13 14:09:30 +0200)

----------------------------------------------------------------
Allwinner clock changes, take 2

A few minor bug and comment fixes, plus some fixes for the PRCM CCU driver
merged in the prior pull request

----------------------------------------------------------------
Chen-Yu Tsai (3):
      clk: sunxi-ng: use 1 as fallback for minimum multiplier
      clk: sunxi-ng: Fix round_rate/set_rate multiplier minimum mismatch
      clk: sunxi-ng: a80: Fix audio PLL comment not matching actual code

Icenowy Zheng (2):
      clk: sunxi-ng: fix PRCM CCU ir clk parent
      clk: sunxi-ng: fix PRCM CCU CLK_NUMBER value

 drivers/clk/sunxi-ng/ccu-sun8i-r.c   | 2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-r.h   | 2 +-
 drivers/clk/sunxi-ng/ccu-sun9i-a80.c | 3 +--
 drivers/clk/sunxi-ng/ccu_nk.c        | 8 ++++----
 drivers/clk/sunxi-ng/ccu_nkm.c       | 8 ++++----
 drivers/clk/sunxi-ng/ccu_nkmp.c      | 8 ++++----
 drivers/clk/sunxi-ng/ccu_nm.c        | 4 ++--
 7 files changed, 17 insertions(+), 18 deletions(-)

Comments

Stephen Boyd April 22, 2017, 2:06 a.m. UTC | #1
On 04/20, Maxime Ripard wrote:
> Hi Mike, Stephen,
> 
> Here are the few last minor fixes that didn't go through for 4.11,
> plus two fixes for previous drivers changes found in the earlier pull
> request for 4.12.
> 

Pulled into clk-next.