From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [xilinx-xlnx:xlnx_rebase_v5.10 103/1926] drivers/pinctrl/pinctrl-zynqmp.c:106:25: warning: implicit conversion from 'enum zynqmp_pin_config_param' to 'enum pin_config_param'
Date: Sun, 19 Sep 2021 00:56:51 +0800 [thread overview]
Message-ID: <202109190044.s8P0JFeZ-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3173 bytes --]
tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.10
head: 1012541644455aad4de5e73221911b3ccc177bab
commit: 17ad884f47d49a926ff8a49ea12002b1be229f45 [103/1926] pinctrl: zynqmp: Maintain backward compatibility with previous version
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-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/Xilinx/linux-xlnx/commit/17ad884f47d49a926ff8a49ea12002b1be229f45
git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.10
git checkout 17ad884f47d49a926ff8a49ea12002b1be229f45
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/pinctrl/pinctrl-zynqmp.c:106:25: warning: implicit conversion from 'enum zynqmp_pin_config_param' to 'enum pin_config_param' [-Wenum-conversion]
106 | {"io-standard", PIN_CONFIG_IOSTANDARD, IO_STANDARD_LVCMOS18},
| ^~~~~~~~~~~~~~~~~~~~~
drivers/pinctrl/pinctrl-zynqmp.c:107:26: warning: implicit conversion from 'enum zynqmp_pin_config_param' to 'enum pin_config_param' [-Wenum-conversion]
107 | {"schmitt-cmos", PIN_CONFIG_SCHMITTCMOS, PIN_INPUT_TYPE_SCHMITT},
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from drivers/pinctrl/pinctrl-zynqmp.c:20:
drivers/pinctrl/pinctrl-zynqmp.c:113:19: warning: implicit conversion from 'enum zynqmp_pin_config_param' to 'enum pin_config_param' [-Wenum-conversion]
113 | PCONFDUMP(PIN_CONFIG_IOSTANDARD, "IO-standard", NULL, true),
| ^~~~~~~~~~~~~~~~~~~~~
include/linux/pinctrl/pinconf-generic.h:168:18: note: in definition of macro 'PCONFDUMP'
168 | .param = a, .display = b, .format = c, .has_arg = d \
| ^
drivers/pinctrl/pinctrl-zynqmp.c:114:19: warning: implicit conversion from 'enum zynqmp_pin_config_param' to 'enum pin_config_param' [-Wenum-conversion]
114 | PCONFDUMP(PIN_CONFIG_SCHMITTCMOS, "schmitt-cmos", NULL, true),
| ^~~~~~~~~~~~~~~~~~~~~~
include/linux/pinctrl/pinconf-generic.h:168:18: note: in definition of macro 'PCONFDUMP'
168 | .param = a, .display = b, .format = c, .has_arg = d \
| ^
vim +106 drivers/pinctrl/pinctrl-zynqmp.c
104
105 static const struct pinconf_generic_params zynqmp_dt_params[] = {
> 106 {"io-standard", PIN_CONFIG_IOSTANDARD, IO_STANDARD_LVCMOS18},
107 {"schmitt-cmos", PIN_CONFIG_SCHMITTCMOS, PIN_INPUT_TYPE_SCHMITT},
108 };
109
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 75348 bytes --]
reply other threads:[~2021-09-18 16:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202109190044.s8P0JFeZ-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.