summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/ov9640.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-21media: i2c/ov9640: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-02-17media: v4l2-mediabus: Use structures to describe bus configurationLaurent Pinchart1-3/+5
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-4/+4
2021-02-06media: ov9640: Use the generic clock frameworkEzequiel Garcia1-9/+6
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18media: i2c: Use the new get_mbus_config pad opJacopo Mondi1-3/+4
2020-07-04media: ov9640: update MODULE_DESCRIPTIONHans Verkuil1-1/+1
2019-06-21media: ov9640: Don't check for NULL on devm_gpiod_get return valuesSakari Ailus1-2/+2
2019-01-16media: ov9640: Wrap long and unwrap short lines, align wrapped lines correctlySakari Ailus1-9/+10
2019-01-16media: i2c: ov9640: fix missing error handling in probePetr Cvek1-4/+8
2019-01-16media: i2c: ov9640: make array of supported formats constantPetr Cvek1-1/+1
2019-01-16media: i2c: ov9640: add space before return for better clarityPetr Cvek1-0/+5
2019-01-16media: i2c: ov9640: change array index or length variables to unsignedPetr Cvek1-6/+8
2019-01-16media: i2c: ov9640: add missing SPDX identifiersPetr Cvek1-4/+1
2019-01-16media: i2c: ov9640: drop soc_camera code and switch to v4l2_asyncPetr Cvek1-23/+53
2019-01-16media: soc_camera: ov9640: move ov9640 out of soc_cameraPetr Cvek1-0/+738