Re: [RFC/PATCH 1/3] drivers: input: keyboard: adp5589: add DT support

2014-06-02 Thread Guido Martínez
Hi Dmitry, sorry for the terribly late reply. On Sun, May 18, 2014 at 01:40:09PM -0700, Dmitry Torokhov wrote: > Hi Guido, > > On Wed, May 07, 2014 at 10:00:42AM -0300, Guido Martínez wrote: > > Add DT support for the Analog ADP5589 matrix keypad decoding functions. > > >

[RFC/PATCH 2/3] DT: input: adp5589: add adp5589 include file

2014-05-07 Thread Guido Martínez
Add include file with macros ADP_COL and ADP_ROW, used to specify pull configuration for the adp5589. Signed-off-by: Guido Martínez --- include/dt-bindings/input/adp5589.h | 7 +++ 1 file changed, 7 insertions(+) create mode 100644 include/dt-bindings/input/adp5589.h diff --git a/include

[RFC/PATCH 0/3] add adp5589 dt support

2014-05-07 Thread Guido Martínez
the functionality to the driver. There is a minor change in old code to properly detect the device type if we're using DT. Patch 2 adds a DT include file to specify the chip lines for the pull configuration with symbolic names. Patch 3 adds the binding documentation Guido Martín

[RFC/PATCH 1/3] drivers: input: keyboard: adp5589: add DT support

2014-05-07 Thread Guido Martínez
Add DT support for the Analog ADP5589 matrix keypad decoding functions. Signed-off-by: Guido Martínez --- drivers/input/keyboard/adp5589-keys.c | 207 +- 1 file changed, 206 insertions(+), 1 deletion(-) diff --git a/drivers/input/keyboard/adp5589-keys.c b

[RFC/PATCH 3/3] DT: input: adp5589: add binding documentation

2014-05-07 Thread Guido Martínez
Add documentation for the adp5589 DT binding. Signed-off-by: Guido Martínez --- .../devicetree/bindings/input/adp5589.txt | 63 ++ 1 file changed, 63 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/adp5589.txt diff --git a/Documentation

Re: [PATCH 1/4] ARM: dts: am335x-bone-common: use phandles for USB and DMA refs

2014-04-28 Thread Guido Martínez
On Mon, Apr 28, 2014 at 08:11:33PM +0530, George Cherian wrote: > On 4/28/2014 7:28 PM, Guido Martínez wrote: > >Use phandles instead of unit adresses to reference usb and dma nodes. > >This makes the DT more robust and readable. > The series will give dtb build errors > Err

[PATCH 3/4] ARM: dts: am335x-evmsk: use phandles for USB and DMA refs

2014-04-28 Thread Guido Martínez
Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez --- arch/arm/boot/dts/am335x-evmsk.dts | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/am335x

[PATCH 1/4] ARM: dts: am335x-bone-common: use phandles for USB and DMA refs

2014-04-28 Thread Guido Martínez
Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez --- arch/arm/boot/dts/am335x-bone-common.dtsi | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/am335x

[PATCH 2/4] ARM: dts: am335x-evm: use phandles for USB and DMA refs

2014-04-28 Thread Guido Martínez
Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez --- arch/arm/boot/dts/am335x-evm.dts | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/am335x-evm.dts

[PATCH 4/4] ARM: dts: am335x-igep0033: use phandles for USB and DMA refs

2014-04-28 Thread Guido Martínez
Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez --- arch/arm/boot/dts/am335x-igep0033.dtsi | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/am335x