diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-11-23 03:04:05 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-11-23 03:04:05 -0500 |
commit | 92907cbbef8625bb3998d1eb385fc88f23c97a3f (patch) | |
tree | 15626ff9287e37c3cb81c7286d6db5a7fd77c854 /include/linux/usb/phy.h | |
parent | 15fbfccfe92c62ae8d1ecc647c44157ed01ac02e (diff) | |
parent | 1ec218373b8ebda821aec00bb156a9c94fad9cd4 (diff) |
Merge tag 'v4.4-rc2' into drm-intel-next-queued
Linux 4.4-rc2
Backmerge to get at
commit 1b0e3a049efe471c399674fd954500ce97438d30
Author: Imre Deak <imre.deak@intel.com>
Date: Thu Nov 5 23:04:11 2015 +0200
drm/i915/skl: disable display side power well support for now
so that we can proplery re-eanble skl power wells in -next.
Conflicts are just adjacent lines changed, except for intel_fbdev.c
where we need to interleave the changs. Nothing nefarious.
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'include/linux/usb/phy.h')
-rw-r--r-- | include/linux/usb/phy.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/usb/phy.h b/include/linux/usb/phy.h index e39f251cf861..31a8068c42a5 100644 --- a/include/linux/usb/phy.h +++ b/include/linux/usb/phy.h | |||
@@ -63,7 +63,7 @@ enum usb_otg_state { | |||
63 | struct usb_phy; | 63 | struct usb_phy; |
64 | struct usb_otg; | 64 | struct usb_otg; |
65 | 65 | ||
66 | /* for transceivers connected thru an ULPI interface, the user must | 66 | /* for phys connected thru an ULPI interface, the user must |
67 | * provide access ops | 67 | * provide access ops |
68 | */ | 68 | */ |
69 | struct usb_phy_io_ops { | 69 | struct usb_phy_io_ops { |
@@ -92,10 +92,10 @@ struct usb_phy { | |||
92 | u16 port_status; | 92 | u16 port_status; |
93 | u16 port_change; | 93 | u16 port_change; |
94 | 94 | ||
95 | /* to support controllers that have multiple transceivers */ | 95 | /* to support controllers that have multiple phys */ |
96 | struct list_head head; | 96 | struct list_head head; |
97 | 97 | ||
98 | /* initialize/shutdown the OTG controller */ | 98 | /* initialize/shutdown the phy */ |
99 | int (*init)(struct usb_phy *x); | 99 | int (*init)(struct usb_phy *x); |
100 | void (*shutdown)(struct usb_phy *x); | 100 | void (*shutdown)(struct usb_phy *x); |
101 | 101 | ||
@@ -106,7 +106,7 @@ struct usb_phy { | |||
106 | int (*set_power)(struct usb_phy *x, | 106 | int (*set_power)(struct usb_phy *x, |
107 | unsigned mA); | 107 | unsigned mA); |
108 | 108 | ||
109 | /* Set transceiver into suspend mode */ | 109 | /* Set phy into suspend mode */ |
110 | int (*set_suspend)(struct usb_phy *x, | 110 | int (*set_suspend)(struct usb_phy *x, |
111 | int suspend); | 111 | int suspend); |
112 | 112 | ||