Re: [PATCH v6 6/6] Input: Add ChromeOS EC keyboard driver

2013-02-25 Thread Dmitry Torokhov
On Mon, Feb 25, 2013 at 02:08:41PM -0800, Simon Glass wrote: > Use the key-matrix layer to interpret key scan information from the EC > and inject input based on the FDT-supplied key map. This driver registers > itself with the ChromeOS EC driver to perform communications. > > The matrix-keypad FD

[PATCH v6 6/6] Input: Add ChromeOS EC keyboard driver

2013-02-25 Thread Simon Glass
Use the key-matrix layer to interpret key scan information from the EC and inject input based on the FDT-supplied key map. This driver registers itself with the ChromeOS EC driver to perform communications. The matrix-keypad FDT binding is used with a small addition to control ghosting. Signed-of