Linux GPIO subsystem development
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>
Cc: kbuild-all@lists.01.org, linux-gpio@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH v3 2/4] pinctrl: sh-pfc: collect Renesas related CONFIGs in one place
Date: Mon, 24 Aug 2020 11:26:34 +0800	[thread overview]
Message-ID: <202008241142.vg5FPrPW%lkp@intel.com> (raw)
In-Reply-To: <87sgccydyr.wl-kuninori.morimoto.gx@renesas.com>

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

Hi Kuninori,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on renesas-drivers/sh-pfc]
[also build test ERROR on pinctrl/devel v5.9-rc2 next-20200821]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Kuninori-Morimoto/pinctrl-sh-pfc-collect-Renesas-related-CONFIGs-in-one-place/20200824-103625
base:   https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc
config: arc-allyesconfig (attached as .config)
compiler: arc-elf-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arc 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/pinctrl/sh-pfc/pinctrl-rza1.c:30:10: fatal error: devicetree.h: No such file or directory
      30 | #include "devicetree.h"
         |          ^~~~~~~~~~~~~~
   compilation terminated.
--
>> drivers/pinctrl/sh-pfc/pinctrl-rza2.c:21:10: fatal error: pinmux.h: No such file or directory
      21 | #include "pinmux.h"
         |          ^~~~~~~~~~
   compilation terminated.
--
>> drivers/pinctrl/sh-pfc/pinctrl-rzn1.c:21:10: fatal error: pinconf.h: No such file or directory
      21 | #include "pinconf.h"
         |          ^~~~~~~~~~~
   compilation terminated.

# https://github.com/0day-ci/linux/commit/0eebf3dd4b399ae6e2278063620b198fb0a28b24
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Kuninori-Morimoto/pinctrl-sh-pfc-collect-Renesas-related-CONFIGs-in-one-place/20200824-103625
git checkout 0eebf3dd4b399ae6e2278063620b198fb0a28b24
vim +30 drivers/pinctrl/sh-pfc/pinctrl-rza1.c

5a49b644b3075f drivers/pinctrl/pinctrl-rza1.c Jacopo Mondi 2017-06-22  28  
5a49b644b3075f drivers/pinctrl/pinctrl-rza1.c Jacopo Mondi 2017-06-22  29  #include "core.h"
5a49b644b3075f drivers/pinctrl/pinctrl-rza1.c Jacopo Mondi 2017-06-22 @30  #include "devicetree.h"
5a49b644b3075f drivers/pinctrl/pinctrl-rza1.c Jacopo Mondi 2017-06-22  31  #include "pinconf.h"
5a49b644b3075f drivers/pinctrl/pinctrl-rza1.c Jacopo Mondi 2017-06-22  32  #include "pinmux.h"
5a49b644b3075f drivers/pinctrl/pinctrl-rza1.c Jacopo Mondi 2017-06-22  33  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 65326 bytes --]

  reply	other threads:[~2020-08-24  3:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24  2:29 [PATCH v3 0/4] pinctrl: sh-pfc: collect Renesas related CONFIGs in one place Kuninori Morimoto
2020-08-24  2:30 ` [PATCH v3 1/4] pinctrl: sh-pfc: tidyup Emma Mobile EV2 Kuninori Morimoto
2020-08-24  2:30 ` [PATCH v3 2/4] pinctrl: sh-pfc: collect Renesas related CONFIGs in one place Kuninori Morimoto
2020-08-24  3:26   ` kernel test robot [this message]
2020-08-24  5:28     ` Kuninori Morimoto
2020-08-24  2:31 ` [PATCH v3 3/4] pinctrl: sh-pfc: align driver description title Kuninori Morimoto
2020-08-24  2:31 ` [PATCH v3 4/4] pinctrl: sh-pfc: tidy up " Kuninori Morimoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202008241142.vg5FPrPW%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=geert+renesas@glider.be \
    --cc=kbuild-all@lists.01.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox