summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/ov08x40.c
AgeCommit message (Expand)Author
2025-05-06media: ov08x40: Select mode based on mipi lane countJason Chen
2025-05-06media: ov08x40: Use v4l2_link_freq_to_bitmap helperJason Chen
2025-05-06media: ov08x40: Add shared global register listJason Chen
2025-05-06media: ov08x40: Remove common register settings from resolution-specific tableJason Chen
2025-05-06media: ov08x40: Add support for 2/4 lanes at 1500 MbpsJason Chen
2025-05-06media: ov08x40: Separate the lane configuration and PLL settingsJason Chen
2025-04-25media: ov08x40: Extend sleep after reset to 5 msHans de Goede
2025-03-04media: ov08x40: Log chip ID when identifying the chipHans de Goede
2025-03-04media: ov08x40: Fix value of reset GPIO when requesting itHans de Goede
2025-02-15media: ov08x40: Don't log ov08x40_check_hwcfg() errors twiceHans de Goede
2025-02-15media: ov08x40: Add missing '\n' to ov08x40_check_hwcfg() error messagesHans de Goede
2025-02-15media: ov08x40: Add missing ov08x40_identify_module() call on stream-startHans de Goede
2025-02-15media: ov08x40: Improve ov08x40_[read|write]_reg() error returnsHans de Goede
2025-02-15media: ov08x40: Improve ov08x40_identify_module() error loggingHans de Goede
2025-02-15media: ov08x40: Move ov08x40_identify_module() function upHans de Goede
2025-02-15media: ov08x40: Get clock on ACPI platforms tooHans de Goede
2025-02-15media: ov08x40: Get reset GPIO and regulators on ACPI platforms tooHans de Goede
2025-02-15media: ov08x40: Move fwnode_graph_get_next_endpoint() call upHans de Goede
2025-02-15media: ov08x40: Properly turn sensor on/off when runtime-suspendedHans de Goede
2024-11-11Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1Mauro Carvalho Chehab
2024-11-07media: ov08x40: Add OF probe supportBryan O'Donoghue
2024-11-07media: ov08x40: Rename ext_clk to xvclkBryan O'Donoghue
2024-11-07media: ov08x40: Fix burst write sequenceBryan O'Donoghue
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-02-06media: ov08x40: Reduce start streaming timeJason Chen
2024-02-06Revert "media: ov08x40: Reduce start streaming time"Sakari Ailus
2024-02-01media: ov08x40: Reduce start streaming timeJason Chen
2024-02-01media: ov08x40: Modify the tline calculation in different modesJason Chen
2024-02-01media: ov08x40: Avoid sensor probing in D0 stateJason Chen
2023-11-23media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus
2023-09-27media: i2c: ov08x40: Drop system suspend and resume handlersLaurent Pinchart
2023-09-27media: i2c: ov08x40: Drop check for reentrant .s_stream()Laurent Pinchart
2023-07-14media: ov08x40: Fix hblank out of range issueJason Chen
2023-07-14media: i2c: Remove Shawn's and Chiranjeevi's e-mail addressesSakari Ailus
2023-05-25media: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-25media: i2c: ov08x40: Make remove callback return voidKieran Bingham
2022-10-25media: i2c: Add ov08x40 image sensor driverShawn Tu