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 20D9BC433F5 for ; Thu, 26 May 2022 12:09:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240839AbiEZMJK (ORCPT ); Thu, 26 May 2022 08:09:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232417AbiEZMJK (ORCPT ); Thu, 26 May 2022 08:09:10 -0400 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10D9DFD0F; Thu, 26 May 2022 05:09:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653566946; x=1685102946; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=8cb6LUIMboo+SIEZgujmYDLknzubtzj+xpHtKPgU8yc=; b=kRLkXjhF8UyjRTrMWWw0iKmWJZ0BrGPwyWF7Dc9MeHtc2LkD2dkid3JJ XAendlBY8i7Qfn/H9zj9lzIlzypzQgAtqeaXIUfDmlHkpACKJBUtfyLGw w6qsn0N3dYc5U76lhM1QynVY5GruuKLkKOEBHZlirE3qjamVoUuvfoJLr SBxZub+0odivcG7Aqivv9LnxrbWqf0V9Yg+FGDtgAA7nfqklltdof2g9u mgAqG7uo8TYci5JI+Wf/IUEg8qSAFuWglpEPY1sgJKyMGudVh2o3gsxES hXxa9bRqhTpZ6ZfEFmR8nGqMkPSTUfOrQ+nNjIpdX7josbmdB+XXv+PC2 w==; X-IronPort-AV: E=McAfee;i="6400,9594,10358"; a="337183075" X-IronPort-AV: E=Sophos;i="5.91,252,1647327600"; d="scan'208";a="337183075" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2022 05:09:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,252,1647327600"; d="scan'208";a="677439120" Received: from lkp-server01.sh.intel.com (HELO db63a1be7222) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 26 May 2022 05:09:02 -0700 Received: from kbuild by db63a1be7222 with local (Exim 4.95) (envelope-from ) id 1nuCIX-0003qe-HV; Thu, 26 May 2022 12:09:01 +0000 Date: Thu, 26 May 2022 20:08:35 +0800 From: kernel test robot To: AngeloGioacchino Del Regno , lgirdwood@gmail.com Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, broonie@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v3 2/4] regulator: Add driver for MT6331 PMIC regulators Message-ID: <202205261929.FCVQ5SD3-lkp@intel.com> References: <20220523154709.118663-3-angelogioacchino.delregno@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220523154709.118663-3-angelogioacchino.delregno@collabora.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi AngeloGioacchino, Thank you for the patch! Yet something to improve: [auto build test ERROR on broonie-regulator/for-next] [also build test ERROR on v5.18 next-20220526] [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/intel-lab-lkp/linux/commits/AngeloGioacchino-Del-Regno/MediaTek-Helio-X10-MT6795-MT6331-6332-Regulators/20220523-235049 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next config: i386-allmodconfig (https://download.01.org/0day-ci/archive/20220526/202205261929.FCVQ5SD3-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 3d546191ad9d7d2ad2c7928204b9de51deafa675) 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/intel-lab-lkp/linux/commit/6dc66c0e54d0e22f6688e5b61d2740e0b839fc1e git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review AngeloGioacchino-Del-Regno/MediaTek-Helio-X10-MT6795-MT6331-6332-Regulators/20220523-235049 git checkout 6dc66c0e54d0e22f6688e5b61d2740e0b839fc1e # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/regulator/ If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/regulator/mt6331-regulator.c:15:10: fatal error: 'linux/mfd/mt6331/registers.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. vim +15 drivers/regulator/mt6331-regulator.c 9 10 #include 11 #include 12 #include 13 #include 14 #include > 15 #include 16 #include 17 #include 18 #include 19 #include 20 -- 0-DAY CI Kernel Test Service https://01.org/lkp