From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Umang Jain <umang.jain@ideasonboard.com>,
linux-media@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, oe-kbuild-all@lists.linux.dev,
Lee Jackson <lee.jackson@arducam.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Hans Verkuil <hverkuil@xs4all.nl>, Shawn Tu <shawnx.tu@intel.com>,
Nicholas Roth <nicholas@rothemail.net>,
Mikhail Rudenko <mike.rudenko@gmail.com>,
kieran.bingham@ideasonboard.com,
Marco Felsch <m.felsch@pengutronix.de>,
jacopo.mondi@ideasonboard.com
Subject: Re: [PATCH 2/2] media: i2c: imx519: Support for the Sony IMX519 sensor
Date: Mon, 4 Sep 2023 06:33:02 +0000 [thread overview]
Message-ID: <ZPV6HnHj8TkEL1Nb@kekkonen.localdomain> (raw)
In-Reply-To: <20230903212158.GF13794@pendragon.ideasonboard.com>
Hi Umang, Laurent,
On Mon, Sep 04, 2023 at 12:21:58AM +0300, Laurent Pinchart wrote:
> Hi Umang,
>
> On Fri, Jul 28, 2023 at 01:47:36PM +0530, Umang Jain wrote:
> > On 7/28/23 12:56 PM, kernel test robot wrote:
> > > Hi Umang,
> > >
> > > kernel test robot noticed the following build errors:
> > >
> > > [auto build test ERROR on media-tree/master]
> > > [also build test ERROR on soc/for-next linus/master v6.5-rc3 next-20230727]
> > > [cannot apply to sailus-media-tree/streams]
> > > [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#_base_tree_information]
> > >
> > > url: https://github.com/intel-lab-lkp/linux/commits/Umang-Jain/media-dt-bindings-imx519-Add-IMX519-DT-bindings/20230727-234440
> > > base: git://linuxtv.org/media_tree.git master
> > > patch link: https://lore.kernel.org/r/20230727154108.308320-3-umang.jain%40ideasonboard.com
> > > patch subject: [PATCH 2/2] media: i2c: imx519: Support for the Sony IMX519 sensor
> > > config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20230728/202307281538.bqZ5kcV9-lkp@intel.com/config)
> > > compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
> > > reproduce: (https://download.01.org/0day-ci/archive/20230728/202307281538.bqZ5kcV9-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/202307281538.bqZ5kcV9-lkp@intel.com/
> > >
> > > All errors (new ones prefixed by >>):
> > >
> > > drivers/media/i2c/imx519.c: In function 'imx519_open':
> > >>> drivers/media/i2c/imx519.c:1170:30: error: 'MEDIA_BUS_FMT_SENSOR_DATA' undeclared (first use in this function)
> >
> > This comes from the bcm2835-unicam for Rpi's that's being worked upon.
> > And I was testing this driver on top of it.
>
> Please base the next version on top of Sakari's metadata series, provide
> a branch with your patches and all dependencies in the cover letter, and
> use the --base argument to git-format-patch to indicate the base
> clearly.
I've pushed my latest development series to
<URL:https://git.linuxtv.org/sailus/media_tree.git/log/?h=metadata>.
--
Sakari Ailus
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-09-04 6:33 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-27 15:41 [PATCH 0/2] media: i2c: imx519: Support for Sony IMX519 sensor Umang Jain
2023-07-27 15:41 ` [PATCH 1/2] media: dt-bindings: imx519: Add IMX519 DT bindings Umang Jain
2023-07-27 17:31 ` Rob Herring
2023-07-28 8:18 ` Krzysztof Kozlowski
2023-09-02 12:40 ` Sakari Ailus
2023-07-27 15:41 ` [PATCH 2/2] media: i2c: imx519: Support for the Sony IMX519 sensor Umang Jain
2023-07-28 7:26 ` kernel test robot
2023-07-28 8:17 ` Umang Jain
2023-09-03 21:21 ` Laurent Pinchart
2023-09-04 6:33 ` Sakari Ailus [this message]
2023-07-28 8:21 ` Krzysztof Kozlowski
2023-09-02 12:57 ` Sakari Ailus
2023-09-03 21:45 ` Laurent Pinchart
2023-07-28 8:52 ` [PATCH 0/2] media: i2c: imx519: Support for " Kieran Bingham
2023-07-28 11:28 ` Laurent Pinchart
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=ZPV6HnHj8TkEL1Nb@kekkonen.localdomain \
--to=sakari.ailus@linux.intel.com \
--cc=devicetree@vger.kernel.org \
--cc=hverkuil@xs4all.nl \
--cc=jacopo.mondi@ideasonboard.com \
--cc=kieran.bingham@ideasonboard.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=lee.jackson@arducam.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=m.felsch@pengutronix.de \
--cc=mchehab@kernel.org \
--cc=mike.rudenko@gmail.com \
--cc=nicholas@rothemail.net \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=shawnx.tu@intel.com \
--cc=umang.jain@ideasonboard.com \
/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