[PATCH] mtd: davinci-nand: disable subpage write for davinci-nand

2016-03-08 Thread Sushaanth Srirangapathi
his driver. I tested this patch using DA850 board. Signed-off-by: Sushaanth Srirangapathi <sushaant...@ti.com> --- drivers/mtd/nand/davinci_nand.c |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand

[PATCH] mtd: davinci-nand: disable subpage write for davinci-nand

2016-03-08 Thread Sushaanth Srirangapathi
his driver. I tested this patch using DA850 board. Signed-off-by: Sushaanth Srirangapathi --- drivers/mtd/nand/davinci_nand.c |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c index 8cb821b..4664

[PATCH] fbdev: da8xx-fb: fix videomodes of lcd panels

2016-02-29 Thread Sushaanth Srirangapathi
ave tested this for panel "Sharp_LK043T1DG01" using DA850 EVM board. Fixes: 028cd86b794f4a ("video: da8xx-fb: fix the polarities of the hsync/vsync pulse") Signed-off-by: Sushaanth Srirangapathi <sushaant...@ti.com> --- drivers/video/fbdev/da8xx-fb.c |7 +++

[PATCH] fbdev: da8xx-fb: fix videomodes of lcd panels

2016-02-29 Thread Sushaanth Srirangapathi
ave tested this for panel "Sharp_LK043T1DG01" using DA850 EVM board. Fixes: 028cd86b794f4a ("video: da8xx-fb: fix the polarities of the hsync/vsync pulse") Signed-off-by: Sushaanth Srirangapathi --- drivers/video/fbdev/da8xx-fb.c |7 +++ 1 file changed, 3 insertions(

Re: [PATCH 1/3] Input: tps6507x-ts - add support for tps6507x-ts

2016-01-31 Thread Sushaanth Srirangapathi
On Monday 01 February 2016 11:58 AM, Sushaanth Srirangapathi wrote: add binding information for tps6507x touchscreen input. Signed-off-by: Sushaanth Srirangapathi Please ignore this patch. It was an older version which was sent by mistake. Thanks, Sushaanth

[PATCH 0/3] Add Device Tree support for tps6507x-ts

2016-01-31 Thread Sushaanth Srirangapathi
Add DT support for touchscreen input device tps6507x-ts which is part of MFD device "TPS6507x" Sushaanth Srirangapathi (3): Input: tps6507x-ts - add binding for tps6507x-ts Input: tps6507x-ts - Add device tree support ARM: DTS: da850: add DT node for tps6507x-ts Documentation/

[PATCH 2/3] Input: tps6507x-ts - Add device tree support

2016-01-31 Thread Sushaanth Srirangapathi
Add device tree support for TPS6507x touchscreen input device. Signed-off-by: Sushaanth Srirangapathi --- drivers/input/touchscreen/tps6507x-ts.c | 51 --- 1 file changed, 47 insertions(+), 4 deletions(-) diff --git a/drivers/input/touchscreen/tps6507x-ts.c b

[PATCH 1/3] Input: tps6507x-ts - add binding for tps6507x-ts

2016-01-31 Thread Sushaanth Srirangapathi
add binding information for tps6507x touchscreen input. "ti,min-pressure" was added as TI specific binding because it was specific to tps6507x IP and not applicable or relevant for other touchscreen drivers. Signed-off-by: Sushaanth Srirangapathi --- Documentation/devicetree/bi

[PATCH 1/3] Input: tps6507x-ts - add support for tps6507x-ts

2016-01-31 Thread Sushaanth Srirangapathi
add binding information for tps6507x touchscreen input. Signed-off-by: Sushaanth Srirangapathi --- Documentation/devicetree/bindings/mfd/tps6507x.txt | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mfd/tps6507x.txt b

[PATCH 3/3] ARM: DTS: da850: add DT node for tps6507x-ts

2016-01-31 Thread Sushaanth Srirangapathi
add tps6507x touchscreen device tree node information to DA850 EVM Signed-off-by: Sushaanth Srirangapathi --- arch/arm/boot/dts/da850-evm.dts |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index ef061e9..b4f54fc 100644

[PATCH 0/3] Add Device Tree support for tps6507x-ts

2016-01-31 Thread Sushaanth Srirangapathi
Add DT support for touchscreen input device tps6507x-ts which is part of MFD device "TPS6507x" Sushaanth Srirangapathi (3): Input: tps6507x-ts - add binding for tps6507x-ts Input: tps6507x-ts - Add device tree support ARM: DTS: da850: add DT node for tps6507x-ts Documentation/

[PATCH 2/3] Input: tps6507x-ts - Add device tree support

2016-01-31 Thread Sushaanth Srirangapathi
Add device tree support for TPS6507x touchscreen input device. Signed-off-by: Sushaanth Srirangapathi <sushaant...@ti.com> --- drivers/input/touchscreen/tps6507x-ts.c | 51 --- 1 file changed, 47 insertions(+), 4 deletions(-) diff --git a/drivers/input/touch

[PATCH 1/3] Input: tps6507x-ts - add binding for tps6507x-ts

2016-01-31 Thread Sushaanth Srirangapathi
add binding information for tps6507x touchscreen input. "ti,min-pressure" was added as TI specific binding because it was specific to tps6507x IP and not applicable or relevant for other touchscreen drivers. Signed-off-by: Sushaanth Srirangapathi <sushaant...@ti.com> --

[PATCH 1/3] Input: tps6507x-ts - add support for tps6507x-ts

2016-01-31 Thread Sushaanth Srirangapathi
add binding information for tps6507x touchscreen input. Signed-off-by: Sushaanth Srirangapathi <sushaant...@ti.com> --- Documentation/devicetree/bindings/mfd/tps6507x.txt | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindin

[PATCH 3/3] ARM: DTS: da850: add DT node for tps6507x-ts

2016-01-31 Thread Sushaanth Srirangapathi
add tps6507x touchscreen device tree node information to DA850 EVM Signed-off-by: Sushaanth Srirangapathi <sushaant...@ti.com> --- arch/arm/boot/dts/da850-evm.dts |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts

Re: [PATCH 1/3] Input: tps6507x-ts - add support for tps6507x-ts

2016-01-31 Thread Sushaanth Srirangapathi
On Monday 01 February 2016 11:58 AM, Sushaanth Srirangapathi wrote: add binding information for tps6507x touchscreen input. Signed-off-by: Sushaanth Srirangapathi <sushaant...@ti.com> Please ignore this patch. It was an older version which was sent by mistake. Thanks, Sushaanth

Re: [PATCH 0/6] ARM: DTS: da850: eDMA new bindings and MMC/SPI DMA support

2015-12-10 Thread Sushaanth Srirangapathi
On Friday 04 December 2015 07:23 PM, Peter Ujfalusi wrote: Hi, Switch to use the new eDMA bindings and enable DMA for MMC0, SPI1. Add node for MMC1. Tested MMC0 and SPI1 for DMA transfer using these patches on DA850 EVM. You can add: Tested-by: Sushaanth Srirangapathi Regards, Sushaanth

Re: [PATCH 0/6] ARM: DTS: da850: eDMA new bindings and MMC/SPI DMA support

2015-12-10 Thread Sushaanth Srirangapathi
On Friday 04 December 2015 07:23 PM, Peter Ujfalusi wrote: Hi, Switch to use the new eDMA bindings and enable DMA for MMC0, SPI1. Add node for MMC1. Tested MMC0 and SPI1 for DMA transfer using these patches on DA850 EVM. You can add: Tested-by: Sushaanth Srirangapathi <sushaant...@ti.