Release 4.15 arch/arm/mach-omap1/camera.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_ARCH_CAMERA_H_
#define __ASM_ARCH_CAMERA_H_
#include <linux/platform_data/media/omap1_camera.h>
void omap1_camera_init(void *);
static inline void omap1_set_camera_info(struct omap1_cam_platform_data *info)
{
omap1_camera_init(info);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Janusz Krzysztofik | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
#endif /* __ASM_ARCH_CAMERA_H_ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Janusz Krzysztofik | 35 | 94.59% | 2 | 50.00% |
Greg Kroah-Hartman | 1 | 2.70% | 1 | 25.00% |
Mauro Carvalho Chehab | 1 | 2.70% | 1 | 25.00% |
Total | 37 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.