[0/4] media: hi556: Add reset / clk / regulator support

Message ID 20240201215841.153499-1-hdegoede@redhat.com (mailing list archive)
Headers
Series media: hi556: Add reset / clk / regulator support |

Message

Hans de Goede Feb. 1, 2024, 9:58 p.m. UTC
  Hi All,

This series makes the hi556 driver work on x86_64 devices where
the power-up / down sequence is not fully handled in ACPI (as
is done on chromebooks) but where instead the driver is expected
to do it itself

This has been successfully tested on a "HP Spectre x360 13.5 (2023)":
https://github.com/intel/ipu6-drivers/issues/202

Regards,

Hans


Hans de Goede (4):
  media: hi556: Return -EPROBE_DEFER if no endpoint is found
  media: hi556: Add support for reset GPIO
  media: hi556: Add support for external clock
  media: hi556: Add support for avdd regulator

 drivers/media/i2c/hi556.c | 95 ++++++++++++++++++++++++++++++++++++---
 1 file changed, 88 insertions(+), 7 deletions(-)