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