summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/ov9640.c
AgeCommit message (Expand)Author
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