[U-Boot] [PATCH 0/4] Keyboard input improvements

Simon Glass sjg at chromium.org
Tue Oct 2 22:37:53 CEST 2012


Hi Tom

On Mon, Oct 1, 2012 at 10:21 AM, Tom Rini <trini at ti.com> wrote:
> 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.

That's fine with me, thanks.

FYI my intent one day is to update keyboard.c and others to use the input layer.

Regards,
Simon

>
> --
> Tom


More information about the U-Boot mailing list