From: Sebastian Reichel Date: Tue, 28 Jul 2015 00:28:58 +0000 (-0700) Subject: Input: tsc2005 - convert to gpiod X-Git-Tag: omap-for-v4.3/fixes-rc1~90^2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d257f2980feb431ac7f0ffa1978fb694f56c7782;p=pandora-kernel.git Input: tsc2005 - convert to gpiod The GPIOD API can be used from boardcode, so that the DT check can be removed. To avoid breaking existing boardcode, _optional() variant has been chosen. For completely removing the DT check, the regulator has also been made optional, so that it could be supplied from boardcode. As a side-effect the patch fixes the after-probe reset GPIO state, so that the device is not kept in reset state. Signed-off-by: Sebastian Reichel Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed