From: kernel test robot <lkp@intel.com>
To: Kamal Wadhwa <kamal.wadhwa@oss.qualcomm.com>,
Stephen Boyd <sboyd@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Linus Walleij <linus.walleij@linaro.org>
Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org,
Kamal Wadhwa <kamal.wadhwa@oss.qualcomm.com>,
Jishnu Prakash <jishnu.prakash@oss.qualcomm.com>,
David Collins <david.collins@oss.qualcomm.com>
Subject: Re: [PATCH 1/3] spmi: spmi-pmic-arb: add support for PMIC arbiter v8
Date: Sun, 21 Sep 2025 04:49:08 +0800 [thread overview]
Message-ID: <202509210436.v24lwANK-lkp@intel.com> (raw)
In-Reply-To: <20250920-glymur-spmi-v8-gpio-driver-v1-1-23df93b7818a@oss.qualcomm.com>
Hi Kamal,
kernel test robot noticed the following build errors:
[auto build test ERROR on c3067c2c38316c3ef013636c93daa285ee6aaa2e]
url: https://github.com/intel-lab-lkp/linux/commits/Kamal-Wadhwa/spmi-spmi-pmic-arb-add-support-for-PMIC-arbiter-v8/20250920-040410
base: c3067c2c38316c3ef013636c93daa285ee6aaa2e
patch link: https://lore.kernel.org/r/20250920-glymur-spmi-v8-gpio-driver-v1-1-23df93b7818a%40oss.qualcomm.com
patch subject: [PATCH 1/3] spmi: spmi-pmic-arb: add support for PMIC arbiter v8
config: nios2-randconfig-001-20250921 (https://download.01.org/0day-ci/archive/20250921/202509210436.v24lwANK-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250921/202509210436.v24lwANK-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202509210436.v24lwANK-lkp@intel.com/
All errors (new ones prefixed by >>):
drivers/spmi/spmi-pmic-arb.c: In function 'qpnpint_spmi_write':
>> drivers/spmi/spmi-pmic-arb.c:129:30: error: implicit declaration of function 'FIELD_GET' [-Werror=implicit-function-declaration]
#define hwirq_to_sid(hwirq) FIELD_GET(GENMASK(32, 28), (hwirq))
^~~~~~~~~
drivers/spmi/spmi-pmic-arb.c:620:11: note: in expansion of macro 'hwirq_to_sid'
u8 sid = hwirq_to_sid(d->hwirq);
^~~~~~~~~~~~
In file included from include/linux/bitops.h:6,
from include/linux/bitmap.h:8,
from drivers/spmi/spmi-pmic-arb.c:5:
include/linux/bits.h:49:20: warning: right shift count >= width of type [-Wshift-count-overflow]
type_max(t) >> (BITS_PER_TYPE(t) - 1 - (h)))))
^~
include/linux/bits.h:51:24: note: in expansion of macro 'GENMASK_TYPE'
#define GENMASK(h, l) GENMASK_TYPE(unsigned long, h, l)
^~~~~~~~~~~~
drivers/spmi/spmi-pmic-arb.c:129:40: note: in expansion of macro 'GENMASK'
#define hwirq_to_sid(hwirq) FIELD_GET(GENMASK(32, 28), (hwirq))
^~~~~~~
drivers/spmi/spmi-pmic-arb.c:620:11: note: in expansion of macro 'hwirq_to_sid'
u8 sid = hwirq_to_sid(d->hwirq);
^~~~~~~~~~~~
drivers/spmi/spmi-pmic-arb.c: In function 'qpnpint_spmi_read':
include/linux/bits.h:49:20: warning: right shift count >= width of type [-Wshift-count-overflow]
type_max(t) >> (BITS_PER_TYPE(t) - 1 - (h)))))
^~
include/linux/bits.h:51:24: note: in expansion of macro 'GENMASK_TYPE'
#define GENMASK(h, l) GENMASK_TYPE(unsigned long, h, l)
^~~~~~~~~~~~
drivers/spmi/spmi-pmic-arb.c:129:40: note: in expansion of macro 'GENMASK'
#define hwirq_to_sid(hwirq) FIELD_GET(GENMASK(32, 28), (hwirq))
^~~~~~~
drivers/spmi/spmi-pmic-arb.c:632:11: note: in expansion of macro 'hwirq_to_sid'
u8 sid = hwirq_to_sid(d->hwirq);
^~~~~~~~~~~~
drivers/spmi/spmi-pmic-arb.c: In function 'qpnpint_spmi_masked_write':
include/linux/bits.h:49:20: warning: right shift count >= width of type [-Wshift-count-overflow]
type_max(t) >> (BITS_PER_TYPE(t) - 1 - (h)))))
^~
include/linux/bits.h:51:24: note: in expansion of macro 'GENMASK_TYPE'
#define GENMASK(h, l) GENMASK_TYPE(unsigned long, h, l)
^~~~~~~~~~~~
drivers/spmi/spmi-pmic-arb.c:129:40: note: in expansion of macro 'GENMASK'
#define hwirq_to_sid(hwirq) FIELD_GET(GENMASK(32, 28), (hwirq))
^~~~~~~
drivers/spmi/spmi-pmic-arb.c:646:11: note: in expansion of macro 'hwirq_to_sid'
u8 sid = hwirq_to_sid(d->hwirq);
^~~~~~~~~~~~
drivers/spmi/spmi-pmic-arb.c: In function 'periph_interrupt':
>> drivers/spmi/spmi-pmic-arb.c:124:3: error: implicit declaration of function 'FIELD_PREP' [-Werror=implicit-function-declaration]
(FIELD_PREP(GENMASK(32, 28), (slave_id)) | \
^~~~~~~~~~
drivers/spmi/spmi-pmic-arb.c:685:12: note: in expansion of macro 'spec_to_hwirq'
spec_to_hwirq(sid, per, id, apid));
^~~~~~~~~~~~~
In file included from include/linux/bitops.h:6,
from include/linux/bitmap.h:8,
from drivers/spmi/spmi-pmic-arb.c:5:
include/linux/bits.h:49:20: warning: right shift count >= width of type [-Wshift-count-overflow]
type_max(t) >> (BITS_PER_TYPE(t) - 1 - (h)))))
^~
include/linux/bits.h:51:24: note: in expansion of macro 'GENMASK_TYPE'
#define GENMASK(h, l) GENMASK_TYPE(unsigned long, h, l)
^~~~~~~~~~~~
drivers/spmi/spmi-pmic-arb.c:124:14: note: in expansion of macro 'GENMASK'
(FIELD_PREP(GENMASK(32, 28), (slave_id)) | \
^~~~~~~
drivers/spmi/spmi-pmic-arb.c:685:12: note: in expansion of macro 'spec_to_hwirq'
spec_to_hwirq(sid, per, id, apid));
^~~~~~~~~~~~~
drivers/spmi/spmi-pmic-arb.c: In function 'qpnpint_irq_domain_activate':
include/linux/bits.h:49:20: warning: right shift count >= width of type [-Wshift-count-overflow]
type_max(t) >> (BITS_PER_TYPE(t) - 1 - (h)))))
^~
include/linux/bits.h:51:24: note: in expansion of macro 'GENMASK_TYPE'
#define GENMASK(h, l) GENMASK_TYPE(unsigned long, h, l)
^~~~~~~~~~~~
drivers/spmi/spmi-pmic-arb.c:129:40: note: in expansion of macro 'GENMASK'
#define hwirq_to_sid(hwirq) FIELD_GET(GENMASK(32, 28), (hwirq))
^~~~~~~
drivers/spmi/spmi-pmic-arb.c:887:12: note: in expansion of macro 'hwirq_to_sid'
u16 sid = hwirq_to_sid(d->hwirq);
^~~~~~~~~~~~
drivers/spmi/spmi-pmic-arb.c: In function 'qpnpint_irq_domain_translate':
include/linux/bits.h:49:20: warning: right shift count >= width of type [-Wshift-count-overflow]
type_max(t) >> (BITS_PER_TYPE(t) - 1 - (h)))))
^~
include/linux/bits.h:51:24: note: in expansion of macro 'GENMASK_TYPE'
#define GENMASK(h, l) GENMASK_TYPE(unsigned long, h, l)
^~~~~~~~~~~~
drivers/spmi/spmi-pmic-arb.c:124:14: note: in expansion of macro 'GENMASK'
(FIELD_PREP(GENMASK(32, 28), (slave_id)) | \
^~~~~~~
drivers/spmi/spmi-pmic-arb.c:952:15: note: in expansion of macro 'spec_to_hwirq'
*out_hwirq = spec_to_hwirq(intspec[0], intspec[1], intspec[2], apid);
^~~~~~~~~~~~~
cc1: some warnings being treated as errors
vim +/FIELD_GET +129 drivers/spmi/spmi-pmic-arb.c
118
119 /*
120 * hwirq value crosses 32 bits only for platforms with more than 16 PMICs,
121 * none of which happen to support booting Linux in 32-bit mode.
122 */
123 #define spec_to_hwirq(slave_id, periph_id, irq_id, apid) \
> 124 (FIELD_PREP(GENMASK(32, 28), (slave_id)) | \
125 FIELD_PREP(GENMASK(27, 20), (periph_id)) | \
126 FIELD_PREP(GENMASK(18, 16), (irq_id)) | \
127 FIELD_PREP(GENMASK(12, 0), (apid)))
128
> 129 #define hwirq_to_sid(hwirq) FIELD_GET(GENMASK(32, 28), (hwirq))
130 #define hwirq_to_per(hwirq) FIELD_GET(GENMASK(27, 20), (hwirq))
131 #define hwirq_to_irq(hwirq) FIELD_GET(GENMASK(18, 16), (hwirq))
132 #define hwirq_to_apid(hwirq) FIELD_GET(GENMASK(12, 0), (hwirq))
133
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-09-20 20:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-19 20:00 [PATCH 0/3] drivers: spmi/pinctrl: Update SPMI & pinctrl drivers to support Glymur Kamal Wadhwa
2025-09-19 20:00 ` [PATCH 1/3] spmi: spmi-pmic-arb: add support for PMIC arbiter v8 Kamal Wadhwa
2025-09-20 20:49 ` kernel test robot [this message]
2025-09-19 20:00 ` [PATCH 2/3] pinctrl: qcom: spmi-gpio: Add PMCX0102, PMK8850 & PMH01XX PMICs support Kamal Wadhwa
2025-09-21 2:39 ` Bjorn Andersson
2025-09-19 20:00 ` [PATCH 3/3] pinctrl: qcom: spmi-gpio: add support for {LV_VIN2, MV_VIN3}_CLK subtypes Kamal Wadhwa
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=202509210436.v24lwANK-lkp@intel.com \
--to=lkp@intel.com \
--cc=andersson@kernel.org \
--cc=david.collins@oss.qualcomm.com \
--cc=jishnu.prakash@oss.qualcomm.com \
--cc=kamal.wadhwa@oss.qualcomm.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=sboyd@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox