From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1BC8C29CA for ; Mon, 27 Dec 2021 16:16:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1640621794; x=1672157794; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=BSDqVuSIFYDIk5tliu/YGKfCAxw8HvtD1Jo1sDA/1yI=; b=HigDxRj60xSBrdVAvB/oolmLSlZEBjQ8nc6Gdu2nTZeLAVTDr+Kb+NS+ 92irRI8SyamhXgoGmBukBf8Vkx+xXJI5YdicEDnbZk5tb8O72I/ey+Jje TeS00voHwu+vtpqiTWg4G8I8nS8hoXRb8h1Ht3YfA8f1xrX4A7/sprjje UJG8iYSDabCTirM9Xo3pezq/tjLbaKoBs68+Wu+KYcwX/b8/+622n8CM7 JQlH6OdFaGHwgsMjJepJkaz1Zrx2J66EPLVIk7tLBt98leABpbnzj/mgZ NPrOy4y4WB0Z0s47DqkoIzFZoqLtIFTQuG0/NwuBDlQQVpr3I38qX9MTs Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10209"; a="241445429" X-IronPort-AV: E=Sophos;i="5.88,239,1635231600"; d="scan'208";a="241445429" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2021 08:16:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,239,1635231600"; d="scan'208";a="467890042" Received: from lkp-server01.sh.intel.com (HELO e357b3ef1427) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 27 Dec 2021 08:16:29 -0800 Received: from kbuild by e357b3ef1427 with local (Exim 4.92) (envelope-from ) id 1n1sfl-0006ZE-20; Mon, 27 Dec 2021 16:16:29 +0000 Date: Tue, 28 Dec 2021 00:16:12 +0800 From: kernel test robot To: Qianggui Song , Linus Walleij , linux-gpio@vger.kernel.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Qianggui Song , Neil Armstrong , Jerome Brunet , Kevin Hilman , Martin Blumenstingl , Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 2/2] pinctrl: meson: add pinctrl driver support for Meson-S4 Soc Message-ID: <202112280001.MfQS59Vr-lkp@intel.com> References: <20211227080649.32275-3-qianggui.song@amlogic.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211227080649.32275-3-qianggui.song@amlogic.com> User-Agent: Mutt/1.10.1 (2018-07-13) 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 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 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. vim +9 drivers/pinctrl/meson/pinctrl-meson-s4.c > 9 #include 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D1114C433EF for ; Mon, 27 Dec 2021 16:18:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ggZbBUVTXN1v88VDFlbVMWEAn2EjwW4ibPrp+kdRCBc=; b=OUllRg6r0hFZZL +AgEBfJq0+LC9Jy4uYhhMI+X0MuGLviMPaMM3Wg3vOy+WA6NYilrMvpg6hJyBGR7bqgWoD+4EhvXW pPcksAnmnvf1bcvIQaWgFfUd63gE7p9nXTOOmUSlNJtrEkY24Nfho1cxkizG7DEzL/fc5oc+fzMoE RS0sVskdIe6KthVCejaTI6TwVd+6STUORVOc0hd12+D6thm+vb/NFE3KecqiW2afpF/s7dCbJvBmT PubPVxhhtPv5ExRegkxqyTZV7X9V+dwk1YTXCTDYqtmfdUv30QEl2GTwO9VZaWuSDmlixMIFgbHVJ i46fh4tBkWi6gTutLe8Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n1sfs-00Gydz-QZ; Mon, 27 Dec 2021 16:16:36 +0000 Received: from mga05.intel.com ([192.55.52.43]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n1sfp-00GydO-F0 for linux-arm-kernel@lists.infradead.org; Mon, 27 Dec 2021 16:16:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1640621793; x=1672157793; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=BSDqVuSIFYDIk5tliu/YGKfCAxw8HvtD1Jo1sDA/1yI=; b=VXChE0AvEa/fnpQe9AP/0CkyMoK+T58AGkEfO8QOAYBUCpaGp9nBjSnB inXatWfp8Rh3Q30L6h7NBTYZASa5gy5rERkh4gNeVTctFTnZgr+n2rsCI phqx5UaPthpq0XNUVBVqM9exo0yvO9RxeNnopS5ECvCiW3CC8wTdq6fWJ O7ESJ8JiqqcR0bKqL9MZz1MZnlQ0pvHK+mTuupZADLiB0rYbZnIoYltlg czT1Z54KBQGnATDvQliq855SnAcjHy2lHeIbCnDHtb996GHVj7zktuAqn voRrVcWhjdae9KeXbx4/IvNPIzoXKQxq2YRZMipnrlfWIkDgepZBWo5w6 A==; X-IronPort-AV: E=McAfee;i="6200,9189,10209"; a="327555837" X-IronPort-AV: E=Sophos;i="5.88,239,1635231600"; d="scan'208";a="327555837" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2021 08:16:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,239,1635231600"; d="scan'208";a="467890042" Received: from lkp-server01.sh.intel.com (HELO e357b3ef1427) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 27 Dec 2021 08:16:29 -0800 Received: from kbuild by e357b3ef1427 with local (Exim 4.92) (envelope-from ) id 1n1sfl-0006ZE-20; Mon, 27 Dec 2021 16:16:29 +0000 Date: Tue, 28 Dec 2021 00:16:12 +0800 From: kernel test robot To: Qianggui Song , Linus Walleij , linux-gpio@vger.kernel.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Qianggui Song , Neil Armstrong , Jerome Brunet , Kevin Hilman , Martin Blumenstingl , Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 2/2] pinctrl: meson: add pinctrl driver support for Meson-S4 Soc Message-ID: <202112280001.MfQS59Vr-lkp@intel.com> References: <20211227080649.32275-3-qianggui.song@amlogic.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211227080649.32275-3-qianggui.song@amlogic.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211227_081633_653010_8CD12B96 X-CRM114-Status: GOOD ( 14.98 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 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 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. vim +9 drivers/pinctrl/meson/pinctrl-meson-s4.c > 9 #include 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3194188852953304109==" MIME-Version: 1.0 From: kernel test robot 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 Message-ID: <202112280001.MfQS59Vr-lkp@intel.com> In-Reply-To: <20211227080649.32275-3-qianggui.song@amlogic.com> List-Id: --===============3194188852953304109== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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-meso= n-s4-add-pinctrl-driver/20211227-160714 base: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctr= l.git devel config: arm64-randconfig-r002-20211227 (https://download.01.org/0day-ci/arc= hive/20211228/202112280001.MfQS59Vr-lkp(a)intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 511726= c64d3b6cca66f7c54d457d586aa3129f67) reproduce (this is a W=3D1 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/43334d14477ef1b54fe7c2612= 04f68c77230a18b 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=3D$HOME/0day COMPILER=3Dclang make.cross W=3D= 1 O=3Dbuild_dir ARCH=3Darm64 SHELL=3D/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot 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 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. vim +9 drivers/pinctrl/meson/pinctrl-meson-s4.c > 9 #include 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 --===============3194188852953304109==--