cregit-Linux how code gets into the kernel

Release 4.17 arch/arm/mach-imx/ulpi.h

/* SPDX-License-Identifier: GPL-2.0 */
#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

PersonTokensPropCommitsCommitProp
Markus Pargmann1359.09%133.33%
Sascha Hauer836.36%133.33%
Heikki Krogerus14.55%133.33%
Total22100.00%3100.00%

#else
static inline struct usb_phy *imx_otg_ulpi_create(unsigned int flags) { return NULL; }

Contributors

PersonTokensPropCommitsCommitProp
Sascha Hauer1593.75%150.00%
Heikki Krogerus16.25%150.00%
Total16100.00%2100.00%

#endif #endif /* __MACH_ULPI_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Sascha Hauer2950.00%120.00%
Markus Pargmann1729.31%120.00%
Daniel Mack915.52%120.00%
Heikki Krogerus23.45%120.00%
Greg Kroah-Hartman11.72%120.00%
Total58100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.