Message ID | 20230720-fpdlink-additions-v2-0-b91b1eca2ad3@ideasonboard.com (mailing list archive) |
---|---|
Headers | show |
Series | media: i2c: ds90ub9xx: Misc improvements | expand |
On Thu, Jul 20, 2023 at 01:30:31PM +0300, Tomi Valkeinen wrote: > This series contains small miscellaneous improvements to the FPD-Link > drivers. > > These were sent originally in v14 of the "i2c-atr and FPDLink" series > (link below), but were then left out for v15. So I have assigned v2 to > this series. > > I have trimmed the to/cc list a bit, as these don't really deal with i2c > and dt anymore. FWIW, Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> for all, but patch 6. I still think u32_fract makes sense.
This series contains small miscellaneous improvements to the FPD-Link drivers. These were sent originally in v14 of the "i2c-atr and FPDLink" series (link below), but were then left out for v15. So I have assigned v2 to this series. I have trimmed the to/cc list a bit, as these don't really deal with i2c and dt anymore. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> --- Changes in v2: - New patch which renames ASYNC to NONSYNC - Minor cosmetic change - I didn't take u32_fract into use (as suggested by Andy), as I think it makes the driver a bit more confusing. - Link to v1: https://lore.kernel.org/r/20230616135922.442979-1-tomi.valkeinen@ideasonboard.com --- Tomi Valkeinen (8): media: i2c: ds90ub960: Configure CSI-2 continuous clock media: i2c: ds90ub953: Use v4l2_fwnode_endpoint_parse() media: i2c: ds90ub913: Use v4l2_fwnode_endpoint_parse() media: i2c: ds90ub953: Handle V4L2_MBUS_CSI2_NONCONTINUOUS_CLOCK media: i2c: ds90ub960: Allow FPD-Link async mode media: i2c: ds90ub953: Restructure clkout management media: i2c: ds90ub953: Support non-sync mode media: i2c: ds90ub960: Rename RXPORT_MODE_CSI2_ASYNC to RXPORT_MODE_CSI2_NONSYNC drivers/media/i2c/ds90ub913.c | 32 ++++--- drivers/media/i2c/ds90ub953.c | 193 +++++++++++++++++++++++++----------------- drivers/media/i2c/ds90ub960.c | 31 ++++--- 3 files changed, 152 insertions(+), 104 deletions(-) --- base-commit: 28999781d15f94046e6c23a9a7d92ad28a436abf change-id: 20230720-fpdlink-additions-fb5397336725 Best regards,