/* SPDX-License-Identifier: GPL-2.0 */ /* * 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.71% | 1 | 20.00% |
| Aaro Koskinen | 9 | 1.88% | 2 | 40.00% |
| Javier Martinez Canillas | 1 | 0.21% | 1 | 20.00% |
| Greg Kroah-Hartman | 1 | 0.21% | 1 | 20.00% |
| Total | 480 | 100.00% | 5 | 100.00% |