/* * FIXME correct answer depends on hmc_mode, * as does (on omap1) any nonzero value for config->otg port number */ #if IS_ENABLED(CONFIG_USB_OMAP) #define is_usb0_device(config) 1 #else #define is_usb0_device(config) 0 #endif #include <linux/platform_data/usb-omap1.h> #if IS_ENABLED(CONFIG_USB) void omap1_usb_init(struct omap_usb_config *pdata); #else
static inline void omap1_usb_init(struct omap_usb_config *pdata) { }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Tony Lindgren | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Tony Lindgren | 469 | 97.91% | 1 | 25.00% |
Aaro Koskinen | 9 | 1.88% | 2 | 50.00% |
Javier Martinez Canillas | 1 | 0.21% | 1 | 25.00% |
Total | 479 | 100.00% | 4 | 100.00% |