Release 4.17 include/linux/platform_data/media/mmp-camera.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Information for the Marvell Armada MMP camera
*/
struct mmp_camera_platform_data {
struct platform_device *i2c_device;
int sensor_power_gpio;
int sensor_reset_gpio;
};
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jonathan Corbet | 17 | 94.44% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 5.56% | 1 | 50.00% |
Total | 18 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.