Message ID | 20230131192016.3476937-1-dave.stevenson@raspberrypi.com (mailing list archive) |
---|---|
Headers | show |
Series | imx290: Minor fixes, support for alternate INCK, and more ctrls | expand |
Hi Dave, On Tue, Jan 31, 2023 at 07:20:05PM +0000, Dave Stevenson wrote: > Hi All > > This is a small patch set that fixes a number of issues, adds in support > for the alternate input clock frequency option, and expands the control support > for flips and VBLANK/HBLANK. > > My source tree has the 2 patches I've just sent for mono support first, but I > believe the two series should apply in either order. Thank you for taking the time to upstream these, much appreciated. I'll give the series a try with my IMX327, but I'm afraid it will have to wait until next week after I come back from the FOSDEM. > Dave Stevenson (11): > media: i2c: imx290: Match kernel coding style on whitespace > media: i2c: imx290: Set the colorspace fields in the format > media: i2c: imx290: Add V4L2_SUBDEV_FL_HAS_EVENTS and subscribe hooks > media: i2c: imx290: Fix the pixel rate at 148.5Mpix/s > media: i2c: imx290: Support 60fps in 2 lane operation > media: i2c: imx290: Use CSI timings as per datasheet > media: i2c: imx290: Convert V4L2_CID_HBLANK to read/write > media: i2c: imx290: Convert V4L2_CID_VBLANK to read/write > media: i2c: imx290: Remove duplicated write to IMX290_CTRL_07 > media: i2c: imx290: Add support for 74.25MHz external clock > media: i2c: imx290: Add support for H & V Flips > > drivers/media/i2c/imx290.c | 429 ++++++++++++++++++++++++++++--------- > 1 file changed, 333 insertions(+), 96 deletions(-)