From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: Ramiro Oliveira <Ramiro.Oliveira@synopsys.com>
Cc: Sakari Ailus <sakari.ailus@iki.fi>,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, CARLOS.PALMINHA@synopsys.com,
"David S. Miller" <davem@davemloft.net>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Guenter Roeck <linux@roeck-us.net>,
Hans Verkuil <hans.verkuil@cisco.com>,
Mark Rutland <mark.rutland@arm.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Pavel Machek <pavel@ucw.cz>,
Robert Jarzmik <robert.jarzmik@free.fr>,
Rob Herring <robh+dt@kernel.org>,
Steve Longerbeam <slongerbeam@gmail.com>
Subject: Re: [PATCH RESEND v7 2/2] Add support for OV5647 sensor.
Date: Fri, 10 Feb 2017 20:37:38 +0200 [thread overview]
Message-ID: <20170210183737.GE887@mara.localdomain> (raw)
In-Reply-To: <3d8368f8-0cae-934b-fc6a-0ead79db14aa@synopsys.com>
Hi Ramiro,
On Thu, Feb 09, 2017 at 10:13:02AM +0000, Ramiro Oliveira wrote:
> Hi Sakari
>
> On 2/9/2017 10:02 AM, Sakari Ailus wrote:
> > Hi Ramiro,
> >
> > On Wed, Feb 08, 2017 at 09:56:12AM +0000, Ramiro Oliveira wrote:
> >> Hi Sakari
> >>
> >> On 2/7/2017 5:31 PM, Sakari Ailus wrote:
> >>> Hi Ramiro,
> >>>
> >>> On Mon, Feb 06, 2017 at 11:38:28AM +0000, Ramiro Oliveira wrote:
> >>> ...
> >>>>>> + ret = ov5647_write_array(sd, ov5647_640x480,
> >>>>>> + ARRAY_SIZE(ov5647_640x480));
> >>>>>> + if (ret < 0) {
> >>>>>> + dev_err(&client->dev, "write sensor_default_regs error\n");
> >>>>>> + return ret;
> >>>>>> + }
> >>>>>> +
> >>>>>> + ov5647_set_virtual_channel(sd, 0);
> >>>>>> +
> >>>>>> + ov5647_read(sd, 0x0100, &resetval);
> >>>>>> + if (!(resetval & 0x01)) {
> >>>>>
> >>>>> Can this ever happen? Streaming start is at the end of the register list.
> >>>>>
> >>>>
> >>>> I'm not sure it can happen. It was just a safeguard, but I can remove it if you
> >>>> think it's not necessary
> >>>
> >>> You're not reading back the other registers either, albeit I'd check that
> >>> the I2C accesses actually succeed. Generally the return values are ignored.
> >>>
> >>
> >> So you're recommending I perform a random I2C access after power on to check the
> >> system, and discard the read value? Or just drop this piece of code entirely?
> >>
> >
> > I'm not. What I'm saying that you're mostly not checking whether I2C
> > accesses succeed or not.
> >
>
>
> I think I'm understanding what you're saying now. You want me to check more
> often the return value from write/read functions?
>
> That makes sense. I'll add more checks to the code
Please do. That's generally a better approach with I2C than reading back
register values. :-)
--
Sakari Ailus
sakari.ailus@linux.intel.com
prev parent reply other threads:[~2017-02-10 18:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-03 18:18 [PATCH RESEND v7 0/2] Add support for Omnivision OV5647 Ramiro Oliveira
[not found] ` <cover.1486136893.git.roliveir-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2017-02-03 18:18 ` [PATCH RESEND v7 1/2] Add OV5647 device tree documentation Ramiro Oliveira
2017-02-03 20:19 ` Sakari Ailus
2017-02-03 18:18 ` [PATCH RESEND v7 2/2] Add support for OV5647 sensor Ramiro Oliveira
[not found] ` <26e5a587f1ba9e2fbbc04284408305bc8cf8c5c0.1486136893.git.roliveir-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2017-02-03 20:17 ` Sakari Ailus
[not found] ` <20170203201729.GA18086-sGAanXTfQ4777SC2UrCW1FMQynFLKtET@public.gmane.org>
2017-02-06 11:38 ` Ramiro Oliveira
[not found] ` <f23e76ff-326a-c4df-601d-6b12b644bff7-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2017-02-07 17:31 ` Sakari Ailus
2017-02-08 9:56 ` Ramiro Oliveira
2017-02-09 10:02 ` Sakari Ailus
2017-02-09 10:13 ` Ramiro Oliveira
2017-02-10 18:37 ` Sakari Ailus [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=20170210183737.GE887@mara.localdomain \
--to=sakari.ailus@linux.intel.com \
--cc=CARLOS.PALMINHA@synopsys.com \
--cc=Ramiro.Oliveira@synopsys.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=gregkh@linuxfoundation.org \
--cc=hans.verkuil@cisco.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mark.rutland@arm.com \
--cc=mchehab@kernel.org \
--cc=pavel@ucw.cz \
--cc=robert.jarzmik@free.fr \
--cc=robh+dt@kernel.org \
--cc=sakari.ailus@iki.fi \
--cc=slongerbeam@gmail.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;
as well as URLs for NNTP newsgroup(s).