Message ID | 20190419112518.5zwaeqg7egfimts7@flea (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [GIT,PULL] Allwinner clock changes for 5.2 | expand |
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
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!