summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-apb-ctrl.c
diff options
context:
space:
mode:
authorVaibhav Hiremath2016-02-25 00:07:33 +0100
committerGreg Kroah-Hartman2016-02-26 01:24:23 +0100
commit037a4028be8d6551dc226fc48c0c16063774e649 (patch)
tree4d9581f4620bc5434550934d1a4cad1b526742aa /drivers/staging/greybus/arche-apb-ctrl.c
parentgreybus: Documentation/sysfs: make 1-5 a 2x2 module (diff)
downloadkernel-qcow2-linux-037a4028be8d6551dc226fc48c0c16063774e649.tar.gz
kernel-qcow2-linux-037a4028be8d6551dc226fc48c0c16063774e649.tar.xz
kernel-qcow2-linux-037a4028be8d6551dc226fc48c0c16063774e649.zip
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 DB3.5 and EVT1.2 platform. Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org> Reviewed-by: Michael Scott <michael.scott@linaro.org> Tested-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 c2f0776f04f4..55806bdf5898 100644
--- a/drivers/staging/greybus/arche-apb-ctrl.c
+++ b/drivers/staging/greybus/arche-apb-ctrl.c
@@ -50,7 +50,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)