summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/ov2740.c
Commit message (Expand)AuthorAgeFilesLines
* media: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-251-1/+1
* media: ov2740: Fix memleak in ov2740_init_controls()Shang XiaoJing2023-02-031-1/+3
* media: ov2740: Use traditional pattern when checking error codesAndy Shevchenko2022-11-251-6/+4
* media: ov2740: Add missed \n to the end of the messagesAndy Shevchenko2022-11-251-6/+6
* media: ov2740: Switch to use dev_err_probe()Andy Shevchenko2022-11-251-25/+19
* media: ov2740: Drop redundant assignments of ret = 0Andy Shevchenko2022-11-251-8/+8
* media: ov2740: Remove duplicate check for NULL fwnodeAndy Shevchenko2022-11-251-3/+0
* media: ov2740: Switch from __maybe_unused to pm_sleep_ptr() etcAndy Shevchenko2022-11-251-6/+4
* media: ov2740: Remove duplicative pointer in struct nvm_dataAndy Shevchenko2022-11-251-24/+15
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* media: ov2740: identify module after subdev initialisationBingbu Cao2022-01-281-7/+1
* media: ov2740: support device probe in non-zero ACPI D stateBingbu Cao2021-12-161-24/+45
* media: ov2740: use group write for digital gainBingbu Cao2021-08-041-2/+24
* media: v4l2-subdev: add subdev-wide state structTomi Valkeinen2021-06-171-7/+8
* media: i2c: ov2740: use pm_runtime_resume_and_get()Mauro Carvalho Chehab2021-05-191-4/+2
* media: v4l: fwnode: Rename v4l2_async_register_subdev_sensor_commonSakari Ailus2021-04-061-1/+1
* media: ov2740: fix dereference before null check on pointer nvmColin Ian King2020-12-021-2/+5
* media: ov2740: allow OTP data access during streamingBingbu Cao2020-11-251-93/+96
* media: ov2740: only do OTP data read on demand from userBingbu Cao2020-11-251-32/+84
* media: ov2740: change the minimal exposure value to 4Bingbu Cao2020-11-161-1/+1
* media: i2c: ov2740: simplify getting state containerKrzysztof Kozlowski2020-11-161-4/+2
* media: i2c: ov2740: get OTP data ready before nvmem registrationBingbu Cao2020-09-011-12/+12
* media: ov2740: add NVMEM interface to read customized OTP dataQingwu Zhang2020-06-231-0/+145
* media: ov2740: make ov2740 driver only work with ACPIBingbu Cao2020-06-231-3/+1
* media: i2c: Add ov2740 image sensor driverBingbu Cao2020-05-251-0/+1016