Re: [PATCH v3 5/5] i8042: Add i8042_dt.h glue for DT support

2015-06-13 Thread Roman Volkov
Something prevents me from following the thread, replying to myself. > В Sat, 14 Mar 2015 20:20:38 -0700 > Dmitry Torokhov wrote: > > > > > Hi Roman, > > > > On Mon, Feb 16, 2015 at 12:11:43AM +0300, Roman Volkov wrote: > > > Documentation for 'intel,8042' DT compatible node. > > > > >

[PATCH v3 5/5] i8042: Add i8042_dt.h glue for DT support

2015-02-15 Thread Roman Volkov
This header file designed to be similar to other glue layers found for i8042. The difference is that interrupt numbers, device address, and other information should be retrieved from the device tree. Signed-off-by: Tony Prisk Signed-off-by: Roman Volkov --- drivers/input/serio/i8042-dt.h | 104