mbox series

[0/3] IMX290 sensor driver fixes

Message ID 20200226215913.10631-1-andrey.konovalov@linaro.org (mailing list archive)
Headers show
Series IMX290 sensor driver fixes | expand

Message

Andrey Konovalov Feb. 26, 2020, 9:59 p.m. UTC
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(-)

Comments

Manivannan Sadhasivam April 7, 2020, 8:19 a.m. UTC | #1
Hi,

On Thu, Feb 27, 2020 at 12:59:10AM +0300, Andrey Konovalov wrote:
> 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
> 

Any update on this series?

Thanks,
Mani

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