summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Kim <bok@nvidia.com>2013-10-14 17:15:53 +0900
committerGabby Lee <galee@nvidia.com>2013-11-06 18:18:37 -0800
commit52d61d13335287dba7e4b37406ba2b62eb05caf4 (patch)
tree8617f3eb4ee2688d01f91c918c00c808234d6b63
parentad5b947fe112517e3cfbe77f00f5cad66bd794cd (diff)
Revert "input: touch: maxim_sti: Shutdown safely"
This reverts commit 87de1d533241169695c552e837f024208d98c670. The latest maxim release processes shutdown as well. Conflicts: drivers/input/touchscreen/maxim_sti.c Change-Id: Ic6b506c873a98413bc5bb51dd2d2e79019177622 Signed-off-by: Bo Kim <bok@nvidia.com> Reviewed-on: http://git-master/r/298916 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Gabby Lee <galee@nvidia.com>
-rw-r--r--drivers/input/touchscreen/maxim_sti.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/input/touchscreen/maxim_sti.c b/drivers/input/touchscreen/maxim_sti.c
index bab77b8e5f34..aaaaf1535f10 100644
--- a/drivers/input/touchscreen/maxim_sti.c
+++ b/drivers/input/touchscreen/maxim_sti.c
@@ -1836,12 +1836,6 @@ static int remove(struct spi_device *spi)
INFO("removing...\n");
- if (dd->irq_registered)
- disable_irq(dd->spi->irq);
-
- dd->nl_enabled = false;
- (void)kthread_stop(dd->thread);
-
if (dd->fusion_process != (pid_t)0)
(void)kill_pid(find_get_pid(dd->fusion_process), SIGKILL, 1);
@@ -1891,17 +1885,6 @@ static void shutdown(struct spi_device *spi)
INFO("doing shutdown...\n");
- if (dd->irq_registered)
- disable_irq(dd->spi->irq);
-
- dd->nl_enabled = false;
- (void)kthread_stop(dd->thread);
-
- if (dd->fusion_process != (pid_t)0)
- (void)kill_pid(find_get_pid(dd->fusion_process), SIGKILL, 1);
-
- stop_scan_canned(dd);
-
pdata->reset(pdata, 0);
usleep_range(100, 120);
regulator_control(dd, false);