public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Allwinner clock changes for 4.17
@ 2018-03-22 16:04 Maxime Ripard
  2018-03-22 16:46 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2018-03-22 16:04 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd
  Cc: Chen-Yu Tsai, Maxime Ripard, linux-arm-kernel, linux-clk

[-- Attachment #1: Type: text/plain, Size: 3000 bytes --]

Hi Mike, Stephen,

Here is our usual pull request for the next merge window.

Thanks!
Maxime

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f422fa558aada511406432bc5974d3a5bf728227:

  clk: sunxi-ng: add missing hdmi-slow clock for H6 CCU (2018-03-21 12:27:13 +0100)

----------------------------------------------------------------
Allwinner clock changes for 4.17

Our usual bunch of changes for the next merge window. The most significant
addition is the support of the H6 clock unit. Other than that, there's a
bunch of fixes for the video clocks on the H3 and H5, and some Kconfig
cleanup.

----------------------------------------------------------------
Corentin Labbe (1):
      clk: sunxi-ng: remove select on obsolete SUNXI_CCU_X kconfig name

Icenowy Zheng (4):
      clk: sunxi-ng: Support fixed post-dividers on NKMP style clocks
      dt-bindings: add device tree binding for Allwinner H6 main CCU
      clk: sunxi-ng: add support for the Allwinner H6 CCU
      clk: sunxi-ng: add missing hdmi-slow clock for H6 CCU

Jernej Skrabec (6):
      clk: sunxi-ng: Mask nkmp factors when setting register
      clk: sunxi-ng: Use u64 for calculation of nkmp rate
      clk: sunxi-ng: Add check for minimal rate to NM PLLs
      clk: sunxi-ng: h3: h5: Add minimal rate for video PLL
      clk: sunxi-ng: h3: h5: Allow some clocks to set parent rate
      clk: sunxi-ng: h3: h5: export CLK_PLL_VIDEO

 .../devicetree/bindings/clock/sunxi-ccu.txt        |    4 +
 drivers/clk/sunxi-ng/Kconfig                       |   12 +-
 drivers/clk/sunxi-ng/Makefile                      |    1 +
 drivers/clk/sunxi-ng/ccu-sun50i-h6.c               | 1211 ++++++++++++++++++++
 drivers/clk/sunxi-ng/ccu-sun50i-h6.h               |   56 +
 drivers/clk/sunxi-ng/ccu-sun8i-h3.c                |   32 +-
 drivers/clk/sunxi-ng/ccu-sun8i-h3.h                |    4 +-
 drivers/clk/sunxi-ng/ccu_nkmp.c                    |   56 +-
 drivers/clk/sunxi-ng/ccu_nkmp.h                    |    2 +
 drivers/clk/sunxi-ng/ccu_nm.c                      |    7 +
 drivers/clk/sunxi-ng/ccu_nm.h                      |   27 +
 include/dt-bindings/clock/sun50i-h6-ccu.h          |  125 ++
 include/dt-bindings/clock/sun8i-h3-ccu.h           |    2 +
 include/dt-bindings/reset/sun50i-h6-ccu.h          |   73 ++
 14 files changed, 1578 insertions(+), 34 deletions(-)
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h6.c
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h6.h
 create mode 100644 include/dt-bindings/clock/sun50i-h6-ccu.h
 create mode 100644 include/dt-bindings/reset/sun50i-h6-ccu.h

-- 
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2018-03-22 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-22 16:04 [GIT PULL] Allwinner clock changes for 4.17 Maxime Ripard
2018-03-22 16:46 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox