summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/og01a1b.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-11media: i2c: og01a1b: Add support of 8-bit media bus formatVladimir Zapolskiy1-38/+57
2026-03-11media: i2c: og01a1b: Use generic v4l2_subdev_get_fmt() to get formatVladimir Zapolskiy1-16/+1
2026-03-11media: i2c: og01a1b: Replace .open with .init_state internal opsVladimir Zapolskiy1-4/+15
2026-03-11media: i2c: og01a1b: Change I2C interface controls to V4L2 CCIVladimir Zapolskiy1-383/+304
2026-03-11media: i2c: og01a1b: Switch from .s_stream to .enable_streams/.disable_streamsVladimir Zapolskiy1-56/+34
2026-03-11media: i2c: og01a1b: Fix V4L2 subdevice data initialization on probeVladimir Zapolskiy1-1/+12
2025-09-09media: i2c: og01a1b: Use V4L2 sensor clock helperLaurent Pinchart1-22/+11
2025-09-09media: i2c: og01a1b: Replace client->dev usageLaurent Pinchart1-42/+38
2025-09-09media: i2c: og01a1b: Specify monochrome media bus format instead of BayerVladimir Zapolskiy1-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-31media: i2c: og01a1b: Add management of optional sensor supply linesVladimir Zapolskiy1-1/+80
2024-08-31media: i2c: og01a1b: Add management of optional reset GPIOVladimir Zapolskiy1-1/+16
2024-08-31media: i2c: og01a1b: Add support of xvclk supply clock in power managementVladimir Zapolskiy1-6/+40
2024-08-31media: i2c: og01a1b: Add stubs of runtime power management functionsVladimir Zapolskiy1-9/+33
2024-08-31media: i2c: og01a1b: Add OF support to the image sensor driverVladimir Zapolskiy1-0/+7
2023-11-23media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus1-6/+4
2023-09-27media: i2c: og01a1b: Drop system suspend and resume handlersLaurent Pinchart1-47/+0
2023-09-27media: i2c: og01a1b: Drop check for reentrant .s_stream()Laurent Pinchart1-3/+0
2023-09-27media: i2c: Use pm_runtime_resume_and_get()Laurent Pinchart1-3/+2
2023-07-14media: i2c: Remove Shawn's and Chiranjeevi's e-mail addressesSakari Ailus1-1/+1
2023-05-25media: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-03-04media: Add a driver for the og01a1b camera sensorShawn Tu1-0/+1128