host.c (d0034a7a4ac7fae708146ac0059b9c47a1543f0d) | host.c (8581fd402a0cf80b5298e3b225e7a7bd8f110e69) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Cadence USBSS and USBSSP DRD Driver - host side 4 * 5 * Copyright (C) 2018-2019 Cadence Design Systems. 6 * Copyright (C) 2017-2018 NXP 7 * 8 * Authors: Peter Chen <peter.chen@nxp.com> 9 * Pawel Laszczak <pawell@cadence.com> 10 */ 11 12#include <linux/platform_device.h> | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Cadence USBSS and USBSSP DRD Driver - host side 4 * 5 * Copyright (C) 2018-2019 Cadence Design Systems. 6 * Copyright (C) 2017-2018 NXP 7 * 8 * Authors: Peter Chen <peter.chen@nxp.com> 9 * Pawel Laszczak <pawell@cadence.com> 10 */ 11 12#include <linux/platform_device.h> |
13#include <linux/slab.h> |
|
13#include "core.h" 14#include "drd.h" 15#include "host-export.h" 16#include <linux/usb/hcd.h> 17#include "../host/xhci.h" 18#include "../host/xhci-plat.h" 19 20#define XECP_PORT_CAP_REG 0x8000 --- 122 unchanged lines hidden --- | 14#include "core.h" 15#include "drd.h" 16#include "host-export.h" 17#include <linux/usb/hcd.h> 18#include "../host/xhci.h" 19#include "../host/xhci-plat.h" 20 21#define XECP_PORT_CAP_REG 0x8000 --- 122 unchanged lines hidden --- |