From: kernel test robot <lkp@intel.com>
To: Jacopo Mondi <jacopo@jmondi.org>,
Chiranjeevi Rapolu <chiranjeevi.rapolu@intel.com>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
Jacopo Mondi <jacopo@jmondi.org>,
jeanmichel.hautbois@ideasonboard.com,
laurent.pinchart@ideasonboard.com, paul.kocialkowski@bootlin.com,
sakari.ailus@iki.fi, paul.elder@ideasonboard.com,
Mauro Carvalho Chehab <mchehab@kernel.org>,
linux-media@vger.kernel.org
Subject: Re: [PATCH 2/6] media: i2c: ov5670: Allow probing with OF
Date: Fri, 11 Mar 2022 04:29:21 +0800 [thread overview]
Message-ID: <202203110433.anTyFE5N-lkp@intel.com> (raw)
In-Reply-To: <20220310130829.96001-3-jacopo@jmondi.org>
Hi Jacopo,
I love your patch! Yet something to improve:
[auto build test ERROR on media-tree/master]
[also build test ERROR on v5.17-rc7 next-20220310]
[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/Jacopo-Mondi/media-i2c-ov5670-OF-support-runtime_pm-regulators/20220310-211143
base: git://linuxtv.org/media_tree.git master
config: x86_64-randconfig-a016 (https://download.01.org/0day-ci/archive/20220311/202203110433.anTyFE5N-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 276ca87382b8f16a65bddac700202924228982f6)
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/f5425877ffa93005c9f71ce9ce4185a787db66eb
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Jacopo-Mondi/media-i2c-ov5670-OF-support-runtime_pm-regulators/20220310-211143
git checkout f5425877ffa93005c9f71ce9ce4185a787db66eb
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/media/i2c/ov5670.c:2601:34: error: use of undeclared identifier 'ov5670_of_ids'
.of_match_table = of_match_ptr(ov5670_of_ids),
^
1 error generated.
vim +/ov5670_of_ids +2601 drivers/media/i2c/ov5670.c
2595
2596 static struct i2c_driver ov5670_i2c_driver = {
2597 .driver = {
2598 .name = "ov5670",
2599 .pm = &ov5670_pm_ops,
2600 .acpi_match_table = ACPI_PTR(ov5670_acpi_ids),
> 2601 .of_match_table = of_match_ptr(ov5670_of_ids),
2602 },
2603 .probe_new = ov5670_probe,
2604 .remove = ov5670_remove,
2605 .flags = I2C_DRV_ACPI_WAIVE_D0_PROBE,
2606 };
2607
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
next prev parent reply other threads:[~2022-03-10 20:30 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-10 13:08 [PATCH 0/6] media: i2c: ov5670: OF support, runtime_pm, regulators Jacopo Mondi
2022-03-10 13:08 ` [PATCH 1/6] media: dt-bindings: i2c: Document ov5670 Jacopo Mondi
2022-03-10 14:29 ` Krzysztof Kozlowski
2022-03-10 17:16 ` Jacopo Mondi
2022-03-10 17:26 ` Krzysztof Kozlowski
2022-03-10 23:30 ` Rob Herring
2022-03-11 16:05 ` Jacopo Mondi
2022-03-11 16:11 ` Krzysztof Kozlowski
2022-03-11 18:00 ` Jacopo Mondi
2022-03-12 10:30 ` Krzysztof Kozlowski
2022-03-13 14:30 ` Laurent Pinchart
2022-03-10 13:08 ` [PATCH 2/6] media: i2c: ov5670: Allow probing with OF Jacopo Mondi
2022-03-10 18:16 ` kernel test robot
2022-03-10 20:29 ` kernel test robot [this message]
2022-03-10 20:39 ` kernel test robot
2022-03-13 14:33 ` Laurent Pinchart
2022-03-14 8:42 ` Jacopo Mondi
2022-03-14 8:50 ` Laurent Pinchart
2022-03-14 8:51 ` Laurent Pinchart
2022-03-10 13:08 ` [PATCH 3/6] media: i2c: ov5670: Probe regulators Jacopo Mondi
2022-03-13 14:35 ` Laurent Pinchart
2022-03-10 13:08 ` [PATCH 4/6] media: i2c: ov5670: Probe GPIOs Jacopo Mondi
2022-03-13 14:36 ` Laurent Pinchart
2022-03-10 13:08 ` [PATCH 5/6] media: i2c: ov5670: Add runtime_pm operations Jacopo Mondi
2022-03-13 14:42 ` Laurent Pinchart
2022-03-10 13:08 ` [PATCH 6/6] media: i2c: ov5670: Add .get_selection() support Jacopo Mondi
2022-03-13 14:44 ` Laurent Pinchart
2022-03-14 13:30 ` Jacopo Mondi
2022-03-14 13:40 ` Jacopo Mondi
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=202203110433.anTyFE5N-lkp@intel.com \
--to=lkp@intel.com \
--cc=chiranjeevi.rapolu@intel.com \
--cc=jacopo@jmondi.org \
--cc=jeanmichel.hautbois@ideasonboard.com \
--cc=kbuild-all@lists.01.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=paul.elder@ideasonboard.com \
--cc=paul.kocialkowski@bootlin.com \
--cc=sakari.ailus@iki.fi \
/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.