diff options
| author | Ingo Molnar <mingo@kernel.org> | 2015-02-24 02:41:07 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2015-02-24 02:41:07 -0500 |
| commit | 2ae79026818e7d49fead82b79b1a543e3b9c8a23 (patch) | |
| tree | c7ee7bd8b37b0880918d361839fd95988fac2dac /include/linux/usb/ehci_pdriver.h | |
| parent | 1a99367023f6ac664365a37fa508b059e31d0e88 (diff) | |
| parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging new changes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/usb/ehci_pdriver.h')
| -rw-r--r-- | include/linux/usb/ehci_pdriver.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/usb/ehci_pdriver.h b/include/linux/usb/ehci_pdriver.h index 7eb4dcd0d386..db0431b39a63 100644 --- a/include/linux/usb/ehci_pdriver.h +++ b/include/linux/usb/ehci_pdriver.h | |||
| @@ -34,6 +34,8 @@ struct usb_hcd; | |||
| 34 | * after initialization. | 34 | * after initialization. |
| 35 | * @no_io_watchdog: set to 1 if the controller does not need the I/O | 35 | * @no_io_watchdog: set to 1 if the controller does not need the I/O |
| 36 | * watchdog to run. | 36 | * watchdog to run. |
| 37 | * @reset_on_resume: set to 1 if the controller needs to be reset after | ||
| 38 | * a suspend / resume cycle (but can't detect that itself). | ||
| 37 | * | 39 | * |
| 38 | * These are general configuration options for the EHCI controller. All of | 40 | * These are general configuration options for the EHCI controller. All of |
| 39 | * these options are activating more or less workarounds for some hardware. | 41 | * these options are activating more or less workarounds for some hardware. |
| @@ -45,6 +47,8 @@ struct usb_ehci_pdata { | |||
| 45 | unsigned big_endian_desc:1; | 47 | unsigned big_endian_desc:1; |
| 46 | unsigned big_endian_mmio:1; | 48 | unsigned big_endian_mmio:1; |
| 47 | unsigned no_io_watchdog:1; | 49 | unsigned no_io_watchdog:1; |
| 50 | unsigned reset_on_resume:1; | ||
| 51 | unsigned dma_mask_64:1; | ||
| 48 | 52 | ||
| 49 | /* Turn on all power and clocks */ | 53 | /* Turn on all power and clocks */ |
| 50 | int (*power_on)(struct platform_device *pdev); | 54 | int (*power_on)(struct platform_device *pdev); |
