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 39847C433EF for ; Sun, 28 Nov 2021 15:23:01 +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=gDxyr5ASLNlIts6ojsOFYhXG/S2EzGxftUJp492b2KY=; b=MKHyGqZbhz+KHM GE04apZuqctS0p9cskYfZ6koOi2kQMBUbMi1TYLOlOOoRwwyqnT58d5f8U/0BH4Xcik3HI1KkI9R8 cQsgL0UGVDxLRW3BFu1vrK7bZ1GxQviIgbF2GtRsRF1syBIOz50zym+hkZW6qa1Fuhde72K0RbdgB LX4gtUMS9tSRtm9fd0TIoASA3j3tiMPCTmWt2HjQHxwOwiT6SJ6KNtObrBkQzzgjDP6hbuSW0watH jplbTzrEqibuULde0B5iujQ8nIUITQ7DbXyKtuaKrfrbTFEIxemJRyoc96YJ+Wmn2+ygglUsE0tTm gXbtiMRrv2fHWKV/Ve+w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mrLzm-00G4CQ-20; Sun, 28 Nov 2021 15:21:38 +0000 Received: from mga11.intel.com ([192.55.52.93]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mrLzh-00G4Bj-S1 for linux-arm-kernel@lists.infradead.org; Sun, 28 Nov 2021 15:21:35 +0000 X-IronPort-AV: E=McAfee;i="6200,9189,10181"; a="233335601" X-IronPort-AV: E=Sophos;i="5.87,271,1631602800"; d="scan'208";a="233335601" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Nov 2021 07:21:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,271,1631602800"; d="scan'208";a="539723401" Received: from lkp-server02.sh.intel.com (HELO 9e1e9f9b3bcb) ([10.239.97.151]) by orsmga001.jf.intel.com with ESMTP; 28 Nov 2021 07:21:30 -0800 Received: from kbuild by 9e1e9f9b3bcb with local (Exim 4.92) (envelope-from ) id 1mrLzd-000Ao0-Fc; Sun, 28 Nov 2021 15:21:29 +0000 Date: Sun, 28 Nov 2021 23:21:12 +0800 From: kernel test robot To: Adam Ford , linux-arm-kernel@lists.infradead.org Cc: kbuild-all@lists.01.org, aford@beaconembedded.com, tharvey@gateworks.com, Adam Ford , Rob Herring , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team Subject: Re: [PATCH V4 5/9] soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl Message-ID: <202111282315.VlV1LvRJ-lkp@intel.com> References: <20211128131853.15125-6-aford173@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211128131853.15125-6-aford173@gmail.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-20211128_072133_966274_ECDEBD1D X-CRM114-Status: GOOD ( 17.14 ) 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 Adam, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on robh/for-next] [also build test WARNING on shawnguo/for-next soc/for-next rockchip/for-next v5.16-rc2 next-20211126] [cannot apply to arm/for-next xilinx-xlnx/master arm64/for-next/core clk/clk-next kvmarm/next keystone/next] [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/Adam-Ford/arm64-imx8mn-Enable-more-imx8m-Nano-functions/20211128-212356 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next config: nios2-randconfig-s031-20211128 (https://download.01.org/0day-ci/archive/20211128/202111282315.VlV1LvRJ-lkp@intel.com/config) compiler: nios2-linux-gcc (GCC) 11.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse # sparse version: v0.6.4-dirty # https://github.com/0day-ci/linux/commit/4e41d7dd6745650d1f0e0015c876aeff76709054 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Adam-Ford/arm64-imx8mn-Enable-more-imx8m-Nano-functions/20211128-212356 git checkout 4e41d7dd6745650d1f0e0015c876aeff76709054 # save the config file to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=nios2 SHELL=/bin/bash drivers/soc/imx/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/soc/imx/imx8m-blk-ctrl.c:536:18: error: 'const struct imx8m_blk_ctrl_domain_data' has no member named 'mipi_phy_rst_mask' 536 | .mipi_phy_rst_mask = BIT(17), | ^~~~~~~~~~~~~~~~~ In file included from include/linux/bits.h:6, from include/linux/ratelimit_types.h:5, from include/linux/ratelimit.h:5, from include/linux/dev_printk.h:16, from include/linux/device.h:15, from drivers/soc/imx/imx8m-blk-ctrl.c:7: >> include/vdso/bits.h:7:33: warning: excess elements in struct initializer 7 | #define BIT(nr) (UL(1) << (nr)) | ^ drivers/soc/imx/imx8m-blk-ctrl.c:536:38: note: in expansion of macro 'BIT' 536 | .mipi_phy_rst_mask = BIT(17), | ^~~ include/vdso/bits.h:7:33: note: (near initialization for 'imx8mn_disp_blk_ctl_domain_data[0]') 7 | #define BIT(nr) (UL(1) << (nr)) | ^ drivers/soc/imx/imx8m-blk-ctrl.c:536:38: note: in expansion of macro 'BIT' 536 | .mipi_phy_rst_mask = BIT(17), | ^~~ drivers/soc/imx/imx8m-blk-ctrl.c:545:18: error: 'const struct imx8m_blk_ctrl_domain_data' has no member named 'mipi_phy_rst_mask' 545 | .mipi_phy_rst_mask = BIT(16), | ^~~~~~~~~~~~~~~~~ In file included from include/linux/bits.h:6, from include/linux/ratelimit_types.h:5, from include/linux/ratelimit.h:5, from include/linux/dev_printk.h:16, from include/linux/device.h:15, from drivers/soc/imx/imx8m-blk-ctrl.c:7: >> include/vdso/bits.h:7:33: warning: excess elements in struct initializer 7 | #define BIT(nr) (UL(1) << (nr)) | ^ drivers/soc/imx/imx8m-blk-ctrl.c:545:38: note: in expansion of macro 'BIT' 545 | .mipi_phy_rst_mask = BIT(16), | ^~~ include/vdso/bits.h:7:33: note: (near initialization for 'imx8mn_disp_blk_ctl_domain_data[1]') 7 | #define BIT(nr) (UL(1) << (nr)) | ^ drivers/soc/imx/imx8m-blk-ctrl.c:545:38: note: in expansion of macro 'BIT' 545 | .mipi_phy_rst_mask = BIT(16), | ^~~ vim +7 include/vdso/bits.h 3945ff37d2f48d Vincenzo Frascino 2020-03-20 6 3945ff37d2f48d Vincenzo Frascino 2020-03-20 @7 #define BIT(nr) (UL(1) << (nr)) 3945ff37d2f48d Vincenzo Frascino 2020-03-20 8 --- 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