mbox series

[0/3] IMX290 sensor driver fixes

Message ID 20200226215913.10631-1-andrey.konovalov@linaro.org
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(-)