From: Vaibhav Hiremath Date: Wed, 6 Jan 2016 18:16:46 +0000 (+0530) Subject: greybus: arche-apb-ctrl: Do not bring APB out of reset in probe X-Git-Tag: v5.15~12752^2~378^2~21^2~880 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e49268cc336eceb0653a03c4a0f9eb53eadf4d64;p=platform%2Fkernel%2Flinux-starfive.git greybus: arche-apb-ctrl: Do not bring APB out of reset in probe With addition of handshaking between AP <=> SVC, driver brings out APB out of reset only on reception of WAKE_MOD signal from SVC. So remove the deassertion from probe. Signed-off-by: Vaibhav Hiremath Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c index d3db7fb..701cd565 100644 --- a/drivers/staging/greybus/arche-apb-ctrl.c +++ b/drivers/staging/greybus/arche-apb-ctrl.c @@ -338,8 +338,6 @@ int arche_apb_ctrl_probe(struct platform_device *pdev) platform_set_drvdata(pdev, apb); - assert_gpio(apb->resetn_gpio); - export_gpios(apb); dev_info(&pdev->dev, "Device registered successfully\n");