diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-02-03 06:26:41 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-03 06:26:41 -0800 |
| commit | 16ee74ee09d0ad4875b2487939a80b7c6d5e0fb4 (patch) | |
| tree | 0eb4edd00d17f78e799c86c8ad94ab26ad5b39eb /include/linux | |
| parent | 3f7240256f4e059fd7bc2ba3439d5ec4d28c01a0 (diff) | |
| parent | a4f63f1693dd85a9e597cdb8466c78fe658db14b (diff) | |
Merge "usb: xhci-plat: Add DT parameter to program xhci imod_interval"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/xhci_pdriver.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/usb/xhci_pdriver.h b/include/linux/usb/xhci_pdriver.h index 376654b5b0f7..a44b53c33e75 100644 --- a/include/linux/usb/xhci_pdriver.h +++ b/include/linux/usb/xhci_pdriver.h @@ -19,9 +19,13 @@ * @usb3_lpm_capable: determines if this xhci platform supports USB3 * LPM capability * + * @imod_interval: minimum inter-interrupt interval. Specified in + * 250nsec increments. + * */ struct usb_xhci_pdata { unsigned usb3_lpm_capable:1; + unsigned imod_interval; }; #endif /* __USB_CORE_XHCI_PDRIVER_H */ |
