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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D26C4C433F5 for ; Mon, 27 Dec 2021 10:48:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234320AbhL0KsW (ORCPT ); Mon, 27 Dec 2021 05:48:22 -0500 Received: from mga04.intel.com ([192.55.52.120]:7787 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232921AbhL0KsV (ORCPT ); Mon, 27 Dec 2021 05:48:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1640602101; x=1672138101; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=NU0eRBSXTaWpoF2JuBAnW1U3U+69iNSJX8M17iIxGn0=; b=XsoA4uEhAQm4odUMBGzWXz9rT8eofxnUtCZXgb6nkKQ+ISJdD7Hk2NTc 9CSqglepKJF0Gs20MfM5R+NL8CsfRINbVzXepVNO3Fgs2EdzzeKxWGUmt aXM8ZZacVWYHmg3oSxhs0FwnOPx3ZSx/nT5NU/YVyA6ajz3IWvwRGTNcq SoMzQPwHTc1phDgcqC/DjR5kdnoXh7R81RHJrbMqWm/rCsWtKn6Yzz+VE w7kvKmBXmk8AG0VcMtvzcvV3MDrBNoPdnHxtOM8yG01cmoysxQa0mkYrd l8NDDoGtJ9pXPMPJHBffca5gmKY8riwKRfo+7gAfECxmBJWSpit73HpEK w==; X-IronPort-AV: E=McAfee;i="6200,9189,10209"; a="239977085" X-IronPort-AV: E=Sophos;i="5.88,239,1635231600"; d="scan'208";a="239977085" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2021 02:48:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,239,1635231600"; d="scan'208";a="553751029" Received: from lkp-server01.sh.intel.com (HELO e357b3ef1427) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 27 Dec 2021 02:48:18 -0800 Received: from kbuild by e357b3ef1427 with local (Exim 4.92) (envelope-from ) id 1n1nY9-0006Dl-Pw; Mon, 27 Dec 2021 10:48:17 +0000 Date: Mon, 27 Dec 2021 18:47:25 +0800 From: kernel test robot To: Qianggui Song , Linus Walleij , linux-gpio@vger.kernel.org Cc: 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: <202112271815.ZjrVGzl5-lkp@intel.com> References: <20211227080649.32275-3-qianggui.song@amlogic.com> 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) Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.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-defconfig (https://download.01.org/0day-ci/archive/20211227/202112271815.ZjrVGzl5-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 11.2.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 # 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=gcc-11.2.0 make.cross 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: No such file or directory 9 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. 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 A1B23C433F5 for ; Mon, 27 Dec 2021 10:50:14 +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=lZgEtmZZqWzCmU4KE3nWupPrS+PcTOv14T+ZBezDFmg=; b=gdzEqZ63iC2jBk okT4mkJMW7imhXA7dMmLEePIYP4loC4SIhJ1D9FnOo+J3NXn7ChKaJxlmLH4UyiVJcFlpXFV/bq0m N2E3hh+Gnioe/mdxTpYLRMKJZGJjhksQL2bw2EV5V6ShPk3lpeLboa9YkxU2iq1jsGM6/j8dUWM4y tPFBnJ0fV9Bfy56p+f+oxzwTOanPHCsKmaDC3NVSvgGDakC66/kiLddzBi10iSpLh3itDL8lTwsKJ Xac247urGbmyWojWbWV66SZA5U/LKgfK1b3Pu3ZMbeh1OzHvXNvl6euaDADgPx7GgXCSZthlydwgO x4b16dntSbsS8P5q7g0A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n1nYJ-00GXzc-Ii; Mon, 27 Dec 2021 10:48:27 +0000 Received: from mga09.intel.com ([134.134.136.24]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n1nYG-00GXzA-4W for linux-arm-kernel@lists.infradead.org; Mon, 27 Dec 2021 10:48:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1640602104; x=1672138104; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=NU0eRBSXTaWpoF2JuBAnW1U3U+69iNSJX8M17iIxGn0=; b=Y4quLrg6TxPCnxTC4iQFRgytqPWwB15ns+6lJVTt2+Zb6Tcumoi6Pk8/ hUjur7j7ucNKVnVP5dRkbMSI45ZeE0ibiBztYMrraMwfMFihpsEm/P0vV TWgwCelEsHOsF80JM+Rmn0QnnlHSQ/HIeQ6SYuNvvvBgRlN6TljpIXTp7 gxlWNhZEbnwq5d0ZZ2Gb1VQ4+wXk0BVhwQhwP2SIHmqQpFeHLWlZcXaK4 PqOgOfYgQJiF02v2WnQvHsLYcwH1z+ILDc2be28ao4J2nGll8oyEJbJ2n e+4mWY505dB8qZqdcDBkBMADdFLTsAoCZSCixvYW1Frnb+q9qQ4XsM1tl Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10209"; a="240999754" X-IronPort-AV: E=Sophos;i="5.88,239,1635231600"; d="scan'208";a="240999754" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2021 02:48:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,239,1635231600"; d="scan'208";a="553751029" Received: from lkp-server01.sh.intel.com (HELO e357b3ef1427) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 27 Dec 2021 02:48:18 -0800 Received: from kbuild by e357b3ef1427 with local (Exim 4.92) (envelope-from ) id 1n1nY9-0006Dl-Pw; Mon, 27 Dec 2021 10:48:17 +0000 Date: Mon, 27 Dec 2021 18:47:25 +0800 From: kernel test robot To: Qianggui Song , Linus Walleij , linux-gpio@vger.kernel.org Cc: 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: <202112271815.ZjrVGzl5-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_024824_283946_25DAB108 X-CRM114-Status: GOOD ( 16.85 ) 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-defconfig (https://download.01.org/0day-ci/archive/20211227/202112271815.ZjrVGzl5-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 11.2.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 # 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=gcc-11.2.0 make.cross 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: No such file or directory 9 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. 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="===============5618895773789480789==" 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: Mon, 27 Dec 2021 18:47:25 +0800 Message-ID: <202112271815.ZjrVGzl5-lkp@intel.com> In-Reply-To: <20211227080649.32275-3-qianggui.song@amlogic.com> List-Id: --===============5618895773789480789== 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-defconfig (https://download.01.org/0day-ci/archive/20211227/2= 02112271815.ZjrVGzl5-lkp(a)intel.com/config) compiler: aarch64-linux-gcc (GCC) 11.2.0 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 # 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=3Dgcc-11.2.0 make.cross= 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: No such file or directory 9 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. 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 --===============5618895773789480789==--