Input: omap4-keypad - move rest of key scanning to a separate function
authorTony Lindgren <tony@atomide.com>
Mon, 11 Jan 2021 04:28:40 +0000 (20:28 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 11 Jan 2021 06:23:02 +0000 (22:23 -0800)
commit98b0c88d4bfb53b309350d9cdada96fd0deaa4af
tree2787f415c30eef3bbe1f5de331432b1f0075f805
parent905dbf1d39d7f008acc46475384b33f98c512baf
Input: omap4-keypad - move rest of key scanning to a separate function

Let's move rest of the key scanning code to omap4_keypad_scan_keys().
We will use omap4_keypad_scan_keys() also for implementing errata
handling to clear the stuck last key in the following patch.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20210110190529.46135-4-tony@atomide.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/omap4-keypad.c