Re: [PATCH v2 1/2] Input: tegra-kbc - add device tree bindings

2012-01-03 Thread Olof Johansson
On Mon, Jan 2, 2012 at 12:18 AM, Grant Likely wrote: > I'd like to see a "tegra," prefix on these custom properties, but otherwise > the binding looks okay to me.  You should also consider a '-ms' suffix on > the millisecond properties. Ok, I added "nvidia," prefix for the properties, and pushed

Re: [PATCH v2 1/2] Input: tegra-kbc - add device tree bindings

2012-01-02 Thread Grant Likely
On Tue, Dec 27, 2011 at 10:19:29PM -0800, Olof Johansson wrote: > This adds a simple device tree binding to the tegra keyboard controller. > > Also, mark the default keymap as __devinitdata since it is not referenced > after boot, and shorten the name to not have to avoid line wraps. > > Signed-o

Re: [PATCH v2 1/2] Input: tegra-kbc - add device tree bindings

2012-01-02 Thread Grant Likely
On Thu, Dec 29, 2011 at 01:23:08AM -0800, Dmitry Torokhov wrote: > On Wed, Dec 28, 2011 at 10:00:06PM -0800, Stephen Warren wrote: > > Dmitry Torokhov wrote at Tuesday, December 27, 2011 11:49 PM: > > > On Tue, Dec 27, 2011 at 10:19:29PM -0800, Olof Johansson wrote: > > > > This adds a simple devic

Re: [PATCH v2 1/2] Input: tegra-kbc - add device tree bindings

2011-12-29 Thread Dmitry Torokhov
On Wed, Dec 28, 2011 at 10:00:06PM -0800, Stephen Warren wrote: > Dmitry Torokhov wrote at Tuesday, December 27, 2011 11:49 PM: > > On Tue, Dec 27, 2011 at 10:19:29PM -0800, Olof Johansson wrote: > > > This adds a simple device tree binding to the tegra keyboard controller. > ... > > > + pdata = de

RE: [PATCH v2 1/2] Input: tegra-kbc - add device tree bindings

2011-12-28 Thread Stephen Warren
Dmitry Torokhov wrote at Tuesday, December 27, 2011 11:49 PM: > On Tue, Dec 27, 2011 at 10:19:29PM -0800, Olof Johansson wrote: > > This adds a simple device tree binding to the tegra keyboard controller. ... > > + pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL); > > Error handling

Re: [PATCH v2 1/2] Input: tegra-kbc - add device tree bindings

2011-12-27 Thread Olof Johansson
Hi, On Tue, Dec 27, 2011 at 10:48 PM, Dmitry Torokhov wrote: > Hi Olof, > > On Tue, Dec 27, 2011 at 10:19:29PM -0800, Olof Johansson wrote: >> This adds a simple device tree binding to the tegra keyboard controller. >> >> Also, mark the default keymap as __devinitdata since it is not referenced >

Re: [PATCH v2 1/2] Input: tegra-kbc - add device tree bindings

2011-12-27 Thread Dmitry Torokhov
Hi Olof, On Tue, Dec 27, 2011 at 10:19:29PM -0800, Olof Johansson wrote: > This adds a simple device tree binding to the tegra keyboard controller. > > Also, mark the default keymap as __devinitdata since it is not referenced > after boot, and shorten the name to not have to avoid line wraps. No

[PATCH v2 1/2] Input: tegra-kbc - add device tree bindings

2011-12-27 Thread Olof Johansson
This adds a simple device tree binding to the tegra keyboard controller. Also, mark the default keymap as __devinitdata since it is not referenced after boot, and shorten the name to not have to avoid line wraps. Signed-off-by: Olof Johansson --- .../devicetree/bindings/input/tegra-kbc.txt