mbox series

[0/8] media: ov08x40: Various improvements

Message ID 20241219134940.15472-1-hdegoede@redhat.com (mailing list archive)
Headers show
Series media: ov08x40: Various improvements | expand

Message

Hans de Goede Dec. 19, 2024, 1:49 p.m. UTC
Hi All,

Here is a new ov08x40 patch series replacing my previous series:
https://lore.kernel.org/linux-media/20241012115236.53998-1-hdegoede@redhat.com/

I have not marked this as a v2 series since after rebasing on top
of Bryan O'Donoghue changes this essentially is a whole new series.

The below series has been tested on a HP Spectre x360 14-eu0xxx laptop,
but unfortunately the sensor will still not power-on (identify() fails
with -121) after this series.

Still I believe that these are all good improvements to have.

Bryan, can you test this on your ov08x40 setup and check that it does
not cause any regressions there?

Regards,

Hans


Hans de Goede (8):
  media: ov08x40: Properly turn sensor on/off when runtime-suspended
  media: ov08x40: Move fwnode_graph_get_next_endpoint() call up
  media: ov08x40: Get reset GPIO and regulators on ACPI platforms too
  media: ov08x40: Get clock on ACPI platforms too
  media: ov08x40: Move ov08x40_identify_module() function up
  media: ov08x40: Improve ov08x40_identify_module() error logging
  media: ov08x40: Improve ov08x40_[read|write]_reg() error returns
  media: ov08x40: Add missing ov08x40_identify_module() call on
    stream-start

 drivers/media/i2c/ov08x40.c | 157 +++++++++++++++++++-----------------
 1 file changed, 82 insertions(+), 75 deletions(-)