summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/ov2740.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-25media: ov2740: Use traditional pattern when checking error codesAndy Shevchenko1-6/+4
2022-11-25media: ov2740: Add missed \n to the end of the messagesAndy Shevchenko1-6/+6
2022-11-25media: ov2740: Switch to use dev_err_probe()Andy Shevchenko1-25/+19
2022-11-25media: ov2740: Drop redundant assignments of ret = 0Andy Shevchenko1-8/+8
2022-11-25media: ov2740: Remove duplicate check for NULL fwnodeAndy Shevchenko1-3/+0
2022-11-25media: ov2740: Switch from __maybe_unused to pm_sleep_ptr() etcAndy Shevchenko1-6/+4
2022-11-25media: ov2740: Remove duplicative pointer in struct nvm_dataAndy Shevchenko1-24/+15
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-01-28media: ov2740: identify module after subdev initialisationBingbu Cao1-7/+1
2021-12-16media: ov2740: support device probe in non-zero ACPI D stateBingbu Cao1-24/+45
2021-08-04media: ov2740: use group write for digital gainBingbu Cao1-2/+24
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-7/+8
2021-05-19media: i2c: ov2740: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-4/+2
2021-04-06media: v4l: fwnode: Rename v4l2_async_register_subdev_sensor_commonSakari Ailus1-1/+1
2020-12-02media: ov2740: fix dereference before null check on pointer nvmColin Ian King1-2/+5
2020-11-25media: ov2740: allow OTP data access during streamingBingbu Cao1-93/+96
2020-11-25media: ov2740: only do OTP data read on demand from userBingbu Cao1-32/+84
2020-11-16media: ov2740: change the minimal exposure value to 4Bingbu Cao1-1/+1
2020-11-16media: i2c: ov2740: simplify getting state containerKrzysztof Kozlowski1-4/+2
2020-09-01media: i2c: ov2740: get OTP data ready before nvmem registrationBingbu Cao1-12/+12
2020-06-23media: ov2740: add NVMEM interface to read customized OTP dataQingwu Zhang1-0/+145
2020-06-23media: ov2740: make ov2740 driver only work with ACPIBingbu Cao1-3/+1
2020-05-25media: i2c: Add ov2740 image sensor driverBingbu Cao1-0/+1016