Release 4.15 drivers/usb/host/xhci-mvebu.h
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2014 Marvell
*
* Gregory Clement <gregory.clement@free-electrons.com>
*/
#ifndef __LINUX_XHCI_MVEBU_H
#define __LINUX_XHCI_MVEBU_H
struct usb_hcd;
#if IS_ENABLED(CONFIG_USB_XHCI_MVEBU)
int xhci_mvebu_mbus_init_quirk(struct usb_hcd *hcd);
#else
static inline int xhci_mvebu_mbus_init_quirk(struct usb_hcd *hcd)
{
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Gregory CLEMENT | 13 | 86.67% | 1 | 50.00% |
Felipe Balbi | 2 | 13.33% | 1 | 50.00% |
Total | 15 | 100.00% | 2 | 100.00% |
#endif
#endif /* __LINUX_XHCI_MVEBU_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Gregory CLEMENT | 39 | 81.25% | 1 | 25.00% |
Felipe Balbi | 7 | 14.58% | 1 | 25.00% |
Greg Kroah-Hartman | 2 | 4.17% | 2 | 50.00% |
Total | 48 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.