Re: [PATCH 3/5] Input: bu21013_ts - Add support for Device Tree booting

2012-11-26 Thread Dmitry Torokhov
On Mon, Nov 26, 2012 at 09:07:36AM +, Lee Jones wrote: > On Fri, 23 Nov 2012, Dmitry Torokhov wrote: > > > On Fri, Nov 23, 2012 at 03:52:58PM +, Lee Jones wrote: > > > On Wed, 14 Nov 2012, Lee Jones wrote: > > > > > > > Now we can register the BU21013_ts touch screen when booting with >

Re: [PATCH 3/5] Input: bu21013_ts - Add support for Device Tree booting

2012-11-26 Thread Lee Jones
On Fri, 23 Nov 2012, Dmitry Torokhov wrote: > On Fri, Nov 23, 2012 at 03:52:58PM +, Lee Jones wrote: > > On Wed, 14 Nov 2012, Lee Jones wrote: > > > > > Now we can register the BU21013_ts touch screen when booting with > > > Device Tree enabled. Here we parse all the necessary components > >

Re: [PATCH 3/5] Input: bu21013_ts - Add support for Device Tree booting

2012-11-26 Thread Lee Jones
On Fri, 23 Nov 2012, Dmitry Torokhov wrote: On Fri, Nov 23, 2012 at 03:52:58PM +, Lee Jones wrote: On Wed, 14 Nov 2012, Lee Jones wrote: Now we can register the BU21013_ts touch screen when booting with Device Tree enabled. Here we parse all the necessary components previously

Re: [PATCH 3/5] Input: bu21013_ts - Add support for Device Tree booting

2012-11-26 Thread Dmitry Torokhov
On Mon, Nov 26, 2012 at 09:07:36AM +, Lee Jones wrote: On Fri, 23 Nov 2012, Dmitry Torokhov wrote: On Fri, Nov 23, 2012 at 03:52:58PM +, Lee Jones wrote: On Wed, 14 Nov 2012, Lee Jones wrote: Now we can register the BU21013_ts touch screen when booting with Device Tree

Re: [PATCH 3/5] Input: bu21013_ts - Add support for Device Tree booting

2012-11-23 Thread Dmitry Torokhov
On Fri, Nov 23, 2012 at 03:52:58PM +, Lee Jones wrote: > On Wed, 14 Nov 2012, Lee Jones wrote: > > > Now we can register the BU21013_ts touch screen when booting with > > Device Tree enabled. Here we parse all the necessary components > > previously expected to be passed from platform data. >

Re: [PATCH 3/5] Input: bu21013_ts - Add support for Device Tree booting

2012-11-23 Thread Lee Jones
On Wed, 14 Nov 2012, Lee Jones wrote: > Now we can register the BU21013_ts touch screen when booting with > Device Tree enabled. Here we parse all the necessary components > previously expected to be passed from platform data. > > Cc: Dmitry Torokhov > Cc: linux-in...@vger.kernel.org >

Re: [PATCH 3/5] Input: bu21013_ts - Add support for Device Tree booting

2012-11-23 Thread Lee Jones
On Wed, 14 Nov 2012, Lee Jones wrote: Now we can register the BU21013_ts touch screen when booting with Device Tree enabled. Here we parse all the necessary components previously expected to be passed from platform data. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Cc:

Re: [PATCH 3/5] Input: bu21013_ts - Add support for Device Tree booting

2012-11-23 Thread Dmitry Torokhov
On Fri, Nov 23, 2012 at 03:52:58PM +, Lee Jones wrote: On Wed, 14 Nov 2012, Lee Jones wrote: Now we can register the BU21013_ts touch screen when booting with Device Tree enabled. Here we parse all the necessary components previously expected to be passed from platform data. Cc:

[PATCH 3/5] Input: bu21013_ts - Add support for Device Tree booting

2012-11-14 Thread Lee Jones
Now we can register the BU21013_ts touch screen when booting with Device Tree enabled. Here we parse all the necessary components previously expected to be passed from platform data. Cc: Dmitry Torokhov Cc: linux-in...@vger.kernel.org Acked-by: Arnd Bergmann Acked-by: Linus Walleij

[PATCH 3/5] Input: bu21013_ts - Add support for Device Tree booting

2012-11-14 Thread Lee Jones
Now we can register the BU21013_ts touch screen when booting with Device Tree enabled. Here we parse all the necessary components previously expected to be passed from platform data. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Cc: linux-in...@vger.kernel.org Acked-by: Arnd Bergmann