Hi Richard, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linusw-pinctrl/devel] [also build test WARNING on linus/master v6.0 next-20221004] [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/Richard-Acayan/SDM670-Pin-Control-Driver/20221005-055945 base: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git devel config: arm-allyesconfig compiler: arm-linux-gnueabi-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/a5fc454b25ce096d492361bc30fa82560d0c1270 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Richard-Acayan/SDM670-Pin-Control-Driver/20221005-055945 git checkout a5fc454b25ce096d492361bc30fa82560d0c1270 # 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=arm SHELL=/bin/bash drivers/pinctrl/qcom/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/pinctrl/qcom/pinctrl-sdm670.c:1310:10: error: 'const struct msm_pinctrl_soc_data' has no member named 'complement_fw_gpio_ranges' 1310 | .complement_fw_gpio_ranges = true, | ^~~~~~~~~~~~~~~~~~~~~~~~~ >> drivers/pinctrl/qcom/pinctrl-sdm670.c:1310:38: warning: initialization of 'const struct msm_gpio_wakeirq_map *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 1310 | .complement_fw_gpio_ranges = true, | ^~~~ drivers/pinctrl/qcom/pinctrl-sdm670.c:1310:38: note: (near initialization for 'sdm670_pinctrl.wakeirq_map') vim +1310 drivers/pinctrl/qcom/pinctrl-sdm670.c 1300 1301 static const struct msm_pinctrl_soc_data sdm670_pinctrl = { 1302 .pins = sdm670_pins, 1303 .npins = ARRAY_SIZE(sdm670_pins), 1304 .functions = sdm670_functions, 1305 .nfunctions = ARRAY_SIZE(sdm670_functions), 1306 .groups = sdm670_groups, 1307 .ngroups = ARRAY_SIZE(sdm670_groups), 1308 .ngpios = 151, 1309 .reserved_gpios = sdm670_reserved_gpios, > 1310 .complement_fw_gpio_ranges = true, 1311 }; 1312 -- 0-DAY CI Kernel Test Service https://01.org/lkp