index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
i2c
/
ov08x40.c
Age
Commit message (
Expand
)
Author
2025-05-06
media: ov08x40: Select mode based on mipi lane count
Jason Chen
2025-05-06
media: ov08x40: Use v4l2_link_freq_to_bitmap helper
Jason Chen
2025-05-06
media: ov08x40: Add shared global register list
Jason Chen
2025-05-06
media: ov08x40: Remove common register settings from resolution-specific table
Jason Chen
2025-05-06
media: ov08x40: Add support for 2/4 lanes at 1500 Mbps
Jason Chen
2025-05-06
media: ov08x40: Separate the lane configuration and PLL settings
Jason Chen
2025-04-25
media: ov08x40: Extend sleep after reset to 5 ms
Hans de Goede
2025-03-04
media: ov08x40: Log chip ID when identifying the chip
Hans de Goede
2025-03-04
media: ov08x40: Fix value of reset GPIO when requesting it
Hans de Goede
2025-02-15
media: ov08x40: Don't log ov08x40_check_hwcfg() errors twice
Hans de Goede
2025-02-15
media: ov08x40: Add missing '\n' to ov08x40_check_hwcfg() error messages
Hans de Goede
2025-02-15
media: ov08x40: Add missing ov08x40_identify_module() call on stream-start
Hans de Goede
2025-02-15
media: ov08x40: Improve ov08x40_[read|write]_reg() error returns
Hans de Goede
2025-02-15
media: ov08x40: Improve ov08x40_identify_module() error logging
Hans de Goede
2025-02-15
media: ov08x40: Move ov08x40_identify_module() function up
Hans de Goede
2025-02-15
media: ov08x40: Get clock on ACPI platforms too
Hans de Goede
2025-02-15
media: ov08x40: Get reset GPIO and regulators on ACPI platforms too
Hans de Goede
2025-02-15
media: ov08x40: Move fwnode_graph_get_next_endpoint() call up
Hans de Goede
2025-02-15
media: ov08x40: Properly turn sensor on/off when runtime-suspended
Hans de Goede
2024-11-11
Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1
Mauro Carvalho Chehab
2024-11-07
media: ov08x40: Add OF probe support
Bryan O'Donoghue
2024-11-07
media: ov08x40: Rename ext_clk to xvclk
Bryan O'Donoghue
2024-11-07
media: ov08x40: Fix burst write sequence
Bryan O'Donoghue
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-02-06
media: ov08x40: Reduce start streaming time
Jason Chen
2024-02-06
Revert "media: ov08x40: Reduce start streaming time"
Sakari Ailus
2024-02-01
media: ov08x40: Reduce start streaming time
Jason Chen
2024-02-01
media: ov08x40: Modify the tline calculation in different modes
Jason Chen
2024-02-01
media: ov08x40: Avoid sensor probing in D0 state
Jason Chen
2023-11-23
media: v4l: subdev: Switch to stream-aware state functions
Sakari Ailus
2023-09-27
media: i2c: ov08x40: Drop system suspend and resume handlers
Laurent Pinchart
2023-09-27
media: i2c: ov08x40: Drop check for reentrant .s_stream()
Laurent Pinchart
2023-07-14
media: ov08x40: Fix hblank out of range issue
Jason Chen
2023-07-14
media: i2c: Remove Shawn's and Chiranjeevi's e-mail addresses
Sakari Ailus
2023-05-25
media: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-11-25
media: i2c: ov08x40: Make remove callback return void
Kieran Bingham
2022-10-25
media: i2c: Add ov08x40 image sensor driver
Shawn Tu