linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Allwinner clock changes for 5.2
@ 2019-04-19 11:25 Maxime Ripard
  2019-04-19 20:19 ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Ripard @ 2019-04-19 11:25 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: 2124 bytes --]

Hi Mike, Stephen,

Please pull the following changes for the next merge window.

Thanks!
Maxime

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c77cebac96a9edf1f3a508b475110f5d44196901:

  clk: sunxi-ng: sun5i: Export the MBUS clock (2019-04-10 16:33:01 +0200)

----------------------------------------------------------------
Allwinner clock changes for 5.2

Our usual bunch of changes, this time, it's mainly:

  - Export a new clock for the MBUS controller on the A13
  - H6 fixes to support a finer clocking of the video and VPU engines
  - Add some Kconfig options
  - Some bit offset fixes

----------------------------------------------------------------
Chen-Yu Tsai (1):
      clk: sunxi-ng: a83t: Add pll-video0 as parent of csi-mclk

Icenowy Zheng (1):
      clk: sunxi-ng: f1c100s: fix USB PHY gate bit offset

Jernej Skrabec (3):
      clk: sunxi-ng: Allow DE clock to set parent rate
      clk: sunxi-ng: h6: Preset hdmi-cec clock parent
      clk: sunxi-ng: h6: Allow video & vpu clocks to change parent rate

Maxime Ripard (2):
      clk: sunxi: Add Kconfig options
      clk: sunxi-ng: sun5i: Export the MBUS clock

 drivers/clk/Kconfig                      |  1 +
 drivers/clk/sunxi-ng/ccu-sun50i-a64.c    |  3 +-
 drivers/clk/sunxi-ng/ccu-sun50i-h6.c     | 19 ++++++++++---
 drivers/clk/sunxi-ng/ccu-sun5i.h         |  4 ---
 drivers/clk/sunxi-ng/ccu-sun8i-a83t.c    |  5 ++--
 drivers/clk/sunxi-ng/ccu-sun8i-v3s.c     |  3 +-
 drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c |  2 +-
 drivers/clk/sunxi/Kconfig                | 43 ++++++++++++++++++++++++++++
 drivers/clk/sunxi/Makefile               | 49 ++++++++++++++++++--------------
 include/dt-bindings/clock/sun5i-ccu.h    |  2 +-
 10 files changed, 95 insertions(+), 36 deletions(-)
 create mode 100644 drivers/clk/sunxi/Kconfig

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

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

* Re: [GIT PULL] Allwinner clock changes for 5.2
  2019-04-19 11:25 [GIT PULL] Allwinner clock changes for 5.2 Maxime Ripard
@ 2019-04-19 20:19 ` Stephen Boyd
  2019-04-25 14:23   ` Maxime Ripard
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2019-04-19 20:19 UTC (permalink / raw)
  To: Maxime Ripard, Mike Turquette, Stephen Boyd
  Cc: Maxime Ripard, Chen-Yu Tsai, linux-clk, linux-arm-kernel

Quoting Maxime Ripard (2019-04-19 04:25:18)
> Hi Mike, Stephen,
> 
> Please pull the following changes for the next merge window.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-5.2

Thanks. Pulled but not yet merged into clk-next, because I see this error
when I try to build just the files that have changed:

	WARNING: unmet direct dependencies detected for MFD_SUN6I_PRCM
	  Depends on [n]: HAS_IOMEM [=y] && ARCH_SUNXI
	  Selected by [y]:
	  - CLK_SUNXI_PRCM_SUN6I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y]
	  - CLK_SUNXI_PRCM_SUN8I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y]

	WARNING: unmet direct dependencies detected for MFD_SUN6I_PRCM
	  Depends on [n]: HAS_IOMEM [=y] && ARCH_SUNXI
	  Selected by [y]:
	  - CLK_SUNXI_PRCM_SUN6I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y]
	  - CLK_SUNXI_PRCM_SUN8I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y]

Maybe the Kconfig patch isn't completely proper. I suppose that
MFD_SUN6I_PRCM can be selected via COMPILE_TEST=y path of
CLK_SUNXI_PRCM_SUN6I and then fail to enable because ARCH_SUNXI=n.


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

* Re: [GIT PULL] Allwinner clock changes for 5.2
  2019-04-19 20:19 ` Stephen Boyd
@ 2019-04-25 14:23   ` Maxime Ripard
  2019-04-25 15:55     ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Ripard @ 2019-04-25 14:23 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Mike Turquette, Stephen Boyd, Chen-Yu Tsai, linux-clk, linux-arm-kernel

Hi,

On Fri, Apr 19, 2019 at 01:19:23PM -0700, Stephen Boyd wrote:
> Quoting Maxime Ripard (2019-04-19 04:25:18)
> > Hi Mike, Stephen,
> >
> > Please pull the following changes for the next merge window.
> >
> > Thanks!
> > Maxime
> >
> > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> >
> >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> >
> > are available in the Git repository at:
> >
> >   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-5.2
>
> Thanks. Pulled but not yet merged into clk-next, because I see this error
> when I try to build just the files that have changed:
>
> 	WARNING: unmet direct dependencies detected for MFD_SUN6I_PRCM
> 	  Depends on [n]: HAS_IOMEM [=y] && ARCH_SUNXI
> 	  Selected by [y]:
> 	  - CLK_SUNXI_PRCM_SUN6I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y]
> 	  - CLK_SUNXI_PRCM_SUN8I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y]
>
> 	WARNING: unmet direct dependencies detected for MFD_SUN6I_PRCM
> 	  Depends on [n]: HAS_IOMEM [=y] && ARCH_SUNXI
> 	  Selected by [y]:
> 	  - CLK_SUNXI_PRCM_SUN6I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y]
> 	  - CLK_SUNXI_PRCM_SUN8I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y]
>
> Maybe the Kconfig patch isn't completely proper. I suppose that
> MFD_SUN6I_PRCM can be selected via COMPILE_TEST=y path of
> CLK_SUNXI_PRCM_SUN6I and then fail to enable because ARCH_SUNXI=n.

There's a fix for that that went through the MFD tree in 5.1-rc4

Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* Re: [GIT PULL] Allwinner clock changes for 5.2
  2019-04-25 14:23   ` Maxime Ripard
@ 2019-04-25 15:55     ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2019-04-25 15:55 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: Mike Turquette, Stephen Boyd, Chen-Yu Tsai, linux-clk, linux-arm-kernel

Quoting Maxime Ripard (2019-04-25 07:23:06)
> Hi,
> 
> On Fri, Apr 19, 2019 at 01:19:23PM -0700, Stephen Boyd wrote:
> > Quoting Maxime Ripard (2019-04-19 04:25:18)
> > > Hi Mike, Stephen,
> > >
> > > Please pull the following changes for the next merge window.
> > >
> > > Thanks!
> > > Maxime
> > >
> > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> > >
> > >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > >   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-5.2
> >
> > Thanks. Pulled but not yet merged into clk-next, because I see this error
> > when I try to build just the files that have changed:
> >
> >       WARNING: unmet direct dependencies detected for MFD_SUN6I_PRCM
> >         Depends on [n]: HAS_IOMEM [=y] && ARCH_SUNXI
> >         Selected by [y]:
> >         - CLK_SUNXI_PRCM_SUN6I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y]
> >         - CLK_SUNXI_PRCM_SUN8I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y]
> >
> >       WARNING: unmet direct dependencies detected for MFD_SUN6I_PRCM
> >         Depends on [n]: HAS_IOMEM [=y] && ARCH_SUNXI
> >         Selected by [y]:
> >         - CLK_SUNXI_PRCM_SUN6I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y]
> >         - CLK_SUNXI_PRCM_SUN8I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y]
> >
> > Maybe the Kconfig patch isn't completely proper. I suppose that
> > MFD_SUN6I_PRCM can be selected via COMPILE_TEST=y path of
> > CLK_SUNXI_PRCM_SUN6I and then fail to enable because ARCH_SUNXI=n.
> 
> There's a fix for that that went through the MFD tree in 5.1-rc4
> 

Ok. I suppose it's easiest to ignore this problem then and merge up
these changes into -next. Thanks!


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

end of thread, other threads:[~2019-04-25 15:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-19 11:25 [GIT PULL] Allwinner clock changes for 5.2 Maxime Ripard
2019-04-19 20:19 ` Stephen Boyd
2019-04-25 14:23   ` Maxime Ripard
2019-04-25 15:55     ` Stephen Boyd

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