summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/ov9640.c
AgeCommit message (Expand)Author
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen
2021-02-06media: ov9640: Use the generic clock frameworkEzequiel Garcia
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18media: i2c: Use the new get_mbus_config pad opJacopo Mondi
2020-07-04media: ov9640: update MODULE_DESCRIPTIONHans Verkuil
2019-06-21media: ov9640: Don't check for NULL on devm_gpiod_get return valuesSakari Ailus
2019-01-16media: ov9640: Wrap long and unwrap short lines, align wrapped lines correctlySakari Ailus
2019-01-16media: i2c: ov9640: fix missing error handling in probePetr Cvek
2019-01-16media: i2c: ov9640: make array of supported formats constantPetr Cvek
2019-01-16media: i2c: ov9640: add space before return for better clarityPetr Cvek
2019-01-16media: i2c: ov9640: change array index or length variables to unsignedPetr Cvek
2019-01-16media: i2c: ov9640: add missing SPDX identifiersPetr Cvek
2019-01-16media: i2c: ov9640: drop soc_camera code and switch to v4l2_asyncPetr Cvek
2019-01-16media: soc_camera: ov9640: move ov9640 out of soc_cameraPetr Cvek