From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-media@vger.kernel.org, sakari.ailus@iki.fi,
"Carlos Sanmartín Bustos" <carsanbu@gmail.com>,
"Sylwester Nawrocki" <s.nawrocki@samsung.com>
Subject: Re: [PATCH v4] v4l: mt9v032: Add OF support
Date: Fri, 03 Apr 2015 06:43:54 +0300 [thread overview]
Message-ID: <21661171.kVBHEenSxY@avalon> (raw)
In-Reply-To: <1427814533.2969.61.camel@pengutronix.de>
Hi Philipp,
Thank you for the review.
On Tuesday 31 March 2015 17:08:53 Philipp Zabel wrote:
> Am Mittwoch, den 18.03.2015, 15:38 +0200 schrieb Laurent Pinchart:
> > Parse DT properties into a platform data structure when a DT node is
> > available.
> >
> > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> >
> > ---
> >
> > Changes since v3:
> >
> > - Use /bits/ 64 in the DT bindings example
> > - Remove the parent I2C master node from the DT bindings example
> > - Use devm_kcalloc() to allocate array
> >
> > Changes since v2:
> >
> > - Use of_graph_get_next_endpoint()
> >
> > Changes since v1:
> >
> > - Add MT9V02[24] compatible strings
> > - Prefix all compatible strings with "aptina,"
> > - Use "link-frequencies" instead of "link-freqs"
> > ---
> >
> > .../devicetree/bindings/media/i2c/mt9v032.txt | 39 ++++++++++++
> > MAINTAINERS | 1 +
> > drivers/media/i2c/mt9v032.c | 69 ++++++++++++++++-
> > 3 files changed, 108 insertions(+), 1 deletion(-)
> > create mode 100644
> > Documentation/devicetree/bindings/media/i2c/mt9v032.txt
[snip]
> > diff --git a/drivers/media/i2c/mt9v032.c b/drivers/media/i2c/mt9v032.c
> > index 255ea91..697be25 100644
> > --- a/drivers/media/i2c/mt9v032.c
> > +++ b/drivers/media/i2c/mt9v032.c
> > @@ -17,6 +17,8 @@
> > #include <linux/i2c.h>
> > #include <linux/log2.h>
> > #include <linux/mutex.h>
> > +#include <linux/of.h>
> > +#include <linux/of_gpio.h>
>
> I think of_gpio is not needed in mt9v032.c. Otherwise,
> Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
You're right. The bad news is that the patch has been merged already. The good
news is that you can submit a patch to fix this ;-) I can also fix it myself
if you prefer.
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2015-04-03 3:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-18 13:38 [PATCH v4] v4l: mt9v032: Add OF support Laurent Pinchart
2015-03-18 20:57 ` Sakari Ailus
2015-03-31 15:08 ` Philipp Zabel
2015-04-03 3:43 ` Laurent Pinchart [this message]
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=21661171.kVBHEenSxY@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=carsanbu@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=s.nawrocki@samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox