All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Qianggui Song <qianggui.song@amlogic.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	linux-gpio@vger.kernel.org
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
	Qianggui Song <qianggui.song@amlogic.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 2/2] pinctrl: meson: add pinctrl driver support for Meson-S4 Soc
Date: Tue, 28 Dec 2021 00:16:12 +0800	[thread overview]
Message-ID: <202112280001.MfQS59Vr-lkp@intel.com> (raw)
In-Reply-To: <20211227080649.32275-3-qianggui.song@amlogic.com>

Hi Qianggui,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linusw-pinctrl/devel]
[also build test ERROR on robh/for-next v5.16-rc7 next-20211224]
[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/Qianggui-Song/pinctrl-meson-s4-add-pinctrl-driver/20211227-160714
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git devel
config: arm64-randconfig-r002-20211227 (https://download.01.org/0day-ci/archive/20211228/202112280001.MfQS59Vr-lkp@intel.com/config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 511726c64d3b6cca66f7c54d457d586aa3129f67)
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
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://github.com/0day-ci/linux/commit/43334d14477ef1b54fe7c261204f68c77230a18b
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Qianggui-Song/pinctrl-meson-s4-add-pinctrl-driver/20211227-160714
        git checkout 43334d14477ef1b54fe7c261204f68c77230a18b
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash

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/meson/pinctrl-meson-s4.c:9:10: fatal error: 'dt-bindings/gpio/meson-s4-gpio.h' file not found
   #include <dt-bindings/gpio/meson-s4-gpio.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +9 drivers/pinctrl/meson/pinctrl-meson-s4.c

   > 9	#include <dt-bindings/gpio/meson-s4-gpio.h>
    10	#include "pinctrl-meson.h"
    11	#include "pinctrl-meson-axg-pmx.h"
    12	

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Qianggui Song <qianggui.song@amlogic.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	linux-gpio@vger.kernel.org
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
	Qianggui Song <qianggui.song@amlogic.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 2/2] pinctrl: meson: add pinctrl driver support for Meson-S4 Soc
Date: Tue, 28 Dec 2021 00:16:12 +0800	[thread overview]
Message-ID: <202112280001.MfQS59Vr-lkp@intel.com> (raw)
In-Reply-To: <20211227080649.32275-3-qianggui.song@amlogic.com>

Hi Qianggui,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linusw-pinctrl/devel]
[also build test ERROR on robh/for-next v5.16-rc7 next-20211224]
[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/Qianggui-Song/pinctrl-meson-s4-add-pinctrl-driver/20211227-160714
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git devel
config: arm64-randconfig-r002-20211227 (https://download.01.org/0day-ci/archive/20211228/202112280001.MfQS59Vr-lkp@intel.com/config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 511726c64d3b6cca66f7c54d457d586aa3129f67)
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
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://github.com/0day-ci/linux/commit/43334d14477ef1b54fe7c261204f68c77230a18b
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Qianggui-Song/pinctrl-meson-s4-add-pinctrl-driver/20211227-160714
        git checkout 43334d14477ef1b54fe7c261204f68c77230a18b
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash

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/meson/pinctrl-meson-s4.c:9:10: fatal error: 'dt-bindings/gpio/meson-s4-gpio.h' file not found
   #include <dt-bindings/gpio/meson-s4-gpio.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +9 drivers/pinctrl/meson/pinctrl-meson-s4.c

   > 9	#include <dt-bindings/gpio/meson-s4-gpio.h>
    10	#include "pinctrl-meson.h"
    11	#include "pinctrl-meson-axg-pmx.h"
    12	

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 2/2] pinctrl: meson: add pinctrl driver support for Meson-S4 Soc
Date: Tue, 28 Dec 2021 00:16:12 +0800	[thread overview]
Message-ID: <202112280001.MfQS59Vr-lkp@intel.com> (raw)
In-Reply-To: <20211227080649.32275-3-qianggui.song@amlogic.com>

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

Hi Qianggui,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linusw-pinctrl/devel]
[also build test ERROR on robh/for-next v5.16-rc7 next-20211224]
[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/Qianggui-Song/pinctrl-meson-s4-add-pinctrl-driver/20211227-160714
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git devel
config: arm64-randconfig-r002-20211227 (https://download.01.org/0day-ci/archive/20211228/202112280001.MfQS59Vr-lkp(a)intel.com/config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 511726c64d3b6cca66f7c54d457d586aa3129f67)
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
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://github.com/0day-ci/linux/commit/43334d14477ef1b54fe7c261204f68c77230a18b
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Qianggui-Song/pinctrl-meson-s4-add-pinctrl-driver/20211227-160714
        git checkout 43334d14477ef1b54fe7c261204f68c77230a18b
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash

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/meson/pinctrl-meson-s4.c:9:10: fatal error: 'dt-bindings/gpio/meson-s4-gpio.h' file not found
   #include <dt-bindings/gpio/meson-s4-gpio.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +9 drivers/pinctrl/meson/pinctrl-meson-s4.c

   > 9	#include <dt-bindings/gpio/meson-s4-gpio.h>
    10	#include "pinctrl-meson.h"
    11	#include "pinctrl-meson-axg-pmx.h"
    12	

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

  parent reply	other threads:[~2021-12-27 16:16 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-27  8:06 [PATCH v2 0/2] pinctrl: meson-s4: add pinctrl driver Qianggui Song
2021-12-27  8:06 ` Qianggui Song
2021-12-27  8:06 ` Qianggui Song
2021-12-27  8:06 ` [PATCH v2 1/2] dt-bindings: pinctrl: meson: Add compatible for S4 Qianggui Song
2021-12-27  8:06   ` Qianggui Song
2021-12-27  8:06   ` Qianggui Song
2021-12-27  8:06 ` [PATCH v2 2/2] pinctrl: meson: add pinctrl driver support for Meson-S4 Soc Qianggui Song
2021-12-27  8:06   ` Qianggui Song
2021-12-27  8:06   ` Qianggui Song
2021-12-27 10:47   ` kernel test robot
2021-12-27 10:47     ` kernel test robot
2021-12-27 10:47     ` kernel test robot
2021-12-27 16:16   ` kernel test robot [this message]
2021-12-27 16:16     ` kernel test robot
2021-12-27 16:16     ` kernel test robot
2021-12-27 18:15     ` Martin Blumenstingl
2021-12-27 18:15       ` Martin Blumenstingl
2021-12-27 18:15       ` Martin Blumenstingl
2021-12-28  2:33       ` qianggui.song
2021-12-28  2:33         ` qianggui.song
2021-12-28  2:33         ` qianggui.song

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=202112280001.MfQS59Vr-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=jbrunet@baylibre.com \
    --cc=kbuild-all@lists.01.org \
    --cc=khilman@baylibre.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=mark.rutland@arm.com \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=narmstrong@baylibre.com \
    --cc=qianggui.song@amlogic.com \
    --cc=robh+dt@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.