summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/arche-apb-ctrl.c
diff options
context:
space:
mode:
authorVaibhav Hiremath <vaibhav.hiremath@linaro.org>2016-02-05 01:10:56 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-02-05 16:23:22 -0800
commit6084653541ac5fb619c4338e6fa6a9d5d4a51713 (patch)
treef95b0e71a6049b420ae4ee4a46e8516a84711ef8 /drivers/staging/greybus/arche-apb-ctrl.c
parentd1a9c0560a4ffc05c31a042dff380ddf1ea721b0 (diff)
greybus: arche-apb-ctrl: Remove extra delay in APB reset
With synchronization between SVC <=> AP over wake/detect line to bring APB's out of reset, we do not need any extra delays now. So remove it. Testing Done: Tested for 10 iterations on EVT1 Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org> Reviewed-by: Michael Scott <michael.scott@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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
index f2bad8df0cf7..4e5ce37ea37e 100644
--- a/drivers/staging/greybus/arche-apb-ctrl.c
+++ b/drivers/staging/greybus/arche-apb-ctrl.c
@@ -54,7 +54,6 @@ struct arche_apb_ctrl_drvdata {
static inline void deassert_reset(unsigned int gpio)
{
gpio_set_value(gpio, 1);
- msleep(500);
}
static inline void assert_reset(unsigned int gpio)