On Thu, Jun 15, 2017 at 04:08:56PM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Thu, Jun 15, 2017 at 3:45 PM, Simon Horman <horms@xxxxxxxxxxxx> wrote: > > On Wed, Jun 14, 2017 at 01:31:41PM +0200, Geert Uytterhoeven wrote: > >> On Wed, Jun 14, 2017 at 1:04 PM, kbuild test robot > >> <fengguang.wu@xxxxxxxxx> wrote: > >> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git drivers-for-v4.13 > >> > head: 895c7e91d84c0f0e207ad909482ed70b5f3c806f > >> > commit: 895c7e91d84c0f0e207ad909482ed70b5f3c806f [3/3] soc: renesas: rcar-sysc: Use GENPD_FLAG_ALWAYS_ON > >> > config: ia64-allmodconfig (attached as .config) > >> > compiler: ia64-linux-gcc (GCC) 6.2.0 > >> > reproduce: > >> > wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > >> > chmod +x ~/bin/make.cross > >> > git checkout 895c7e91d84c0f0e207ad909482ed70b5f3c806f > >> > # save the attached .config to linux build tree > >> > make.cross ARCH=ia64 > >> > > >> > All errors (new ones prefixed by >>): > >> > > >> > drivers/soc/renesas/rcar-sysc.c: In function 'rcar_sysc_pd_setup': > >> >>> drivers/soc/renesas/rcar-sysc.c:209:19: error: 'GENPD_FLAG_ALWAYS_ON' undeclared (first use in this function) > >> > genpd->flags |= GENPD_FLAG_ALWAYS_ON; > >> > >> Looks like your drivers-for-v4.13 is based on v4.11-rc1 > >> (renesas-fixes-for-v4.12) instead of v4.12-rc1. > >> Can you please rebase it? > > > > It is based on renesas-fixes-for-v4.12 because I was under the impression > > that the patch there is a dependency for (other) patches in renesas drivers. > > Is that the case? If so I think the correct (new) base would be v4.12-rc2. > > "soc: renesas: rcar-sysc: Use GENPD_FLAG_ALWAYS_ON" in drivers-for-v4.13 > depends on commit ffaa42e8a40b7f10 ("PM / Domains: Enable users of genpd > to specify always on PM domains") in v4.12-rc1. > > It does not depend on anything else that's only in fixes-for-v4.12. Ok, that is clear. But for some reason I thought that "soc: renesas: Rework Kconfig and Makefile logic" depends on "soc: renesas: Provide dummy rcar_rst_read_mode_pins() for compile-testing"