index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
i2c
/
ov2740.c
Age
Commit message (
Expand
)
Author
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: ov2740: Don't log ov2740_check_hwcfg() errors twice
Hans de Goede
2024-10-16
media: i2c: Fix typos in comments across various files
Yu Jiaoliang
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-05-10
media: ov2740: Ensure proper reset sequence on probe()
Hans de Goede
2024-04-10
media: ov2740: Fix LINK_FREQ and PIXEL_RATE control value reporting
Sakari Ailus
2023-12-13
media: ov2740: Add a sleep after resetting the sensor
Hans de Goede
2023-12-13
media: ov2740: Add support for 180 MHz link frequency
Hans de Goede
2023-12-13
media: ov2740: Check hwcfg after allocating the ov2740 struct
Hans de Goede
2023-12-13
media: ov2740: Fix hts value
Hans de Goede
2023-12-13
media: ov2740: Improve ov2740_check_hwcfg() error reporting
Hans de Goede
2023-12-13
media: ov2740: Move fwnode_graph_get_next_endpoint() call up
Hans de Goede
2023-12-13
media: ov2740: Add support for external clock
Hans de Goede
2023-12-13
media: ov2740: Add support for reset GPIO
Hans de Goede
2023-12-04
media: v4l2-subdev: Rename .init_cfg() operation to .init_state()
Laurent Pinchart
2023-11-23
media: v4l: subdev: Switch to stream-aware state functions
Sakari Ailus
2023-10-07
media: ov2740: Return -EPROBE_DEFER if no endpoint is found
Sakari Ailus
2023-10-07
media: ov2740: Use sub-device active state
Sakari Ailus
2023-10-07
media: ov2740: Enable runtime PM before registering the async subdev
Sakari Ailus
2023-09-27
media: i2c: ov2740: Drop system suspend and resume handlers
Laurent Pinchart
2023-09-27
media: i2c: ov2740: Drop check for reentrant .s_stream()
Laurent Pinchart
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
2023-02-03
media: ov2740: Fix memleak in ov2740_init_controls()
Shang XiaoJing
2022-11-25
media: ov2740: Use traditional pattern when checking error codes
Andy Shevchenko
2022-11-25
media: ov2740: Add missed \n to the end of the messages
Andy Shevchenko
2022-11-25
media: ov2740: Switch to use dev_err_probe()
Andy Shevchenko
2022-11-25
media: ov2740: Drop redundant assignments of ret = 0
Andy Shevchenko
2022-11-25
media: ov2740: Remove duplicate check for NULL fwnode
Andy Shevchenko
2022-11-25
media: ov2740: Switch from __maybe_unused to pm_sleep_ptr() etc
Andy Shevchenko
2022-11-25
media: ov2740: Remove duplicative pointer in struct nvm_data
Andy Shevchenko
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-01-28
media: ov2740: identify module after subdev initialisation
Bingbu Cao
2021-12-16
media: ov2740: support device probe in non-zero ACPI D state
Bingbu Cao
2021-08-04
media: ov2740: use group write for digital gain
Bingbu Cao
2021-06-17
media: v4l2-subdev: add subdev-wide state struct
Tomi Valkeinen
2021-05-19
media: i2c: ov2740: use pm_runtime_resume_and_get()
Mauro Carvalho Chehab
2021-04-06
media: v4l: fwnode: Rename v4l2_async_register_subdev_sensor_common
Sakari Ailus
2020-12-02
media: ov2740: fix dereference before null check on pointer nvm
Colin Ian King
2020-11-25
media: ov2740: allow OTP data access during streaming
Bingbu Cao
2020-11-25
media: ov2740: only do OTP data read on demand from user
Bingbu Cao
2020-11-16
media: ov2740: change the minimal exposure value to 4
Bingbu Cao
2020-11-16
media: i2c: ov2740: simplify getting state container
Krzysztof Kozlowski
2020-09-01
media: i2c: ov2740: get OTP data ready before nvmem registration
Bingbu Cao
2020-06-23
media: ov2740: add NVMEM interface to read customized OTP data
Qingwu Zhang
2020-06-23
media: ov2740: make ov2740 driver only work with ACPI
Bingbu Cao
2020-05-25
media: i2c: Add ov2740 image sensor driver
Bingbu Cao