12.03.2021 07:00, kernel test robot пишет:
[auto build test WARNING on tegra/for-next]
[also build test WARNING on v5.12-rc2 next-20210311]
[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/Dmitry-Osipenko/soc-tegra-Add-de...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git for-next
config: arm-defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.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/5ff989fef87fd532be096fb0c86f7f866...
git remote add linux-review
https://github.com/0day-ci/linux
git fetch --no-tags linux-review
Dmitry-Osipenko/soc-tegra-Add-devm_tegra_core_dev_init_opp_table/20210312-081244
git checkout 5ff989fef87fd532be096fb0c86f7f866655f34c
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>):
drivers/soc/tegra/core-power-domain.c: In function
'tegra_genpd_set_performance_state':
drivers/soc/tegra/core-power-domain.c:30:8: error: implicit declaration of function
'dev_pm_opp_find_level_ceil'; did you mean 'dev_pm_opp_find_freq_ceil'?
[-Werror=implicit-function-declaration]
30 | opp = dev_pm_opp_find_level_ceil(&genpd->dev, &level);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| dev_pm_opp_find_freq_ceil
>> drivers/soc/tegra/core-power-domain.c:30:6: warning: assignment to 'struct
dev_pm_opp *' from 'int' makes pointer from integer without a cast
[-Wint-conversion]
30 | opp = dev_pm_opp_find_level_ceil(&genpd->dev, &level);
| ^
drivers/soc/tegra/core-power-domain.c:38:8: error: implicit declaration of function
'dev_pm_opp_set_opp'; did you mean 'dev_pm_opp_set_bw'?
[-Werror=implicit-function-declaration]
38 | err = dev_pm_opp_set_opp(&genpd->dev, opp);
| ^~~~~~~~~~~~~~~~~~
| dev_pm_opp_set_bw
The dev_pm_opp_find_level_ceil() and dev_pm_opp_set_opp() present in
both v5.12-rc2 and next-20210311, but not in tegra/for-next.
Thierry, will be great if you could keep the for-next up-to-date a bit
more proactively. Will be also great if you could pick up all the
current patches that are good to you from the ML into the -next, thanks
in advance.