From: Andreas Pretzsch Date: Sun, 25 Nov 2012 07:31:38 +0000 (-0800) Subject: Input: imx_keypad - only set enabled columns to open-drain X-Git-Tag: v3.8-rc1~58^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92aab96034c2cdf11eb61a6b14409c2da8e5158d;p=pandora-kernel.git Input: imx_keypad - only set enabled columns to open-drain In imx_keypad_inhibit(), all 8 columns were set to open-drain, in contrast to the rest of the driver, where only the enabled columns are modified/used. Contrary to the normal expectation, this also affects column I/Os not even mapped via IOMUX to the KPP hardware module but used as a GPIO. Therefore only init enabled columns to open-drain and leave all others with their default reset value of 0, i.e. totem-pole. Signed-off-by: Andreas Pretzsch Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed