Re: [U-Boot] [PATCH v4 08/10] tegra: Add tegra keyboard driver

2012-04-23 Thread Stephen Warren
On 04/17/2012 01:01 PM, Simon Glass wrote: > Add support for internal matrix keyboard controller for Nvidia Tegra > platforms. This driver uses the fdt decode function to obtain its key > codes. > + KBC_REPEAT_RATE_MS = 30, > + KBC_REPEAT_DELAY_MS = 240, At least the repeat delay

[U-Boot] [PATCH v4 08/10] tegra: Add tegra keyboard driver

2012-04-17 Thread Simon Glass
From: Rakesh Iyer Add support for internal matrix keyboard controller for Nvidia Tegra platforms. This driver uses the fdt decode function to obtain its key codes. Support for the Ctrl modifier is provided. The left and right ctrl keys are dealt with in the same way. This uses the new keyboard