]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/misc/ti-st: remove gpio handling
authorPavan Savoy <pavan_savoy@ti.com>
Fri, 3 Aug 2012 19:49:39 +0000 (14:49 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 17:11:45 +0000 (10:11 -0700)
commiteccf2979b2c034b516e01b8a104c3739f7ef07d1
tree17992e5c3b509f467a10578daf1bcce0b65d08d3
parent4eb64ee135af6b477ff149a2072bcfa3118afb94
drivers/misc/ti-st: remove gpio handling

A platform hook to enable/disable the chip was introduced to perform specific
activities to power-up and power-down the WL chip.
Moving the power-up/down sequence also there makes more sense, since different
platforms have begun to have their own ways to power-up/down the chip.
This patch removes all of the gpio handling done by the driver in
st_kim_start/st_kim_stop & any of the gpio request done in the probe function.

Signed-off-by: Pavan Savoy <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ti-st/st_kim.c