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 5628BC77B73 for ; Wed, 19 Apr 2023 11:19:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232995AbjDSLTj (ORCPT ); Wed, 19 Apr 2023 07:19:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232498AbjDSLT2 (ORCPT ); Wed, 19 Apr 2023 07:19:28 -0400 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 62B4E13FB4; Wed, 19 Apr 2023 04:19:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681903143; x=1713439143; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=ZDAIH7VGC2PTDjC+WiK47ThxiMhVDJh+ytsPf9d9/CQ=; b=nMcDlZwJ7QOXxc85FUAFJBVEjkcEU5QXKYAHDwuQ3kpnbAP+SF5P7jBq lbYMX87Yg6dZy4SoWwTi1x8YDuvRJtqSbXy5zFIrwbAxYhE+wjZe1+jsX 8cPl994VMOf4dp+ZQXa2DavU+fHFvD/GFAnHA2NeFGSssLfhY93j5pvIa m3fyZ3DFaVXUeYAjsvVsW2U5PNk4329clQPPALUch4fNTGjxaHxb+3ZeC jVN/zAv57Zxl4feaxeSk6c864gXwnlbKhNw/8/FDP/lIDmdrQ/cQIQmX3 qyVqBGngIgj21wOny8Nkvmof0PV/uOR24hLsG95fcdXj9h23q3opTWszS Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10684"; a="410648626" X-IronPort-AV: E=Sophos;i="5.99,208,1677571200"; d="scan'208";a="410648626" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2023 04:15:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10684"; a="937634870" X-IronPort-AV: E=Sophos;i="5.99,208,1677571200"; d="scan'208";a="937634870" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga006.fm.intel.com with ESMTP; 19 Apr 2023 04:15:49 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pp5mu-000eq7-0e; Wed, 19 Apr 2023 11:15:48 +0000 Date: Wed, 19 Apr 2023 19:15:42 +0800 From: kernel test robot To: Dhruva Gole , Mark Brown Cc: oe-kbuild-all@lists.linux.dev, Dhruva Gole , Vaishnav Achath , Vignesh , Apurva Nandan , linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2] spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPS Message-ID: <202304191900.2fARFQW9-lkp@intel.com> References: <20230419084817.481136-1-d-gole@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230419084817.481136-1-d-gole@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org Hi Dhruva, kernel test robot noticed the following build errors: [auto build test ERROR on next-20230418] [also build test ERROR on linus/master v6.3-rc7] [cannot apply to broonie-spi/for-next v6.3-rc7 v6.3-rc6 v6.3-rc5] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Dhruva-Gole/spi-cadence-quadspi-use-macro-DEFINE_SIMPLE_DEV_PM_OPS/20230419-165052 patch link: https://lore.kernel.org/r/20230419084817.481136-1-d-gole%40ti.com patch subject: [PATCH V2] spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPS config: m68k-allyesconfig (https://download.01.org/0day-ci/archive/20230419/202304191900.2fARFQW9-lkp@intel.com/config) compiler: m68k-linux-gcc (GCC) 12.1.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/intel-lab-lkp/linux/commit/83ce1615dd395c8034756cc6aa97b38c16c0b07d git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Dhruva-Gole/spi-cadence-quadspi-use-macro-DEFINE_SIMPLE_DEV_PM_OPS/20230419-165052 git checkout 83ce1615dd395c8034756cc6aa97b38c16c0b07d # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k SHELL=/bin/bash drivers/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202304191900.2fARFQW9-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/spi/spi-cadence-quadspi.c:1918:24: error: 'cqspi_dev_pm_ops' undeclared here (not in a function); did you mean 'cqspi_mem_ops'? 1918 | .pm = &cqspi_dev_pm_ops, | ^~~~~~~~~~~~~~~~ | cqspi_mem_ops vim +1918 drivers/spi/spi-cadence-quadspi.c 1912 1913 static struct platform_driver cqspi_platform_driver = { 1914 .probe = cqspi_probe, 1915 .remove_new = cqspi_remove, 1916 .driver = { 1917 .name = CQSPI_NAME, > 1918 .pm = &cqspi_dev_pm_ops, 1919 .of_match_table = cqspi_dt_ids, 1920 }, 1921 }; 1922 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests