cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _AMBA_CLCD_NOMADIK_H

#define _AMBA_CLCD_NOMADIK_H

#include <linux/amba/bus.h>

#ifdef CONFIG_ARCH_NOMADIK
int nomadik_clcd_init_board(struct amba_device *adev,
			     struct clcd_board *board);
int nomadik_clcd_init_panel(struct clcd_fb *fb, struct device_node *panel);
#else

static inline int nomadik_clcd_init_board(struct amba_device *adev, struct clcd_board *board) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Linus Walleij20100.00%1100.00%
Total20100.00%1100.00%


static inline int nomadik_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 #endif /* inclusion guard */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Walleij8596.59%133.33%
Vladimir Zapolskiy22.27%133.33%
Greg Kroah-Hartman11.14%133.33%
Total88100.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.