[{"id":3313428,"web_url":"http://patchwork.ozlabs.org/comment/3313428/","msgid":"<202405172019.j3pOURPP-lkp@intel.com>","list_archive_url":null,"date":"2024-05-17T12:38:25","subject":"Re: [PATCH v3 37/40] fsi: core: Add different types of CFAM","submitter":{"id":67315,"url":"http://patchwork.ozlabs.org/api/people/67315/","name":"kernel test robot","email":"lkp@intel.com"},"content":"Hi Eddie,\n\nkernel test robot noticed the following build warnings:\n\n[auto build test WARNING on andi-shyti/i2c/i2c-host]\n[also build test WARNING on robh/for-next broonie-spi/for-next linus/master v6.9 next-20240517]\n[If your patch is applied to the wrong git tree, kindly drop us a note.\nAnd when submitting patch, we suggest to use '--base' as documented in\nhttps://git-scm.com/docs/git-format-patch#_base_tree_information]\n\nurl:    https://github.com/intel-lab-lkp/linux/commits/Eddie-James/fsi-hub-Set-master-index-to-link-number-plus-one/20240517-023205\nbase:   git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git i2c/i2c-host\npatch link:    https://lore.kernel.org/r/20240516181907.3468796-38-eajames%40linux.ibm.com\npatch subject: [PATCH v3 37/40] fsi: core: Add different types of CFAM\nconfig: i386-buildonly-randconfig-002-20240517 (https://download.01.org/0day-ci/archive/20240517/202405172019.j3pOURPP-lkp@intel.com/config)\ncompiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)\nreproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240517/202405172019.j3pOURPP-lkp@intel.com/reproduce)\n\nIf you fix the issue in a separate patch/commit (i.e. not just a new version of\nthe same patch/commit), kindly add following tags\n| Reported-by: kernel test robot <lkp@intel.com>\n| Closes: https://lore.kernel.org/oe-kbuild-all/202405172019.j3pOURPP-lkp@intel.com/\n\nAll warnings (new ones prefixed by >>):\n\n>> drivers/fsi/fsi-core.c:1113:27: warning: no previous prototype for function 'fsi_get_cfam_type' [-Wmissing-prototypes]\n    1113 | const struct device_type *fsi_get_cfam_type(u32 id)\n         |                           ^\n   drivers/fsi/fsi-core.c:1113:7: note: declare 'static' if the function is not intended to be used outside of this translation unit\n    1113 | const struct device_type *fsi_get_cfam_type(u32 id)\n         |       ^\n         | static \n   1 warning generated.\n\n\nvim +/fsi_get_cfam_type +1113 drivers/fsi/fsi-core.c\n\n  1112\t\n> 1113\tconst struct device_type *fsi_get_cfam_type(u32 id)\n  1114\t{\n  1115\t\tu32 major = (id & 0xf00) >> 8;\n  1116\t\tu32 minor = (id & 0xf0) >> 4;\n  1117\t\n  1118\t\tswitch (major) {\n  1119\t\tcase 0x9:\n  1120\t\t\treturn &cfam_s_type;\n  1121\t\tcase 0xc:\n  1122\t\t\tif (minor == 0)\n  1123\t\t\t\treturn &cfam_ody_type;\n  1124\t\t\tfallthrough;\n  1125\t\tcase 0xd:\n  1126\t\tdefault:\n  1127\t\t\treturn &cfam_type;\n  1128\t\t}\n  1129\t}\n  1130","headers":{"Return-Path":"\n <linux-aspeed-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org>","X-Original-To":["incoming@patchwork.ozlabs.org","linux-aspeed@lists.ozlabs.org"],"Delivered-To":["patchwork-incoming@legolas.ozlabs.org","linux-aspeed@lists.ozlabs.org"],"Authentication-Results":["legolas.ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=G6rWbwcc;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=lists.ozlabs.org\n (client-ip=112.213.38.117; helo=lists.ozlabs.org;\n envelope-from=linux-aspeed-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org;\n receiver=patchwork.ozlabs.org)","lists.ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=G6rWbwcc;\n\tdkim-atps=neutral","lists.ozlabs.org;\n dmarc=pass (p=none dis=none) header.from=intel.com","lists.ozlabs.org;\n\tdkim=pass (2048-bit key;\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=G6rWbwcc;\n\tdkim-atps=neutral","lists.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=intel.com\n (client-ip=192.198.163.15; helo=mgamail.intel.com;\n envelope-from=lkp@intel.com; receiver=lists.ozlabs.org)"],"Received":["from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange X25519 server-signature ECDSA (secp384r1))\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4Vgmk00Thxz1yfq\n\tfor <incoming@patchwork.ozlabs.org>; Fri, 17 May 2024 22:39:20 +1000 (AEST)","from boromir.ozlabs.org (localhost [IPv6:::1])\n\tby lists.ozlabs.org (Postfix) with ESMTP id 4Vgmjz3nbFz30Wc\n\tfor <incoming@patchwork.ozlabs.org>; Fri, 17 May 2024 22:39:19 +1000 (AEST)","from mgamail.intel.com (mgamail.intel.com [192.198.163.15])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby lists.ozlabs.org (Postfix) with ESMTPS id 4Vgmjq0zlhz2ydQ;\n\tFri, 17 May 2024 22:39:09 +1000 (AEST)","from orviesa002.jf.intel.com ([10.64.159.142])\n  by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 17 May 2024 05:39:06 -0700","from unknown (HELO 108735ec233b) ([10.239.97.151])\n  by orviesa002.jf.intel.com with ESMTP; 17 May 2024 05:39:03 -0700","from kbuild by 108735ec233b with local (Exim 4.96)\n\t(envelope-from <lkp@intel.com>)\n\tid 1s7wrU-0000go-0k;\n\tFri, 17 May 2024 12:39:00 +0000"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple;\n  d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n  t=1715949552; x=1747485552;\n  h=date:from:to:cc:subject:message-id:references:\n   mime-version:in-reply-to;\n  bh=BOMB8wdBtR5zMTKdb1X0/tCLTze4IC2lvXPtLc/qX1k=;\n  b=G6rWbwccE6ksQnm7czPBFYWalUtFbScH/atMpTbPlPhJrNphG9e0OjrA\n   HYRzYe7pu6tFDlSkXg4HJMsYltkKoibAWqAp4nZ/9OYN0CNbeEF7gYw0c\n   6dmuIi5UCiCw3nYXG1m9ZTtr+Qvb0RULpA9VG0VXmO2n7ATOf9LbCUGnR\n   axcbLj8Fowzyx9BSSfsxyPapA7ldyL/O+5AP9tw5TehzE9QT0Kp4G1eJA\n   KlAtBD4JJVby5ivQKvvMOaP74/XLdnSiO8I5MNXe9Vz/cNzVxui/e/wyC\n   LD2Vqa9eYuBPpQsQsOfxg9htDDjRFQnbXJ9WjAFR9LEiQxSmxp6YKHHEM\n   g==;","X-CSE-ConnectionGUID":["bZ6RFy/6TqqzelAueG651A==","xSin/eagRWmk4w/QVnTxgw=="],"X-CSE-MsgGUID":["wKvB5jnHSiCSpxowKmMd0A==","hAFhE6QaR0y7LOOfqMlQng=="],"X-IronPort-AV":["E=McAfee;i=\"6600,9927,11074\"; a=\"12311902\"","E=Sophos;i=\"6.08,167,1712646000\";\n   d=\"scan'208\";a=\"12311902\"","E=Sophos;i=\"6.08,167,1712646000\";\n   d=\"scan'208\";a=\"62603985\""],"X-ExtLoop1":"1","Date":"Fri, 17 May 2024 20:38:25 +0800","From":"kernel test robot <lkp@intel.com>","To":"Eddie James <eajames@linux.ibm.com>, linux-fsi@lists.ozlabs.org","Subject":"Re: [PATCH v3 37/40] fsi: core: Add different types of CFAM","Message-ID":"<202405172019.j3pOURPP-lkp@intel.com>","References":"<20240516181907.3468796-38-eajames@linux.ibm.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<20240516181907.3468796-38-eajames@linux.ibm.com>","X-BeenThere":"linux-aspeed@lists.ozlabs.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"Linux ASPEED SoC development <linux-aspeed.lists.ozlabs.org>","List-Unsubscribe":"<https://lists.ozlabs.org/options/linux-aspeed>,\n <mailto:linux-aspeed-request@lists.ozlabs.org?subject=unsubscribe>","List-Archive":"<http://lists.ozlabs.org/pipermail/linux-aspeed/>","List-Post":"<mailto:linux-aspeed@lists.ozlabs.org>","List-Help":"<mailto:linux-aspeed-request@lists.ozlabs.org?subject=help>","List-Subscribe":"<https://lists.ozlabs.org/listinfo/linux-aspeed>,\n <mailto:linux-aspeed-request@lists.ozlabs.org?subject=subscribe>","Cc":"andi.shyti@kernel.org, linux-aspeed@lists.ozlabs.org, jk@ozlabs.org,\n alistair@popple.id.au, llvm@lists.linux.dev, linux-kernel@vger.kernel.org,\n linux-spi@vger.kernel.org, broonie@kernel.org, linux-i2c@vger.kernel.org,\n oe-kbuild-all@lists.linux.dev, andrew@codeconstruct.com.au","Errors-To":"linux-aspeed-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org","Sender":"\"Linux-aspeed\"\n <linux-aspeed-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org>"}},{"id":3313523,"web_url":"http://patchwork.ozlabs.org/comment/3313523/","msgid":"<202405172346.olJbkgod-lkp@intel.com>","list_archive_url":null,"date":"2024-05-17T15:49:04","subject":"Re: [PATCH v3 37/40] fsi: core: Add different types of CFAM","submitter":{"id":67315,"url":"http://patchwork.ozlabs.org/api/people/67315/","name":"kernel test robot","email":"lkp@intel.com"},"content":"Hi Eddie,\n\nkernel test robot noticed the following build warnings:\n\n[auto build test WARNING on andi-shyti/i2c/i2c-host]\n[also build test WARNING on linus/master v6.9 next-20240517]\n[If your patch is applied to the wrong git tree, kindly drop us a note.\nAnd when submitting patch, we suggest to use '--base' as documented in\nhttps://git-scm.com/docs/git-format-patch#_base_tree_information]\n\nurl:    https://github.com/intel-lab-lkp/linux/commits/Eddie-James/fsi-hub-Set-master-index-to-link-number-plus-one/20240517-023205\nbase:   git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git i2c/i2c-host\npatch link:    https://lore.kernel.org/r/20240516181907.3468796-38-eajames%40linux.ibm.com\npatch subject: [PATCH v3 37/40] fsi: core: Add different types of CFAM\nconfig: x86_64-randconfig-122-20240517 (https://download.01.org/0day-ci/archive/20240517/202405172346.olJbkgod-lkp@intel.com/config)\ncompiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)\nreproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240517/202405172346.olJbkgod-lkp@intel.com/reproduce)\n\nIf you fix the issue in a separate patch/commit (i.e. not just a new version of\nthe same patch/commit), kindly add following tags\n| Reported-by: kernel test robot <lkp@intel.com>\n| Closes: https://lore.kernel.org/oe-kbuild-all/202405172346.olJbkgod-lkp@intel.com/\n\nsparse warnings: (new ones prefixed by >>)\n>> drivers/fsi/fsi-core.c:1113:26: sparse: sparse: symbol 'fsi_get_cfam_type' was not declared. Should it be static?\n\nvim +/fsi_get_cfam_type +1113 drivers/fsi/fsi-core.c\n\n  1112\t\n> 1113\tconst struct device_type *fsi_get_cfam_type(u32 id)\n  1114\t{\n  1115\t\tu32 major = (id & 0xf00) >> 8;\n  1116\t\tu32 minor = (id & 0xf0) >> 4;\n  1117\t\n  1118\t\tswitch (major) {\n  1119\t\tcase 0x9:\n  1120\t\t\treturn &cfam_s_type;\n  1121\t\tcase 0xc:\n  1122\t\t\tif (minor == 0)\n  1123\t\t\t\treturn &cfam_ody_type;\n  1124\t\t\tfallthrough;\n  1125\t\tcase 0xd:\n  1126\t\tdefault:\n  1127\t\t\treturn &cfam_type;\n  1128\t\t}\n  1129\t}\n  1130","headers":{"Return-Path":"\n <linux-aspeed-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org>","X-Original-To":["incoming@patchwork.ozlabs.org","linux-aspeed@lists.ozlabs.org"],"Delivered-To":["patchwork-incoming@legolas.ozlabs.org","linux-aspeed@lists.ozlabs.org"],"Authentication-Results":["legolas.ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=QWIJAAf/;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=lists.ozlabs.org\n (client-ip=2404:9400:2:0:216:3eff:fee1:b9f1; helo=lists.ozlabs.org;\n envelope-from=linux-aspeed-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org;\n receiver=patchwork.ozlabs.org)","lists.ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=QWIJAAf/;\n\tdkim-atps=neutral","lists.ozlabs.org;\n dmarc=pass (p=none dis=none) header.from=intel.com","lists.ozlabs.org;\n\tdkim=pass (2048-bit key;\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=QWIJAAf/;\n\tdkim-atps=neutral","lists.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=intel.com\n (client-ip=198.175.65.16; helo=mgamail.intel.com;\n envelope-from=lkp@intel.com; receiver=lists.ozlabs.org)"],"Received":["from lists.ozlabs.org (lists.ozlabs.org\n [IPv6:2404:9400:2:0:216:3eff:fee1:b9f1])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4VgrxV0h01z1yfq\n\tfor <incoming@patchwork.ozlabs.org>; Sat, 18 May 2024 01:49:33 +1000 (AEST)","from boromir.ozlabs.org (localhost [IPv6:::1])\n\tby lists.ozlabs.org (Postfix) with ESMTP id 4VgrxT4jF5z30WM\n\tfor <incoming@patchwork.ozlabs.org>; Sat, 18 May 2024 01:49:33 +1000 (AEST)","from mgamail.intel.com (mgamail.intel.com [198.175.65.16])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby lists.ozlabs.org (Postfix) with ESMTPS id 4VgrxL6gh6z2xjM\n\tfor <linux-aspeed@lists.ozlabs.org>; Sat, 18 May 2024 01:49:24 +1000 (AEST)","from fmviesa002.fm.intel.com ([10.60.135.142])\n  by orvoesa108.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 17 May 2024 08:49:22 -0700","from unknown (HELO 108735ec233b) ([10.239.97.151])\n  by fmviesa002.fm.intel.com with ESMTP; 17 May 2024 08:49:19 -0700","from kbuild by 108735ec233b with local (Exim 4.96)\n\t(envelope-from <lkp@intel.com>)\n\tid 1s7zpY-0000rx-22;\n\tFri, 17 May 2024 15:49:13 +0000"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple;\n  d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n  t=1715960968; x=1747496968;\n  h=date:from:to:cc:subject:message-id:references:\n   mime-version:in-reply-to;\n  bh=nYaui3EVpbCs7z9n+UR9+uF/xT8dwlB3DJdTf8Aj4oc=;\n  b=QWIJAAf/sHDNYhUv0Nrk4pvdNjcysMuuwlqFdxK/9TQ/JP5ZnhuirFgB\n   fR7JmB69wE3WdXJg/pgyQlQF1U52TlfmnONW1ZCnL4I/BVSk8WNvSikQd\n   aXK6sce6xZnd9C9dB3Iv3h/9EmuyZ7Ze9Rz2wPystOV3VzoaGrWdYIptx\n   uGXCvH4wSzi5plVF1kE5qEpzbP36xoPnPF5hRQaLcajuZrseQ19HTOID5\n   8tRJFljQFOxmikMPZB0Sv/6rgv0X72os4KaRGbUzD0+gHdY1ocGoY44bb\n   2tXpWF4Hjj/1+Y4TPlORDaqRQIoMGb6KCjk2lVfZegJlhH5uIUaGw1l0T\n   g==;","X-CSE-ConnectionGUID":["Sw1oNkY7TsGBl8RlA3Uwjg==","gdfmtDVsSuSm4Pk+sKEWcA=="],"X-CSE-MsgGUID":["skcHwj8kRr6zrOpqJ7k8SA==","bJpcJ3KdQRypXWaRp5ZLeQ=="],"X-IronPort-AV":["E=McAfee;i=\"6600,9927,11075\"; a=\"12256640\"","E=Sophos;i=\"6.08,168,1712646000\";\n   d=\"scan'208\";a=\"12256640\"","E=Sophos;i=\"6.08,168,1712646000\";\n   d=\"scan'208\";a=\"55053761\""],"X-ExtLoop1":"1","Date":"Fri, 17 May 2024 23:49:04 +0800","From":"kernel test robot <lkp@intel.com>","To":"Eddie James <eajames@linux.ibm.com>, linux-fsi@lists.ozlabs.org","Subject":"Re: [PATCH v3 37/40] fsi: core: Add different types of CFAM","Message-ID":"<202405172346.olJbkgod-lkp@intel.com>","References":"<20240516181907.3468796-38-eajames@linux.ibm.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<20240516181907.3468796-38-eajames@linux.ibm.com>","X-BeenThere":"linux-aspeed@lists.ozlabs.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"Linux ASPEED SoC development <linux-aspeed.lists.ozlabs.org>","List-Unsubscribe":"<https://lists.ozlabs.org/options/linux-aspeed>,\n <mailto:linux-aspeed-request@lists.ozlabs.org?subject=unsubscribe>","List-Archive":"<http://lists.ozlabs.org/pipermail/linux-aspeed/>","List-Post":"<mailto:linux-aspeed@lists.ozlabs.org>","List-Help":"<mailto:linux-aspeed-request@lists.ozlabs.org?subject=help>","List-Subscribe":"<https://lists.ozlabs.org/listinfo/linux-aspeed>,\n <mailto:linux-aspeed-request@lists.ozlabs.org?subject=subscribe>","Cc":"andi.shyti@kernel.org, linux-aspeed@lists.ozlabs.org, jk@ozlabs.org,\n alistair@popple.id.au, linux-kernel@vger.kernel.org,\n linux-spi@vger.kernel.org, broonie@kernel.org, linux-i2c@vger.kernel.org,\n oe-kbuild-all@lists.linux.dev, andrew@codeconstruct.com.au","Errors-To":"linux-aspeed-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org","Sender":"\"Linux-aspeed\"\n <linux-aspeed-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org>"}},{"id":3313683,"web_url":"http://patchwork.ozlabs.org/comment/3313683/","msgid":"<202405180824.hYqwNWNv-lkp@intel.com>","list_archive_url":null,"date":"2024-05-18T01:03:53","subject":"Re: [PATCH v3 37/40] fsi: core: Add different types of CFAM","submitter":{"id":67315,"url":"http://patchwork.ozlabs.org/api/people/67315/","name":"kernel test robot","email":"lkp@intel.com"},"content":"Hi Eddie,\n\nkernel test robot noticed the following build warnings:\n\n[auto build test WARNING on andi-shyti/i2c/i2c-host]\n[also build test WARNING on robh/for-next broonie-spi/for-next linus/master v6.9 next-20240517]\n[If your patch is applied to the wrong git tree, kindly drop us a note.\nAnd when submitting patch, we suggest to use '--base' as documented in\nhttps://git-scm.com/docs/git-format-patch#_base_tree_information]\n\nurl:    https://github.com/intel-lab-lkp/linux/commits/Eddie-James/fsi-hub-Set-master-index-to-link-number-plus-one/20240517-023205\nbase:   git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git i2c/i2c-host\npatch link:    https://lore.kernel.org/r/20240516181907.3468796-38-eajames%40linux.ibm.com\npatch subject: [PATCH v3 37/40] fsi: core: Add different types of CFAM\nconfig: nios2-randconfig-r071-20240517 (https://download.01.org/0day-ci/archive/20240518/202405180824.hYqwNWNv-lkp@intel.com/config)\ncompiler: nios2-linux-gcc (GCC) 13.2.0\nreproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240518/202405180824.hYqwNWNv-lkp@intel.com/reproduce)\n\nIf you fix the issue in a separate patch/commit (i.e. not just a new version of\nthe same patch/commit), kindly add following tags\n| Reported-by: kernel test robot <lkp@intel.com>\n| Closes: https://lore.kernel.org/oe-kbuild-all/202405180824.hYqwNWNv-lkp@intel.com/\n\nAll warnings (new ones prefixed by >>):\n\n>> drivers/fsi/fsi-core.c:1113:27: warning: no previous prototype for 'fsi_get_cfam_type' [-Wmissing-prototypes]\n    1113 | const struct device_type *fsi_get_cfam_type(u32 id)\n         |                           ^~~~~~~~~~~~~~~~~\n\n\nvim +/fsi_get_cfam_type +1113 drivers/fsi/fsi-core.c\n\n  1112\t\n> 1113\tconst struct device_type *fsi_get_cfam_type(u32 id)\n  1114\t{\n  1115\t\tu32 major = (id & 0xf00) >> 8;\n  1116\t\tu32 minor = (id & 0xf0) >> 4;\n  1117\t\n  1118\t\tswitch (major) {\n  1119\t\tcase 0x9:\n  1120\t\t\treturn &cfam_s_type;\n  1121\t\tcase 0xc:\n  1122\t\t\tif (minor == 0)\n  1123\t\t\t\treturn &cfam_ody_type;\n  1124\t\t\tfallthrough;\n  1125\t\tcase 0xd:\n  1126\t\tdefault:\n  1127\t\t\treturn &cfam_type;\n  1128\t\t}\n  1129\t}\n  1130","headers":{"Return-Path":"\n <linux-aspeed-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org>","X-Original-To":["incoming@patchwork.ozlabs.org","linux-aspeed@lists.ozlabs.org"],"Delivered-To":["patchwork-incoming@legolas.ozlabs.org","linux-aspeed@lists.ozlabs.org"],"Authentication-Results":["legolas.ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=DlEIqIv1;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=lists.ozlabs.org\n (client-ip=112.213.38.117; helo=lists.ozlabs.org;\n envelope-from=linux-aspeed-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org;\n receiver=patchwork.ozlabs.org)","lists.ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=DlEIqIv1;\n\tdkim-atps=neutral","lists.ozlabs.org;\n dmarc=pass (p=none dis=none) header.from=intel.com","lists.ozlabs.org;\n\tdkim=pass (2048-bit key;\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=DlEIqIv1;\n\tdkim-atps=neutral","lists.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=intel.com\n (client-ip=198.175.65.16; helo=mgamail.intel.com;\n envelope-from=lkp@intel.com; receiver=lists.ozlabs.org)"],"Received":["from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4Vh5Gb4tpGz20KJ\n\tfor <incoming@patchwork.ozlabs.org>; Sat, 18 May 2024 11:05:10 +1000 (AEST)","from boromir.ozlabs.org (localhost [IPv6:::1])\n\tby lists.ozlabs.org (Postfix) with ESMTP id 4Vh5GV5xvCz3cHH\n\tfor <incoming@patchwork.ozlabs.org>; Sat, 18 May 2024 11:05:06 +1000 (AEST)","from mgamail.intel.com (mgamail.intel.com [198.175.65.16])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby lists.ozlabs.org (Postfix) with ESMTPS id 4Vh5GM69TXz30VS;\n\tSat, 18 May 2024 11:04:57 +1000 (AEST)","from orviesa006.jf.intel.com ([10.64.159.146])\n  by orvoesa108.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 17 May 2024 18:04:53 -0700","from unknown (HELO 108735ec233b) ([10.239.97.151])\n  by orviesa006.jf.intel.com with ESMTP; 17 May 2024 18:04:50 -0700","from kbuild by 108735ec233b with local (Exim 4.96)\n\t(envelope-from <lkp@intel.com>)\n\tid 1s88Uq-0001Si-0v;\n\tSat, 18 May 2024 01:04:31 +0000"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple;\n  d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n  t=1715994300; x=1747530300;\n  h=date:from:to:cc:subject:message-id:references:\n   mime-version:in-reply-to;\n  bh=bHRgCULzYi8tSfZSqZ6z5UO8unETsb/ASwHz4ppE7k8=;\n  b=DlEIqIv1V+CmwSoBTONBamapg5PFv01mDEdBy6AVgjuRgxOsjESo3sHR\n   tr6OqzRJxvg4+SczlBJJOpV84+j/bUzknjb9+H0a2TxJvRqDCL+Opkg7M\n   a+4EZq6GeOfM4UjI7XqCR8z27fz0hSr4xNahHJ1ja2MUnLDfirLrOXmQi\n   CuMy4ZwhJpyuLmPfxfz56LGsF+h7qNfJtIP/M5orjllgYs5rrfDoVbDc3\n   VJXKJ8p/S+j9zczb2SDQogAKuwuX6prO+44VkZYm41GZpD39xsrg1m5lZ\n   YrW0gVtGMBOEMBAFFK32kqVuG8FdnNYgAudpzezVz6nGpH5lkPI+6iTIH\n   w==;","X-CSE-ConnectionGUID":["Ql8gnEp1TxOfnA8OlLjtaQ==","cTE87pGATkufBRA0am2S+g=="],"X-CSE-MsgGUID":["K+DqP78LTWazHXQxThaowQ==","P9mlfLqDTjOPj4RIAFx1qQ=="],"X-IronPort-AV":["E=McAfee;i=\"6600,9927,11075\"; a=\"12306127\"","E=Sophos;i=\"6.08,169,1712646000\";\n   d=\"scan'208\";a=\"12306127\"","E=Sophos;i=\"6.08,169,1712646000\";\n   d=\"scan'208\";a=\"32375877\""],"X-ExtLoop1":"1","Date":"Sat, 18 May 2024 09:03:53 +0800","From":"kernel test robot <lkp@intel.com>","To":"Eddie James <eajames@linux.ibm.com>, linux-fsi@lists.ozlabs.org","Subject":"Re: [PATCH v3 37/40] fsi: core: Add different types of CFAM","Message-ID":"<202405180824.hYqwNWNv-lkp@intel.com>","References":"<20240516181907.3468796-38-eajames@linux.ibm.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<20240516181907.3468796-38-eajames@linux.ibm.com>","X-BeenThere":"linux-aspeed@lists.ozlabs.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"Linux ASPEED SoC development <linux-aspeed.lists.ozlabs.org>","List-Unsubscribe":"<https://lists.ozlabs.org/options/linux-aspeed>,\n <mailto:linux-aspeed-request@lists.ozlabs.org?subject=unsubscribe>","List-Archive":"<http://lists.ozlabs.org/pipermail/linux-aspeed/>","List-Post":"<mailto:linux-aspeed@lists.ozlabs.org>","List-Help":"<mailto:linux-aspeed-request@lists.ozlabs.org?subject=help>","List-Subscribe":"<https://lists.ozlabs.org/listinfo/linux-aspeed>,\n <mailto:linux-aspeed-request@lists.ozlabs.org?subject=subscribe>","Cc":"andi.shyti@kernel.org, linux-aspeed@lists.ozlabs.org, jk@ozlabs.org,\n alistair@popple.id.au, linux-kernel@vger.kernel.org,\n linux-spi@vger.kernel.org, broonie@kernel.org, linux-i2c@vger.kernel.org,\n oe-kbuild-all@lists.linux.dev, andrew@codeconstruct.com.au","Errors-To":"linux-aspeed-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org","Sender":"\"Linux-aspeed\"\n <linux-aspeed-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org>"}}]