pxa2xx_keypad: make single automatic scans work
authorVasily Khoruzhick <anarsoul@gmail.com>
Thu, 12 Jan 2012 19:30:34 +0000 (22:30 +0300)
committerAndrzej Zaborowski <andrew.zaborowski@intel.com>
Tue, 17 Jan 2012 00:48:47 +0000 (01:48 +0100)
commit753a97c6b40c9ade45aae2e96ed44268aa7007e6
treec5c42fa865a11bfed2c0001f27005c5e93e8ee94
parent7ab3aedfe3a302f47be1a11be4a63ef5f38de262
pxa2xx_keypad: make single automatic scans work

u-boot uses single automatic scans and polling in
pxa2xx_keypad driver, so clear KPC_AS bit immediately
and update keys state even if KPC_AS and KPC_ASACT are
cleared.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
hw/pxa2xx_keypad.c