Release 4.11 arch/arm/mach-imx/ulpi.h
#ifndef __MACH_ULPI_H
#define __MACH_ULPI_H
#include <linux/usb/ulpi.h>
#ifdef CONFIG_USB_ULPI_VIEWPORT
static inline struct usb_phy *imx_otg_ulpi_create(unsigned int flags)
{
return otg_ulpi_create(&ulpi_viewport_access_ops, flags);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Markus Pargmann | 13 | 59.09% | 1 | 33.33% |
Sascha Hauer | 8 | 36.36% | 1 | 33.33% |
Heikki Krogerus | 1 | 4.55% | 1 | 33.33% |
Total | 22 | 100.00% | 3 | 100.00% |
#else
static inline struct usb_phy *imx_otg_ulpi_create(unsigned int flags)
{
return NULL;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sascha Hauer | 15 | 93.75% | 1 | 50.00% |
Heikki Krogerus | 1 | 6.25% | 1 | 50.00% |
Total | 16 | 100.00% | 2 | 100.00% |
#endif
#endif /* __MACH_ULPI_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sascha Hauer | 29 | 50.88% | 1 | 25.00% |
Markus Pargmann | 17 | 29.82% | 1 | 25.00% |
Daniel Mack | 9 | 15.79% | 1 | 25.00% |
Heikki Krogerus | 2 | 3.51% | 1 | 25.00% |
Total | 57 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.