[PATCH 0/8] media: Add Lenovo Yoga Book YB1-X91 camera support

From: Maurizio Casciano

Date: Wed Aug 26 2026 - 09:27:47 EST


The Lenovo Yoga Book YB1-X91L exposes an OV2740 front sensor and an
OV8858 rear sensor through the Cherry Trail AtomISP. Its firmware does
not provide enough information for the existing sensor and IPU bridge
drivers to construct the camera links.

Add the ACPI IDs and bridge data, describe the two AtomISP camera links,
support the Yoga Book sensor clocks and modes, allow explicit raw Bayer
capture, expose per-channel white-balance controls, and add the WV517S
rear-camera lens actuator.

Raw output remains opt-in and disabled by default, so existing AtomISP
users retain the current format-selection behavior.

Tested on a Lenovo Yoga Book YB1-X91L with continuous OV2740 raw capture,
OV8858 test bars and real 10-bit Bayer frames, and live white-balance
gain changes.

Maurizio Casciano (8):
media: ov8858: support 19.2 MHz clock and CHT gain setup
media: i2c: Add Yoga Book camera ACPI IDs
media: intel: ipu-bridge: Add Yoga Book camera sensors
media: atomisp: Add Yoga Book camera configuration
media: atomisp: support the Yoga Book OV2740 link
media: ov2740: add manual white balance controls
media: atomisp: allow opt-in raw Bayer capture
media: i2c: Add WV517S lens actuator driver

MAINTAINERS | 1 +
drivers/media/i2c/Kconfig | 8 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/ov2740.c | 170 ++++++++++++---
drivers/media/i2c/ov8858.c | 134 ++++++++++--
drivers/media/i2c/wv517s.c | 199 ++++++++++++++++++
drivers/media/pci/intel/ipu-bridge.c | 19 +-
.../staging/media/atomisp/pci/atomisp_cmd.c | 24 ++-
.../staging/media/atomisp/pci/atomisp_csi2.c | 17 +-
.../staging/media/atomisp/pci/atomisp_csi2.h | 2 +
.../media/atomisp/pci/atomisp_csi2_bridge.c | 81 +++++++
.../media/atomisp/pci/atomisp_internal.h | 6 +
.../staging/media/atomisp/pci/atomisp_ioctl.c | 13 +-
.../staging/media/atomisp/pci/atomisp_v4l2.c | 15 ++
include/media/ipu-bridge.h | 2 +
15 files changed, 625 insertions(+), 67 deletions(-)
create mode 100644 drivers/media/i2c/wv517s.c


base-commit: 4900cad020c0580dfb1be27776ff10a4ef110cfa
--
2.53.0