summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/ov2740.c
Commit message (Expand)AuthorAgeFilesLines
* 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