
On Thu, Sep 27, 2012 at 06:18:39PM -0700, Simon Glass wrote:
This is a small series of patches to improve keyboard input for matrix keyboards:
- Fix an fdt decoding bug which breaks seaboard
- Permit key repeat/delay to be altered after init
- Allow key ghosting filter to be enabled/disabled
- Add a bit more debugging
Since this series mostly affects tegra I suggest that it goes through the tegra tree.
Simon Glass (4): input: Correct key_matrix fdt decoding input: Separate out keyboard repeat/delay from init input: Allow key ghosting filter to be disabled input: Add debugging for key matrix key codes
drivers/input/input.c | 13 +++++++++---- drivers/input/key_matrix.c | 22 ++++++++++++++++------ drivers/input/tegra-kbc.c | 7 ++++--- include/input.h | 14 ++++++++++---- include/key_matrix.h | 5 ++++- 5 files changed, 43 insertions(+), 18 deletions(-)
Things look fine to me and if you want I'd be OK with this going into u-boot/next, assuming it applies there cleanly.