Release 4.11 drivers/video/fbdev/amba-clcd-nomadik.h
#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
Person | Tokens | Prop | Commits | CommitProp |
Linus Walleij | 20 | 100.00% | 1 | 100.00% |
Total | 20 | 100.00% | 1 | 100.00% |
static inline int nomadik_clcd_init_panel(struct clcd_fb *fb,
struct device_node *panel)
{
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Walleij | 19 | 95.00% | 1 | 50.00% |
Vladimir Zapolskiy | 1 | 5.00% | 1 | 50.00% |
Total | 20 | 100.00% | 2 | 100.00% |
#endif
#endif /* inclusion guard */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Walleij | 85 | 97.70% | 1 | 50.00% |
Vladimir Zapolskiy | 2 | 2.30% | 1 | 50.00% |
Total | 87 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.