input: serio: ams-delta: toggle keyboard power over GPIO
authorJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Tue, 20 Dec 2011 22:10:34 +0000 (23:10 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 22 Dec 2011 17:00:46 +0000 (09:00 -0800)
commit8d09a1bb3147ddbcf0a9483021ca699c54c54732
tree5d968498a2d40612b94e93831ce6f59d9cb355cc
parenta218d19f6a91c076c7ed8a7c0082f777248c5394
input: serio: ams-delta: toggle keyboard power over GPIO

Don't use Amstrad Delta custom I/O functions once GPIO interface is
available for the underlying hardware.

While requesting and initializing GPIO pins used, also take care of one
extra pin KEYBRD_DATAOUT which, even if not used by the driver, belongs
to the device and affects its functioning.

Once done, move the driver initialization back to the device_initcall
level, reverting the temporary chane introduced with patch 1/7 "ARM:
OMAP1: ams-delta: register latch dependent devices later".  That change
is no longer required once the driver takes care of registering used
GPIO pins, and it's better to initialize the device before others using
the latch2 based GPIO pins, otherwise a garbage is reported on boot,
perhaps due to random data already captured by the FIQ handler while the
keyboard related latch bits are written with random values during
initialization of those other latch2 dependent devices.

Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
[tony@atomide.com: renamed _gpios to ams_delta_gpios]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/board-ams-delta.c
arch/arm/plat-omap/include/plat/board-ams-delta.h
drivers/input/serio/ams_delta_serio.c