public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] media: i2c: og01a1b: Add OF support to OmniVision OG01A1B
@ 2024-08-13 10:20 Vladimir Zapolskiy
  2024-08-13 10:20 ` [PATCH v2 1/6] media: dt-bindings: Add description of OmniVision OG01A1B image sensor Vladimir Zapolskiy
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Vladimir Zapolskiy @ 2024-08-13 10:20 UTC (permalink / raw)
  To: Sakari Ailus, Mauro Carvalho Chehab, Krzysztof Kozlowski
  Cc: Rob Herring, Conor Dooley, linux-media, devicetree

The change adds basic support of OmniVision OG01A1B image sensor on OF
platforms, and a few follow-up changes from the series extend runtime power
management support.

Previous version of the change is found as a shorter patchset:

  https://lore.kernel.org/all/20240620124745.1265011-1-vladimir.zapolskiy@linaro.org/

Changes from v1 to v2:
* updated device tree documentation according to review comments received
  from Krzysztof and Sakari,
* extended runtime power management support, added functional support of
  optional XSHUTDOWN GPIO, XVCLK supply clock and 3 supply regulators.

Vladimir Zapolskiy (6):
  media: dt-bindings: Add description of OmniVision OG01A1B image sensor
  media: i2c: og01a1b: Add OF support to the image sensor driver
  media: i2c: og01a1b: Add stubs of runtime power management functions
  media: i2c: og01a1b: Add support of xvclk supply clock in power management
  media: i2c: og01a1b: Add management of optional reset GPIO
  media: i2c: og01a1b: Add management of optional sensor supply lines

 .../bindings/media/i2c/ovti,og01a1b.yaml      | 107 +++++++++++
 MAINTAINERS                                   |   1 +
 drivers/media/i2c/og01a1b.c                   | 178 ++++++++++++++++--
 3 files changed, 272 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,og01a1b.yaml

-- 
2.45.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-08-14 13:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-13 10:20 [PATCH v2 0/6] media: i2c: og01a1b: Add OF support to OmniVision OG01A1B Vladimir Zapolskiy
2024-08-13 10:20 ` [PATCH v2 1/6] media: dt-bindings: Add description of OmniVision OG01A1B image sensor Vladimir Zapolskiy
2024-08-13 15:26   ` Conor Dooley
2024-08-14 13:29   ` Rob Herring
2024-08-13 10:20 ` [PATCH v2 2/6] media: i2c: og01a1b: Add OF support to the image sensor driver Vladimir Zapolskiy
2024-08-13 10:20 ` [PATCH v2 3/6] media: i2c: og01a1b: Add stubs of runtime power management functions Vladimir Zapolskiy
2024-08-13 10:20 ` [PATCH v2 4/6] media: i2c: og01a1b: Add support of xvclk supply clock in power management Vladimir Zapolskiy
2024-08-13 10:20 ` [PATCH v2 5/6] media: i2c: og01a1b: Add management of optional reset GPIO Vladimir Zapolskiy
2024-08-13 10:20 ` [PATCH v2 6/6] media: i2c: og01a1b: Add management of optional sensor supply lines Vladimir Zapolskiy
2024-08-13 12:53   ` Kieran Bingham
2024-08-13 13:35     ` Vladimir Zapolskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox