[PATCH 0/8] RFT/RFC: Import IPU6 ov02e10 sensor driver and enable OF usage of it
From: Bryan O'Donoghue
Date: Sun Mar 16 2025 - 20:39:48 EST
Similar to Hans' progressive series on ov02c10 I've picked up via Hans the
IPU6 driver with some additional fixes from Alan Stern.
https://lore.kernel.org/linux-media/20250313184314.91410-1-hdegoede@xxxxxxxxxx
I've made a number of initial changes to this driver sufficient to get it
working on the Dell Inspiron 14 Plus 7441 with the Qualcomm X Elite
x1e80100 SoC and its CAMSS stack.
link: https://git.codelinaro.org/bryan.odonoghue/kernel/-/tree/x1e80100-6.14-rc6-inspirion14-slim7x-camss?ref_type=heads
This is a first pass which adds in the minimum to get the sensor going on
the Qualcomm platform. What would be nice would be someone on the IPU6 side
giving it a test.
A big TBD here is the YAML for this file but, I'd like to make sure nothing
has broken for IPU6/IPU7 with the modifications before diving into
Documentation.
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
---
Bryan O'Donoghue (7):
media: i2c: ov02e10: Fix initial indentation and spacing
media: i2c: ov02e10: Drop IPU6 FPGA specific handshake GPIO
media: i2c: ov02e10: Convert to regulator_bulk API
media: i2c: ov02e10: Rework MCLK clock get logic to facilitate OF
media: i2c: ov02e10: Implement specification t3 and t5 delays on power-up
media: i2c: ov02e10: Remove redundant dev_dbg() and some extra dev_err()
media: i2c: ov02e10: Add OF probe support
Jingjing Xiong (1):
media: i2c: add OV02E10 image sensor driver
drivers/media/i2c/Kconfig | 10 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/ov02e10.c | 978 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 989 insertions(+)
---
base-commit: f2151613e040973c868d28c8b00885dfab69eb75
change-id: 20250317-b4-media-comitters-next-25-03-13-ov02e10-23e68307d589
Best regards,
--
Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>