cregit-Linux how code gets into the kernel

Release 4.14 drivers/video/fbdev/amba-clcd-versatile.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Special local versatile callbacks
 */
#include <linux/of.h>
#include <linux/amba/bus.h>
#include <linux/platform_data/video-clcd-versatile.h>

#if defined(CONFIG_PLAT_VERSATILE_CLCD) && defined(CONFIG_OF)
int versatile_clcd_init_panel(struct clcd_fb *fb, struct device_node *panel);
#else

static inline int versatile_clcd_init_panel(struct clcd_fb *fb, struct device_node *panel) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Linus Walleij1995.00%150.00%
Vladimir Zapolskiy15.00%150.00%
Total20100.00%2100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Walleij5795.00%133.33%
Vladimir Zapolskiy23.33%133.33%
Greg Kroah-Hartman11.67%133.33%
Total60100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.