aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-apb-ctrl.c
diff options
context:
space:
mode:
authorVaibhav Hiremath <vaibhav.hiremath@linaro.org>2016-01-06 23:46:46 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-01-06 20:03:18 -0800
commite49268cc336eceb0653a03c4a0f9eb53eadf4d64 (patch)
treee8efc25f22ba7a53c358f53e829013bea76a904d /drivers/staging/greybus/arche-apb-ctrl.c
parentgreybus: arche-apb-ctrl: Set wake_detect gpio to low initially (diff)
downloadlinux-dev-e49268cc336eceb0653a03c4a0f9eb53eadf4d64.tar.xz
linux-dev-e49268cc336eceb0653a03c4a0f9eb53eadf4d64.zip
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 <vaibhav.hiremath@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/arche-apb-ctrl.c')
-rw-r--r--drivers/staging/greybus/arche-apb-ctrl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
index d3db7fbb33b4..701cd5654449 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");