1
0
Fork 0

greybus: interface: implement unipro link hibernate call

Adds AP implementation of unipro link hibernation set power mode call
needed for proper cport closure and interface suspend and power off
transition.

Signed-off-by: David Lin <dtwlin@google.com>
Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Alex Elder <elder@linaro.org>
hifive-unleashed-5.1
David Lin 2016-07-07 22:07:00 -05:00 committed by Alex Elder
parent c7dc28ff2b
commit cc28c2c228
1 changed files with 2 additions and 4 deletions

View File

@ -641,11 +641,9 @@ static int gb_interface_activate_operation(struct gb_interface *intf)
static int gb_interface_hibernate_link(struct gb_interface *intf)
{
dev_dbg(&intf->dev, "%s\n", __func__);
struct gb_svc *svc = intf->hd->svc;
/* FIXME: implement */
return 0;
return gb_svc_intf_set_power_mode_hibernate(svc, intf->interface_id);
}
/*