From: kernel test robot <lkp@intel.com>
To: "Jorge Marques" <jorge.marques@analog.com>,
"Lars-Peter Clausen" <lars@metafoo.de>,
"Michael Hennerich" <Michael.Hennerich@analog.com>,
"Jonathan Cameron" <jic23@kernel.org>,
"David Lechner" <dlechner@baylibre.com>,
"Nuno Sá" <nuno.sa@analog.com>,
"Andy Shevchenko" <andy@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Jonathan Corbet" <corbet@lwn.net>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Bartosz Golaszewski" <brgl@bgdev.pl>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
linux-gpio@vger.kernel.org,
Jorge Marques <jorge.marques@analog.com>
Subject: Re: [PATCH v3 3/9] iio: adc: Add support for ad4062
Date: Sun, 7 Dec 2025 02:12:30 +0800 [thread overview]
Message-ID: <202512070145.nkD9ROxx-lkp@intel.com> (raw)
In-Reply-To: <20251205-staging-ad4062-v3-3-8761355f9c66@analog.com>
Hi Jorge,
kernel test robot noticed the following build errors:
[auto build test ERROR on f9e05791642810a0cf6237d39fafd6fec5e0b4bb]
url: https://github.com/intel-lab-lkp/linux/commits/Jorge-Marques/dt-bindings-iio-adc-Add-adi-ad4062/20251206-033708
base: f9e05791642810a0cf6237d39fafd6fec5e0b4bb
patch link: https://lore.kernel.org/r/20251205-staging-ad4062-v3-3-8761355f9c66%40analog.com
patch subject: [PATCH v3 3/9] iio: adc: Add support for ad4062
config: riscv-allyesconfig (https://download.01.org/0day-ci/archive/20251207/202512070145.nkD9ROxx-lkp@intel.com/config)
compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251207/202512070145.nkD9ROxx-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/202512070145.nkD9ROxx-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/iio/adc/ad4062.c:762:49: error: initializer element is not a compile-time constant
I3C_DEVICE(AD4062_I3C_VENDOR, ad4060_chip_info.prod_id, &ad4060_chip_info),
~~~~~~~~~~~~~~~~~^~~~~~~
include/linux/i3c/device.h:151:14: note: expanded from macro 'I3C_DEVICE'
.part_id = _partid, \
^~~~~~~
1 error generated.
vim +762 drivers/iio/adc/ad4062.c
760
761 static const struct i3c_device_id ad4062_id_table[] = {
> 762 I3C_DEVICE(AD4062_I3C_VENDOR, ad4060_chip_info.prod_id, &ad4060_chip_info),
763 I3C_DEVICE(AD4062_I3C_VENDOR, ad4062_chip_info.prod_id, &ad4062_chip_info),
764 { }
765 };
766 MODULE_DEVICE_TABLE(i3c, ad4062_id_table);
767
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-12-06 18:12 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-05 15:12 [PATCH v3 0/9] Add support for AD4062 device family Jorge Marques
2025-12-05 15:12 ` [PATCH v3 1/9] dt-bindings: iio: adc: Add adi,ad4062 Jorge Marques
2025-12-06 16:58 ` Jonathan Cameron
2025-12-08 21:17 ` Jorge Marques
2025-12-05 15:12 ` [PATCH v3 2/9] docs: iio: New docs for ad4062 driver Jorge Marques
2025-12-06 17:01 ` Jonathan Cameron
2025-12-05 15:12 ` [PATCH v3 3/9] iio: adc: Add support for ad4062 Jorge Marques
2025-12-06 17:34 ` Jonathan Cameron
2025-12-08 21:16 ` Jorge Marques
2025-12-06 18:12 ` kernel test robot [this message]
2025-12-05 15:12 ` [PATCH v3 4/9] docs: iio: ad4062: Add IIO Trigger support Jorge Marques
2025-12-05 15:12 ` [PATCH v3 5/9] iio: adc: " Jorge Marques
2025-12-06 17:45 ` Jonathan Cameron
2025-12-08 21:17 ` Jorge Marques
2025-12-05 15:12 ` [PATCH v3 6/9] docs: iio: ad4062: Add IIO Events support Jorge Marques
2025-12-05 15:12 ` [PATCH v3 7/9] iio: adc: " Jorge Marques
2025-12-06 17:52 ` Jonathan Cameron
2025-12-08 21:12 ` Jorge Marques
2025-12-05 15:12 ` [PATCH v3 8/9] docs: iio: ad4062: Add GPIO Controller support Jorge Marques
2025-12-10 23:47 ` Linus Walleij
2025-12-05 15:12 ` [PATCH v3 9/9] iio: adc: " Jorge Marques
2025-12-10 23:48 ` Linus Walleij
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=202512070145.nkD9ROxx-lkp@intel.com \
--to=lkp@intel.com \
--cc=Michael.Hennerich@analog.com \
--cc=andy@kernel.org \
--cc=brgl@bgdev.pl \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=jic23@kernel.org \
--cc=jorge.marques@analog.com \
--cc=krzk@kernel.org \
--cc=lars@metafoo.de \
--cc=linus.walleij@linaro.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=nuno.sa@analog.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=robh@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;
as well as URLs for NNTP newsgroup(s).