Hi Krishna, Thank you for the patch! Yet something to improve: [auto build test ERROR on broonie-spi/for-next] [also build test ERROR on next-20220316] [cannot apply to v5.17-rc8] [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/Krishna-Yarlagadda/spi-tegra-quad-Add-Tegra-Grace-features/20220317-092247 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next config: ia64-allmodconfig (https://download.01.org/0day-ci/archive/20220317/202203172241.iGAq0qeH-lkp@xxxxxxxxx/config) compiler: ia64-linux-gcc (GCC) 11.2.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/0day-ci/linux/commit/38ff812651f89adc738066112000ec32eb73d106 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Krishna-Yarlagadda/spi-tegra-quad-Add-Tegra-Grace-features/20220317-092247 git checkout 38ff812651f89adc738066112000ec32eb73d106 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=ia64 SHELL=/bin/bash drivers/spi/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> drivers/spi/spi-tegra210-quad.c:1497:49: error: 'th500_qspi_soc_data' undeclared here (not in a function); did you mean 'tegra_qspi_soc_data'? 1497 | .driver_data = (kernel_ulong_t)&th500_qspi_soc_data, | ^~~~~~~~~~~~~~~~~~~ | tegra_qspi_soc_data vim +1497 drivers/spi/spi-tegra210-quad.c 1483 1484 #ifdef CONFIG_ACPI 1485 static const struct acpi_device_id tegra_qspi_acpi_match[] = { 1486 { 1487 .id = "NVDA1213", 1488 .driver_data = (kernel_ulong_t)&tegra210_qspi_soc_data, 1489 }, { 1490 .id = "NVDA1313", 1491 .driver_data = (kernel_ulong_t)&tegra186_qspi_soc_data, 1492 }, { 1493 .id = "NVDA1413", 1494 .driver_data = (kernel_ulong_t)&tegra234_qspi_soc_data, 1495 }, { 1496 .id = "NVDA1513", > 1497 .driver_data = (kernel_ulong_t)&th500_qspi_soc_data, 1498 }, 1499 {} 1500 }; 1501 --- 0-DAY CI Kernel Test Service https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx