usb: dwc2: core: Add hibernated flag
Added a flag to indicate that core is in hibernation, it is used to determine the hibernation state of the core. Signed-off-by: Vardan Mikayelyan <mvardan@synopsys.com> Signed-off-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Grigor Tovmasyan <tovmasya@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:

committed by
Felipe Balbi

parent
9a5d2816b8
commit
20fe440982
@@ -458,6 +458,7 @@ static int dwc2_driver_probe(struct platform_device *dev)
|
||||
}
|
||||
|
||||
platform_set_drvdata(dev, hsotg);
|
||||
hsotg->hibernated = 0;
|
||||
|
||||
dwc2_debugfs_init(hsotg);
|
||||
|
||||
|
Reference in New Issue
Block a user