From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) (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 0B40F1CAA4; Sat, 3 Feb 2024 11:59:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.8 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706961602; cv=none; b=mea3E6TuI5aMGMLjFkOLGs7eiAWk9MWXd2XHkkkW55zGrF77SyfuAVjtRj1NmlQ1QpIy7WSsCphgKqhWb/HHe4KCrf9P436uCqGwxbBuMf5qi9uWaTzm0IVL88HUmAgemlboYNlC2e/VTEx9YAMDqUaIqOJ0YKZK0oaCtIaeNSo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706961602; c=relaxed/simple; bh=OaM3NQPREDdpKg0JK+QSLTqUnxO///RJV6jgIGAqKH8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HzwMsAmMSqjw/6gAnPE+BTyaQNPBd8fCDMg7RXl4bsvbv8Q7jYtobQRkdw1YS4IQ6pR0/RlW0xJ7UPZohq3spxumrJTctnQL1UPnToMDH6TGQbVbqhOFqgf5l1d8CLBqpEJkTk1LMFzAksoFaBWFNpgNKNQQz6axxLp4G+mMVvk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=btXJjrnF; arc=none smtp.client-ip=192.198.163.8 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="btXJjrnF" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1706961600; x=1738497600; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=OaM3NQPREDdpKg0JK+QSLTqUnxO///RJV6jgIGAqKH8=; b=btXJjrnFM9KelXjPU22Mz/JdfICOQKyAJrrHqTvH6R3DdjvnMabiJEpe K+z9NXOo/Nie4TeWRkvmZD8VAElyfoBBupMH97Gfu1BwtJyZqra9RQpsA xGafuKiQIeGUuKOdh8ZHRvO+lyBLpfftZcCN5KOUcugVIFrs/ch/CEVEU 3anw4xm01/LJxgBl1E80QC7OpO6/d5DvAG0jjFtWQiqd4qUGUJntf34xm qYuZlnAZxepckPH2wR9mT9SH6/RyO4tEUn9gSyAFEzbFii2AQHmU1s8o7 Fo0DMBFJMlVeueuWBBYUjAYAcQGu3dEfuFPOvU2RsCEo9G70vJLbTEfWz Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10971"; a="17835200" X-IronPort-AV: E=Sophos;i="6.05,240,1701158400"; d="scan'208";a="17835200" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Feb 2024 03:59:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,240,1701158400"; d="scan'208";a="4911402" Received: from lkp-server02.sh.intel.com (HELO 59f4f4cd5935) ([10.239.97.151]) by orviesa005.jf.intel.com with ESMTP; 03 Feb 2024 03:59:55 -0800 Received: from kbuild by 59f4f4cd5935 with local (Exim 4.96) (envelope-from ) id 1rWEga-000506-0C; Sat, 03 Feb 2024 11:59:52 +0000 Date: Sat, 3 Feb 2024 19:59:18 +0800 From: kernel test robot To: Thierry Reding , Alexandre Torgue , Jose Abreu , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: oe-kbuild-all@lists.linux.dev, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, Thierry Reding Subject: Re: [PATCH net-next 2/3] net: stmmac: Allow drivers to provide a default AXI configuration Message-ID: <202402031948.IySiUm4u-lkp@intel.com> References: <20240201-stmmac-axi-config-v1-2-822e97b2d26e@nvidia.com> Precedence: bulk X-Mailing-List: linux-tegra@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240201-stmmac-axi-config-v1-2-822e97b2d26e@nvidia.com> Hi Thierry, kernel test robot noticed the following build warnings: [auto build test WARNING on 51b70ff55ed88edd19b080a524063446bcc34b62] url: https://github.com/intel-lab-lkp/linux/commits/Thierry-Reding/net-stmmac-Pass-resources-to-DT-parsing-code/20240202-025357 base: 51b70ff55ed88edd19b080a524063446bcc34b62 patch link: https://lore.kernel.org/r/20240201-stmmac-axi-config-v1-2-822e97b2d26e%40nvidia.com patch subject: [PATCH net-next 2/3] net: stmmac: Allow drivers to provide a default AXI configuration config: m68k-allyesconfig (https://download.01.org/0day-ci/archive/20240203/202402031948.IySiUm4u-lkp@intel.com/config) compiler: m68k-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240203/202402031948.IySiUm4u-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202402031948.IySiUm4u-lkp@intel.com/ All warnings (new ones prefixed by >>): >> drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:96: warning: Function parameter or struct member 'res' not described in 'stmmac_axi_setup' vim +96 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 3b57de958e2aa3 Vince Bridgers 2014-07-31 86 afea03656add70 Giuseppe Cavallaro 2016-02-29 87 /** afea03656add70 Giuseppe Cavallaro 2016-02-29 88 * stmmac_axi_setup - parse DT parameters for programming the AXI register afea03656add70 Giuseppe Cavallaro 2016-02-29 89 * @pdev: platform device afea03656add70 Giuseppe Cavallaro 2016-02-29 90 * Description: afea03656add70 Giuseppe Cavallaro 2016-02-29 91 * if required, from device-tree the AXI internal register can be tuned afea03656add70 Giuseppe Cavallaro 2016-02-29 92 * by using platform parameters. afea03656add70 Giuseppe Cavallaro 2016-02-29 93 */ af49f82367c1e3 Thierry Reding 2024-02-01 94 static struct stmmac_axi *stmmac_axi_setup(struct platform_device *pdev, af49f82367c1e3 Thierry Reding 2024-02-01 95 struct stmmac_resources *res) afea03656add70 Giuseppe Cavallaro 2016-02-29 @96 { afea03656add70 Giuseppe Cavallaro 2016-02-29 97 struct device_node *np; afea03656add70 Giuseppe Cavallaro 2016-02-29 98 struct stmmac_axi *axi; afea03656add70 Giuseppe Cavallaro 2016-02-29 99 afea03656add70 Giuseppe Cavallaro 2016-02-29 100 np = of_parse_phandle(pdev->dev.of_node, "snps,axi-config", 0); af49f82367c1e3 Thierry Reding 2024-02-01 101 if (!np && !res->axi) afea03656add70 Giuseppe Cavallaro 2016-02-29 102 return NULL; afea03656add70 Giuseppe Cavallaro 2016-02-29 103 64f48e593a54a8 Joao Pinto 2017-03-07 104 axi = devm_kzalloc(&pdev->dev, sizeof(*axi), GFP_KERNEL); 4613b279bee795 Peter Chen 2016-08-01 105 if (!axi) { af49f82367c1e3 Thierry Reding 2024-02-01 106 if (np) 4613b279bee795 Peter Chen 2016-08-01 107 of_node_put(np); af49f82367c1e3 Thierry Reding 2024-02-01 108 afea03656add70 Giuseppe Cavallaro 2016-02-29 109 return ERR_PTR(-ENOMEM); 4613b279bee795 Peter Chen 2016-08-01 110 } afea03656add70 Giuseppe Cavallaro 2016-02-29 111 af49f82367c1e3 Thierry Reding 2024-02-01 112 if (res->axi) af49f82367c1e3 Thierry Reding 2024-02-01 113 *axi = *res->axi; af49f82367c1e3 Thierry Reding 2024-02-01 114 af49f82367c1e3 Thierry Reding 2024-02-01 115 if (np) { afea03656add70 Giuseppe Cavallaro 2016-02-29 116 axi->axi_lpi_en = of_property_read_bool(np, "snps,lpi_en"); afea03656add70 Giuseppe Cavallaro 2016-02-29 117 axi->axi_xit_frm = of_property_read_bool(np, "snps,xit_frm"); 61d4f140943c47 Jisheng Zhang 2022-12-03 118 axi->axi_kbbe = of_property_read_bool(np, "snps,kbbe"); 61d4f140943c47 Jisheng Zhang 2022-12-03 119 axi->axi_fb = of_property_read_bool(np, "snps,fb"); 61d4f140943c47 Jisheng Zhang 2022-12-03 120 axi->axi_mb = of_property_read_bool(np, "snps,mb"); 61d4f140943c47 Jisheng Zhang 2022-12-03 121 axi->axi_rb = of_property_read_bool(np, "snps,rb"); afea03656add70 Giuseppe Cavallaro 2016-02-29 122 af49f82367c1e3 Thierry Reding 2024-02-01 123 if (of_property_read_u32(np, "snps,wr_osr_lmt", &axi->axi_wr_osr_lmt)) { af49f82367c1e3 Thierry Reding 2024-02-01 124 if (!res->axi) 6b3374cb1c0bd4 Niklas Cassel 2016-12-05 125 axi->axi_wr_osr_lmt = 1; af49f82367c1e3 Thierry Reding 2024-02-01 126 } af49f82367c1e3 Thierry Reding 2024-02-01 127 af49f82367c1e3 Thierry Reding 2024-02-01 128 if (of_property_read_u32(np, "snps,rd_osr_lmt", &axi->axi_rd_osr_lmt)) { af49f82367c1e3 Thierry Reding 2024-02-01 129 if (!res->axi) 6b3374cb1c0bd4 Niklas Cassel 2016-12-05 130 axi->axi_rd_osr_lmt = 1; af49f82367c1e3 Thierry Reding 2024-02-01 131 } af49f82367c1e3 Thierry Reding 2024-02-01 132 afea03656add70 Giuseppe Cavallaro 2016-02-29 133 of_property_read_u32_array(np, "snps,blen", axi->axi_blen, AXI_BLEN); af49f82367c1e3 Thierry Reding 2024-02-01 134 4613b279bee795 Peter Chen 2016-08-01 135 of_node_put(np); af49f82367c1e3 Thierry Reding 2024-02-01 136 } afea03656add70 Giuseppe Cavallaro 2016-02-29 137 afea03656add70 Giuseppe Cavallaro 2016-02-29 138 return axi; afea03656add70 Giuseppe Cavallaro 2016-02-29 139 } afea03656add70 Giuseppe Cavallaro 2016-02-29 140 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki 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 006F2C4828F for ; Sat, 3 Feb 2024 12:00:28 +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=nVRt6CwQwTvQph+fPQM/rvfAuNsi6w4LeFYgiEiXy2A=; b=Dsn3tHiSdbDzm9 sTuN/SCDC+BhY9Je8KT2XSd2yGv1EUUB3qJA4L6ceJrj5JOjwxUBNNZMWFDQygw/ow5IxRJCV/4sT wwStJRCwNeFeTygC5zCQLgzBegKF9rZeHjrUx8XdzFd0RSpBUkTWYz+3mfjReJkLy3bd6dNHQfqIW HfRXMyEQy3P20vssSXWCLaZbpKMZWbbkfTHPhjU8TfkYtmfl+6088QRqCxcfUQn8DnN5RSIL6HVRf why12EOiocbHipv0FmT1eUYXROgkBzDsYm+asnxwkZsbcTnkrr8790h8KQo0bi+WQNmlp2bhN/OtL 5tvoHUmNY/r9EthC22Cg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rWEgp-0000000GFMZ-23Sq; Sat, 03 Feb 2024 12:00:07 +0000 Received: from mgamail.intel.com ([192.198.163.8]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rWEgl-0000000GFKw-0ldf for linux-arm-kernel@lists.infradead.org; Sat, 03 Feb 2024 12:00:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1706961603; x=1738497603; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=OaM3NQPREDdpKg0JK+QSLTqUnxO///RJV6jgIGAqKH8=; b=LkR91b7gjUyBa1ZXHfx8njn3cemp18RA0Pvd1FS/BohJP/mQcj8PcbNh xk6TVIlPSbd0imknrTpXbUygEaSCzBzRp5e0ZfIYmIc2pJpwXJzUSRloF krCVRipFlzORsINwW6Apbrkhjk2j7izfbm22d2Z1+S0k14JCTOmwfNp0j RJdB7sTFqueniIgHAJxKH81sbC6DKdLWG8Np/TmPgzITFhwXc53sGh4QA d7D53fyxlpTcXm1ZOsenpGtYhCA/OySKYJgdklwXdtbNIIgvhAfaJu7FF J8QAu+iDtyk8rmp07HzaTIbGDGVv5RWaAQRUY9KmialPdjoFyKW4WN/Da w==; X-IronPort-AV: E=McAfee;i="6600,9927,10971"; a="17835202" X-IronPort-AV: E=Sophos;i="6.05,240,1701158400"; d="scan'208";a="17835202" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Feb 2024 03:59:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,240,1701158400"; d="scan'208";a="4911402" Received: from lkp-server02.sh.intel.com (HELO 59f4f4cd5935) ([10.239.97.151]) by orviesa005.jf.intel.com with ESMTP; 03 Feb 2024 03:59:55 -0800 Received: from kbuild by 59f4f4cd5935 with local (Exim 4.96) (envelope-from ) id 1rWEga-000506-0C; Sat, 03 Feb 2024 11:59:52 +0000 Date: Sat, 3 Feb 2024 19:59:18 +0800 From: kernel test robot To: Thierry Reding , Alexandre Torgue , Jose Abreu , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: oe-kbuild-all@lists.linux.dev, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, Thierry Reding Subject: Re: [PATCH net-next 2/3] net: stmmac: Allow drivers to provide a default AXI configuration Message-ID: <202402031948.IySiUm4u-lkp@intel.com> References: <20240201-stmmac-axi-config-v1-2-822e97b2d26e@nvidia.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240201-stmmac-axi-config-v1-2-822e97b2d26e@nvidia.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240203_040003_293859_3CC184CA X-CRM114-Status: GOOD ( 11.34 ) 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 Thierry, kernel test robot noticed the following build warnings: [auto build test WARNING on 51b70ff55ed88edd19b080a524063446bcc34b62] url: https://github.com/intel-lab-lkp/linux/commits/Thierry-Reding/net-stmmac-Pass-resources-to-DT-parsing-code/20240202-025357 base: 51b70ff55ed88edd19b080a524063446bcc34b62 patch link: https://lore.kernel.org/r/20240201-stmmac-axi-config-v1-2-822e97b2d26e%40nvidia.com patch subject: [PATCH net-next 2/3] net: stmmac: Allow drivers to provide a default AXI configuration config: m68k-allyesconfig (https://download.01.org/0day-ci/archive/20240203/202402031948.IySiUm4u-lkp@intel.com/config) compiler: m68k-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240203/202402031948.IySiUm4u-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202402031948.IySiUm4u-lkp@intel.com/ All warnings (new ones prefixed by >>): >> drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:96: warning: Function parameter or struct member 'res' not described in 'stmmac_axi_setup' vim +96 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 3b57de958e2aa3 Vince Bridgers 2014-07-31 86 afea03656add70 Giuseppe Cavallaro 2016-02-29 87 /** afea03656add70 Giuseppe Cavallaro 2016-02-29 88 * stmmac_axi_setup - parse DT parameters for programming the AXI register afea03656add70 Giuseppe Cavallaro 2016-02-29 89 * @pdev: platform device afea03656add70 Giuseppe Cavallaro 2016-02-29 90 * Description: afea03656add70 Giuseppe Cavallaro 2016-02-29 91 * if required, from device-tree the AXI internal register can be tuned afea03656add70 Giuseppe Cavallaro 2016-02-29 92 * by using platform parameters. afea03656add70 Giuseppe Cavallaro 2016-02-29 93 */ af49f82367c1e3 Thierry Reding 2024-02-01 94 static struct stmmac_axi *stmmac_axi_setup(struct platform_device *pdev, af49f82367c1e3 Thierry Reding 2024-02-01 95 struct stmmac_resources *res) afea03656add70 Giuseppe Cavallaro 2016-02-29 @96 { afea03656add70 Giuseppe Cavallaro 2016-02-29 97 struct device_node *np; afea03656add70 Giuseppe Cavallaro 2016-02-29 98 struct stmmac_axi *axi; afea03656add70 Giuseppe Cavallaro 2016-02-29 99 afea03656add70 Giuseppe Cavallaro 2016-02-29 100 np = of_parse_phandle(pdev->dev.of_node, "snps,axi-config", 0); af49f82367c1e3 Thierry Reding 2024-02-01 101 if (!np && !res->axi) afea03656add70 Giuseppe Cavallaro 2016-02-29 102 return NULL; afea03656add70 Giuseppe Cavallaro 2016-02-29 103 64f48e593a54a8 Joao Pinto 2017-03-07 104 axi = devm_kzalloc(&pdev->dev, sizeof(*axi), GFP_KERNEL); 4613b279bee795 Peter Chen 2016-08-01 105 if (!axi) { af49f82367c1e3 Thierry Reding 2024-02-01 106 if (np) 4613b279bee795 Peter Chen 2016-08-01 107 of_node_put(np); af49f82367c1e3 Thierry Reding 2024-02-01 108 afea03656add70 Giuseppe Cavallaro 2016-02-29 109 return ERR_PTR(-ENOMEM); 4613b279bee795 Peter Chen 2016-08-01 110 } afea03656add70 Giuseppe Cavallaro 2016-02-29 111 af49f82367c1e3 Thierry Reding 2024-02-01 112 if (res->axi) af49f82367c1e3 Thierry Reding 2024-02-01 113 *axi = *res->axi; af49f82367c1e3 Thierry Reding 2024-02-01 114 af49f82367c1e3 Thierry Reding 2024-02-01 115 if (np) { afea03656add70 Giuseppe Cavallaro 2016-02-29 116 axi->axi_lpi_en = of_property_read_bool(np, "snps,lpi_en"); afea03656add70 Giuseppe Cavallaro 2016-02-29 117 axi->axi_xit_frm = of_property_read_bool(np, "snps,xit_frm"); 61d4f140943c47 Jisheng Zhang 2022-12-03 118 axi->axi_kbbe = of_property_read_bool(np, "snps,kbbe"); 61d4f140943c47 Jisheng Zhang 2022-12-03 119 axi->axi_fb = of_property_read_bool(np, "snps,fb"); 61d4f140943c47 Jisheng Zhang 2022-12-03 120 axi->axi_mb = of_property_read_bool(np, "snps,mb"); 61d4f140943c47 Jisheng Zhang 2022-12-03 121 axi->axi_rb = of_property_read_bool(np, "snps,rb"); afea03656add70 Giuseppe Cavallaro 2016-02-29 122 af49f82367c1e3 Thierry Reding 2024-02-01 123 if (of_property_read_u32(np, "snps,wr_osr_lmt", &axi->axi_wr_osr_lmt)) { af49f82367c1e3 Thierry Reding 2024-02-01 124 if (!res->axi) 6b3374cb1c0bd4 Niklas Cassel 2016-12-05 125 axi->axi_wr_osr_lmt = 1; af49f82367c1e3 Thierry Reding 2024-02-01 126 } af49f82367c1e3 Thierry Reding 2024-02-01 127 af49f82367c1e3 Thierry Reding 2024-02-01 128 if (of_property_read_u32(np, "snps,rd_osr_lmt", &axi->axi_rd_osr_lmt)) { af49f82367c1e3 Thierry Reding 2024-02-01 129 if (!res->axi) 6b3374cb1c0bd4 Niklas Cassel 2016-12-05 130 axi->axi_rd_osr_lmt = 1; af49f82367c1e3 Thierry Reding 2024-02-01 131 } af49f82367c1e3 Thierry Reding 2024-02-01 132 afea03656add70 Giuseppe Cavallaro 2016-02-29 133 of_property_read_u32_array(np, "snps,blen", axi->axi_blen, AXI_BLEN); af49f82367c1e3 Thierry Reding 2024-02-01 134 4613b279bee795 Peter Chen 2016-08-01 135 of_node_put(np); af49f82367c1e3 Thierry Reding 2024-02-01 136 } afea03656add70 Giuseppe Cavallaro 2016-02-29 137 afea03656add70 Giuseppe Cavallaro 2016-02-29 138 return axi; afea03656add70 Giuseppe Cavallaro 2016-02-29 139 } afea03656add70 Giuseppe Cavallaro 2016-02-29 140 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel