Hi Svyatoslav, Thank you for the patch! Yet something to improve: [auto build test ERROR on sre-power-supply/for-next] [also build test ERROR on krzk-dt/for-next linus/master v6.3-rc1 next-20230308] [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/Svyatoslav-Ryhel/dt-bindings-power-supply-maxim-max17040-update-properties/20230308-164538 base: https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git for-next patch link: https://lore.kernel.org/r/20230308084419.11934-5-clamor95%40gmail.com patch subject: [PATCH v1 4/4] power: max17040: get thermal data from adc if available config: xtensa-randconfig-r002-20230308 (https://download.01.org/0day-ci/archive/20230309/202303090802.G5XRtUbY-lkp@xxxxxxxxx/config) compiler: xtensa-linux-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/7b9bbf6f2b910ef4ffab18022223573e9094f007 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Svyatoslav-Ryhel/dt-bindings-power-supply-maxim-max17040-update-properties/20230308-164538 git checkout 7b9bbf6f2b910ef4ffab18022223573e9094f007 # 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=xtensa olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=xtensa SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Link: https://lore.kernel.org/oe-kbuild-all/202303090802.G5XRtUbY-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): arch/xtensa/kernel/entry.o: in function `fast_syscall_spill_registers': arch/xtensa/kernel/entry.S:1424:(.exception.text+0x1e3): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: make_task_dead xtensa-linux-ld: drivers/power/supply/max17040_battery.o: in function `max17040_stop_work': >> max17040_battery.c:(.text+0x60): undefined reference to `iio_read_channel_raw' xtensa-linux-ld: drivers/power/supply/max17040_battery.o: in function `max17040_get_property': max17040_battery.c:(.text+0x11e): undefined reference to `iio_read_channel_raw' >> xtensa-linux-ld: max17040_battery.c:(.text+0x170): undefined reference to `iio_channel_release' xtensa-linux-ld: drivers/power/supply/max17040_battery.o: in function `max17040_remove': >> max17040_battery.c:(.text+0x188): undefined reference to `iio_channel_release' >> xtensa-linux-ld: max17040_battery.c:(.text+0x260): undefined reference to `iio_channel_get' xtensa-linux-ld: drivers/power/supply/max17040_battery.o: in function `max17040_probe': >> max17040_battery.c:(.text+0x542): undefined reference to `iio_channel_get' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests