linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrey Konovalov <andrey.konovalov@linaro.org>
To: mchehab@kernel.org, sakari.ailus@iki.fi
Cc: linux-media@vger.kernel.org, manivannan.sadhasivam@linaro.org,
	peter.griffin@linaro.org,
	Andrey Konovalov <andrey.konovalov@linaro.org>
Subject: [PATCH 0/3] IMX290 sensor driver fixes
Date: Thu, 27 Feb 2020 00:59:10 +0300	[thread overview]
Message-ID: <20200226215913.10631-1-andrey.konovalov@linaro.org> (raw)

This patchset deals with two issues in the IMX290 driver:
  - the current_format field in the struct imx290 can be used before
    initialization,
  - the reset signal to IMX290 isn't handled correctly.

Andrey Konovalov (3):
  media: i2c: imx290: set the format before VIDIOC_SUBDEV_G_FMT is
    called
  media: i2c: imx290: fix the order of the args in SET_RUNTIME_PM_OPS()
  media: i2c: imx290: fix reset GPIO pin handling

 drivers/media/i2c/imx290.c | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

-- 
2.17.1


             reply	other threads:[~2020-02-26 22:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-26 21:59 Andrey Konovalov [this message]
2020-02-26 21:59 ` [PATCH 1/3] media: i2c: imx290: set the format before VIDIOC_SUBDEV_G_FMT is called Andrey Konovalov
2020-03-03  9:30   ` Manivannan Sadhasivam
2020-02-26 21:59 ` [PATCH 2/3] media: i2c: imx290: fix the order of the args in SET_RUNTIME_PM_OPS() Andrey Konovalov
2020-03-03  9:39   ` Manivannan Sadhasivam
2020-02-26 21:59 ` [PATCH 3/3] media: i2c: imx290: fix reset GPIO pin handling Andrey Konovalov
2020-03-03 11:33   ` Manivannan Sadhasivam
2020-04-07  8:19 ` [PATCH 0/3] IMX290 sensor driver fixes Manivannan Sadhasivam

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=20200226215913.10631-1-andrey.konovalov@linaro.org \
    --to=andrey.konovalov@linaro.org \
    --cc=linux-media@vger.kernel.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mchehab@kernel.org \
    --cc=peter.griffin@linaro.org \
    --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;
as well as URLs for NNTP newsgroup(s).