devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Pinefeat cef168 lens control board driver
@ 2025-08-10 19:26 Aliaksandr Smirnou
  2025-08-10 19:26 ` [PATCH 1/2] dt-bindings: Pinefeat cef168 lens control board Aliaksandr Smirnou
  2025-08-10 19:26 ` [PATCH 2/2] media/i2c: Pinefeat cef168 lens control board driver Aliaksandr Smirnou
  0 siblings, 2 replies; 5+ messages in thread
From: Aliaksandr Smirnou @ 2025-08-10 19:26 UTC (permalink / raw)
  To: devicetree; +Cc: linux-media, Aliaksandr Smirnou

This patch series adds support for the Pinefeat adapter, which interfaces
Canon EF and EF-S lenses to non-Canon camera bodies. The cef168 circuit
control board provides an I2C interface for electronic focus and aperture
control. The driver integrates with the V4L2 sub-device API.

For more information about the product, see:
https://github.com/pinefeat/cef168

Patches:
  dt-bindings: Pinefeat cef168 lens control board
  media/i2c: Pinefeat cef168 lens control board driver

 .../bindings/media/i2c/pinefeat,cef168.yaml   |  48 +++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   9 +
 drivers/media/i2c/Kconfig                     |   8 +
 drivers/media/i2c/Makefile                    |   1 +
 drivers/media/i2c/cef168.c                    | 342 ++++++++++++++++++
 drivers/media/i2c/cef168.h                    |  51 +++
 7 files changed, 461 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/pinefeat,cef168.yaml
 create mode 100644 drivers/media/i2c/cef168.c
 create mode 100644 drivers/media/i2c/cef168.h


base-commit: 2b38afce25c4e1b8f943ff4f0a2b51d6c40f2ed2
-- 
2.34.1


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

end of thread, other threads:[~2025-08-11  6:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-10 19:26 [PATCH 0/2] Pinefeat cef168 lens control board driver Aliaksandr Smirnou
2025-08-10 19:26 ` [PATCH 1/2] dt-bindings: Pinefeat cef168 lens control board Aliaksandr Smirnou
2025-08-11  6:09   ` Krzysztof Kozlowski
2025-08-10 19:26 ` [PATCH 2/2] media/i2c: Pinefeat cef168 lens control board driver Aliaksandr Smirnou
2025-08-11  6:11   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).