RE: [PATCH 2/2] ARM: davinci: da850: add wdt OF_DEV_AUXDATA entry

2013-02-04 Thread Kumar, Anil
On Mon, Feb 04, 2013 at 17:20:55, Nori, Sekhar wrote: > Hi Anil, > > On 1/24/2013 2:08 PM, Kumar, Anil wrote: > > Add OF_DEV_AUXDATA for wdt driver in da850 board dt > > file to use wdt clock. > > > > Signed-off-by: Kumar, Anil > > --- > > :100644

RE: [PATCH 2/2] ARM: davinci: da850: add wdt OF_DEV_AUXDATA entry

2013-02-04 Thread Kumar, Anil
o add auxdata in a separate patch > > from dt nodes. So, I fixed these issues and came up with below patch. I > > tested basic wdt reboot. reboot command is still broken (with or > > without this patch). Can you please look at that? > > > Thanks, > > Sekhar > > &

[PATCH V2 1/2] ARM: davinci: da850: add wdt DT node

2013-02-05 Thread Kumar, Anil
Add da850 wdt DT node. Add OF_DEV_AUXDATA for wdt driver to use wdt clock. Signed-off-by: Kumar, Anil --- Changes for V2: -Make single patch for wdt DT node and its OF_DEV_AUXDATA entry changes. :100644 100644 37dc5a3... 4666ce9... M arch/arm/boot/dts/da850-evm.dts :100644 100644 640ab75

[PATCH V2 0/2] ARM: davinci: da850: add wdt DT node

2013-02-05 Thread Kumar, Anil
heartbeat timeout) Changes since V1: - Rebase changes on top of v3.8-rc6. - Make single patch for wdt DT node and its OF_DEV_AUXDATA entry changes. - Fix wdt to machine restart with DT. Kumar, Anil (2): ARM: davinci: da850: add wdt DT node ARM: davinci: restart: fix wdt to machine restart with DT

[PATCH V2 2/2] ARM: davinci: restart: fix wdt to machine restart with DT

2013-02-05 Thread Kumar, Anil
g_reset" function in both DT and non DT case and that leads to crash in DT boot. Update restart function to make it generic DaVinci machine restart in case of DT and non DT boot. Signed-off-by: Kumar, Anil --- :100644 100644 2d5502d... 1df68fd... M arch/arm/mach-davinci/devices-da8xx.c :10

[PATCH] watchdog: davinci_wdt: update to devm_* API

2013-02-06 Thread Kumar, Anil
Update the code to use devm_* API so that driver core will manage resources. Signed-off-by: Kumar, Anil --- This patch applies on top of v3.8-rc6. Tested on da850 EVM. :100644 100644 e8e8724... 6ad76a3... M drivers/watchdog/davinci_wdt.c drivers/watchdog/davinci_wdt.c | 34

RE: [PATCH] watchdog: davinci_wdt: update to devm_* API

2013-02-07 Thread Kumar, Anil
Hi Sergei On Thu, Feb 07, 2013 at 16:51:37, Sergei Shtylyov wrote: > Hello. > > On 07-02-2013 7:32, Kumar, Anil wrote: > > > Update the code to use devm_* API so that driver > > core will manage resources. > > > Signed-off-by: Kumar, Anil > > --- &g

RE: [PATCH] watchdog: davinci_wdt: update to devm_* API

2013-02-07 Thread Kumar, Anil
Hi Sekhar, Thanks for the review. On Thu, Feb 07, 2013 at 23:20:48, Nori, Sekhar wrote: > > On 2/7/2013 9:02 AM, Kumar, Anil wrote: > > Update the code to use devm_* API so that driver > > core will manage resources. > > > > Signed-off-by: Kumar, Anil > >

RE: [PATCH V2 2/2] ARM: davinci: restart: fix wdt to machine restart with DT

2013-02-07 Thread Kumar, Anil
Hi Sekhar, Thanks for the review. On Thu, Feb 07, 2013 at 23:45:53, Nori, Sekhar wrote: > > On 2/6/2013 9:30 AM, Kumar, Anil wrote: > > In non DT case da8xx_register_watchdog() is called to register platform > > device > > "da8xx_wdt_device" by board file. B

RE: [PATCH] watchdog: davinci_wdt: update to devm_* API

2013-02-07 Thread Kumar, Anil
On Fri, Feb 08, 2013 at 09:49:27, Nori, Sekhar wrote: > On 2/8/2013 8:05 AM, Kumar, Anil wrote: > > On Thu, Feb 07, 2013 at 23:20:48, Nori, Sekhar wrote: > >> On 2/7/2013 9:02 AM, Kumar, Anil wrote: > > >>> Update the code to use devm_* API so that driver

RE: [PATCH] watchdog: davinci_wdt: update to devm_* API

2013-02-07 Thread Kumar, Anil
On Thu, Feb 07, 2013 at 09:02:15, Kumar, Anil wrote: > Update the code to use devm_* API so that driver > core will manage resources. > > Signed-off-by: Kumar, Anil > --- > This patch applies on top of v3.8-rc6. > > Tested on da850 EVM. > > :100644 100644 e8e8724.

[PATCH V2] watchdog: davinci_wdt: update to devm_* API

2013-02-07 Thread Kumar, Anil
Update the code to use devm_* API so that driver core will manage resources. Signed-off-by: Kumar, Anil --- This patch applies on top of v3.8-rc6. Tested on da850 EVM. Changes for V2: - Use return -EADDRNOTAVAIL in case of devm_request_and_ioremap() fail. - Use devm_clk_get() instead of

[PATCH] pinctrl: pinctrl-single: fix the binding documentation

2013-02-10 Thread Kumar, Anil
As there are no use of #address-cells and #size-cells properties in pinctrl-single driver DT node. Fix pinctrl-single binding documentation to remove these properties. Signed-off-by: Kumar, Anil --- Tested on da850 EVM. :100644 100644 2c81e45... c6384e2... M Documentation/devicetree/bindings

[PATCH 2/2] ARM: davinci: da850: configure CS2(aemif) for norflash

2013-01-28 Thread Kumar, Anil
Configure 16 bit data bus width for CS2(aemif) to use the norflash on DA850. Signed-off-by: Kumar, Anil --- :100644 100644 37c27af... 540e284... M arch/arm/mach-davinci/da8xx-dt.c arch/arm/mach-davinci/da8xx-dt.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff

[PATCH 0/2] DaVinci: da850: Add NOR flash DT node support

2013-01-28 Thread Kumar, Anil
/patch/1862231/ -ARM: davinci: da850: add pinctrl driver DT entries Tested on DA850 EVM. Kumar, Anil (2): ARM: davinci: da850 evm: add norflash DT node ARM: davinci: da850: configure CS2(aemif) for norflash arch/arm/boot/dts/da850-evm.dts | 25 +++ arch/arm/boot/dts

[PATCH 1/2] ARM: davinci: da850 evm: add norflash DT node

2013-01-28 Thread Kumar, Anil
Add norflash DT node on DA850 EVM and related pin mux. Signed-off-by: Kumar, Anil --- :100644 100644 087ba28... 95ffeca... M arch/arm/boot/dts/da850-evm.dts :100644 100644 160ebac... 036b02a... M arch/arm/boot/dts/da850.dtsi arch/arm/boot/dts/da850-evm.dts | 25 +++ arch

RE: [PATCH] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-01-30 Thread Kumar, Anil
Hi Sourav, On Wed, Jan 30, 2013 at 12:10:18, Poddar, Sourav wrote: > Hi Luciano, > On Wednesday 30 January 2013 11:55 AM, Luciano Coelho wrote: > > Hi Sourav, > > > > On Mon, 2013-01-28 at 16:47 +0530, Sourav Poddar wrote: > >> Booting 3.8-rc4 om omap 4430sdp results in the following error > >> >

RE: [PATCH] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-01-30 Thread Kumar, Anil
On Wed, Jan 30, 2013 at 14:36:10, Coelho, Luciano wrote: > On Wed, 2013-01-30 at 14:18 +0530, Santosh Shilimkar wrote: > > On Wednesday 30 January 2013 02:13 PM, Kumar, Anil wrote: > > > Hi Sourav, > > > > > > On Wed, Jan 30, 2013 at 12:10:18, Poddar, Sourav

[PATCH 0/2] ARM: davinci: da850: add wdt DT node

2013-01-24 Thread Kumar, Anil
+ c (Device should reboot after heartbeat timeout) Kumar, Anil (2): ARM: davinci: da850: add wdt DT node ARM: davinci: da850: add wdt OF_DEV_AUXDATA entry arch/arm/boot/dts/da850-evm.dts |3 +++ arch/arm/boot/dts/da850.dtsi |5 + arch/arm/mach-davinci/da8xx-dt.c |8

[PATCH 2/2] ARM: davinci: da850: add wdt OF_DEV_AUXDATA entry

2013-01-24 Thread Kumar, Anil
Add OF_DEV_AUXDATA for wdt driver in da850 board dt file to use wdt clock. Signed-off-by: Kumar, Anil --- :100644 100644 37c27af... 1b295d2... M arch/arm/mach-davinci/da8xx-dt.c arch/arm/mach-davinci/da8xx-dt.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a

[PATCH 1/2] ARM: davinci: da850: add wdt DT node

2013-01-24 Thread Kumar, Anil
Add da850 wdt DT node. Signed-off-by: Kumar, Anil --- :100644 100644 37dc5a3... 4666ce9... M arch/arm/boot/dts/da850-evm.dts :100644 100644 640ab75... 08bf974... M arch/arm/boot/dts/da850.dtsi arch/arm/boot/dts/da850-evm.dts |3 +++ arch/arm/boot/dts/da850.dtsi|5 + 2 files

RE: [PATCH 0/2] Convert davinci ASoC to genalloc SRAM

2012-10-09 Thread Kumar, Anil
e sram size to something that's known to work > for them. > > [1] http://www.spinics.net/lists/arm-kernel/msg198854.html Tested on DA850 EVM after applying patches from [1] above. Tested on Linux-torvalds 3.6-rc6 master branch. Tested ASoC module (aplay & arecord for various fre

RE: [PATCH 0/2] Convert davinci ASoC to genalloc SRAM

2012-10-10 Thread Kumar, Anil
On Wed, Oct 10, 2012 at 12:34:47, Daniel Mack wrote: > On 10.10.2012 08:54, Kumar, Anil wrote: > > On Thu, Oct 04, 2012 at 15:45:43, Porter, Matt wrote: > >> This series converts davinci ASoC to use genalloc and enables > >> that support on DA850. It applies on to

RE: [PATCH v8 6/9] ARM: dts: add AM33XX EDMA support

2013-03-05 Thread Kumar, Anil
Hi, On Wed, Mar 06, 2013 at 02:23:12, Porter, Matt wrote: > Adds AM33XX EDMA support to the am33xx.dtsi as documented in > Documentation/devicetree/bindings/dma/ti-edma.txt > > Signed-off-by: Matt Porter > --- > arch/arm/boot/dts/am33xx.dtsi | 20 > 1 file changed, 20 ins

RE: [PATCH V2] watchdog: davinci_wdt: update to devm_* API

2013-02-17 Thread Kumar, Anil
Hi, On Fri, Feb 08, 2013 at 13:09:30, Kumar, Anil wrote: > Update the code to use devm_* API so that driver > core will manage resources. > > Signed-off-by: Kumar, Anil > --- > This patch applies on top of v3.8-rc6. > > Tested on da850 EVM. > > Changes for V2:

RE: [PATCH V2 3/3] ARM: davinci: da850: add NAND driver entries

2013-01-15 Thread Kumar, Anil
On Thu, Jan 10, 2013 at 17:49:13, Nori, Sekhar wrote: > On 1/10/2013 1:07 PM, Kumar, Anil wrote: > > On Wed, Jan 09, 2013 at 18:17:46, Nori, Sekhar wrote: > > > I do not think that it is good idea to move NAND pin mux information > > into da850.dtsi because this inf

RE: linux-next: manual merge of the l2-mtd tree with Linus' tree

2012-12-12 Thread Kumar, Anil
On Thu, Dec 13, 2012 at 07:07:55, Stephen Rothwell wrote: > Hi Artem, > > Today's linux-next merge of the l2-mtd tree got a conflict in > Documentation/devicetree/bindings/arm/davinci/nand.txt between commit > fed16bba8726 ("mtd: nand: davinci: fix the binding documentation") from > Linus' tree an

RE: linux-next: manual merge of the l2-mtd tree with Linus' tree

2012-12-14 Thread Kumar, Anil
From: Karicheri, Muralidharan Sent: Thursday, December 13, 2012 8:45 PM To: Kumar, Anil Cc: Stephen Rothwell; Artem Bityutskiy; linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; Grant Likely Subject: Re: linux-next: manual merge of the l2-mtd tree

[PATCH V4 0/3] ARM: davinci: da850: add pinctrl support

2013-01-15 Thread Kumar, Anil
PINCTRL Kconfig for MACH_DA8XX_DT platform only. -Fix the pinctrl driver node unit-address. -Make separate patch for da8xx_omapl_defconfig changes. Kumar, Anil (3): ARM: davinci: da850: add pinctrl driver DT entries ARM: davinci: da8xx defconfig: enable pinctrl config option ARM: davinci

[PATCH V4 2/3] ARM: davinci: da8xx defconfig: enable pinctrl config option

2013-01-15 Thread Kumar, Anil
Enable pinctrl related config option in da8xx_omapl_defconfig Signed-off-by: Kumar, Anil --- :100644 100644 f292239... 0892db4... M arch/arm/configs/da8xx_omapl_defconfig arch/arm/configs/da8xx_omapl_defconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm

[PATCH V4 1/3] ARM: davinci: da850: add pinctrl driver DT entries

2013-01-15 Thread Kumar, Anil
information for NAND. 3)Boot and confirm NAND is detected by the kernel. 4)cat /proc/mtd to show partitions. Signed-off-by: Kumar, Anil --- :100644 100644 37dc5a3... c7609d0... M arch/arm/boot/dts/da850-evm.dts :100644 100644 fbada87... e9c6e82... M arch/arm/boot/dts/da850.dtsi :100644 100644

[PATCH V4 3/3] ARM: davinci: da850: add NAND driver DT entries

2013-01-15 Thread Kumar, Anil
Add NAND driver DT node and related pinctrl DT data to export NAND functionality on da850 evm. Signed-off-by: Kumar, Anil --- :100644 100644 c7609d0... 433027f... M arch/arm/boot/dts/da850-evm.dts :100644 100644 e9c6e82... 59e6ea4... M arch/arm/boot/dts/da850.dtsi arch/arm/boot/dts/da850

RE: [PATCH V4 1/3] ARM: davinci: da850: add pinctrl driver DT entries

2013-01-16 Thread Kumar, Anil
On Wed, Jan 16, 2013 at 09:18:20, Kumar, Anil wrote: > For DT, DaVinci platform can use pinctrl-single driver for handling > padconf registers. > > Enable PINCTRL Kconfig for MACH_DA8XX_DT platform. Add required > pinctrl DT entries in da850 dts file. > > Test procedure &

[PATCH V5 0/3] ARM: davinci: da850: add pinctrl support

2013-01-16 Thread Kumar, Anil
/bindings/pinctrl/pinctrl-single.txt -Enable PINCTRL Kconfig for MACH_DA8XX_DT platform only. -Fix the pinctrl driver node unit-address. -Make separate patch for da8xx_omapl_defconfig changes. Kumar, Anil (3): ARM: davinci: da850: add pinctrl driver DT entries ARM: davinci: da8xx defconfig: enable

[PATCH V5 2/3] ARM: davinci: da8xx defconfig: enable pinctrl config option

2013-01-16 Thread Kumar, Anil
Enable pinctrl related config option in da8xx_omapl_defconfig Signed-off-by: Kumar, Anil --- :100644 100644 f292239... 0892db4... M arch/arm/configs/da8xx_omapl_defconfig arch/arm/configs/da8xx_omapl_defconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm

[PATCH V5 3/3] ARM: davinci: da850: add NAND driver DT entries

2013-01-16 Thread Kumar, Anil
Add NAND driver DT node and related pinctrl DT data to export NAND functionality on da850 evm. Signed-off-by: Kumar, Anil --- :100644 100644 087ba28... 98c1a48... M arch/arm/boot/dts/da850-evm.dts :100644 100644 160ebac... f014f7b... M arch/arm/boot/dts/da850.dtsi arch/arm/boot/dts/da850

[PATCH V5 1/3] ARM: davinci: da850: add pinctrl driver DT entries

2013-01-16 Thread Kumar, Anil
information for NAND. 3)Boot and confirm NAND is detected by the kernel. 4)cat /proc/mtd to show partitions. Signed-off-by: Kumar, Anil --- Cosmetic changes for pmx_core: pinmux@1c14120 DT node :100644 100644 37dc5a3... 087ba28... M arch/arm/boot/dts/da850-evm.dts :100644 100644 fbada87

[PATCH V2 3/3] ARM: davinci: da850: add NAND driver entries

2013-01-08 Thread Kumar, Anil
Add NAND driver entries to export NAND functionality on da850 EVM and NAND pinctrl node to do pin mux according to pinctrl-single driver. Signed-off-by: Kumar, Anil --- :100644 100644 c7609d0... 382a7da... M arch/arm/boot/dts/da850-evm.dts :100644 100644 e9c6e82... 16e2ac2... M arch/arm/boot

[PATCH V2 1/3] ARM: davinci: da850: add pinctrl driver entries

2013-01-08 Thread Kumar, Anil
information for NAND. 3)Boot and confirm NAND is detected by the kernel. 4)cat /proc/mtd to show partitions. Signed-off-by: Kumar, Anil --- :100644 100644 37dc5a3... c7609d0... M arch/arm/boot/dts/da850-evm.dts :100644 100644 fbada87... e9c6e82... M arch/arm/boot/dts/da850.dtsi :100644 100644

[PATCH V2 2/3] ARM: davinci: da8xx defconfig: enable pinctrl config option

2013-01-08 Thread Kumar, Anil
Enable pinctrl related config option in da8xx_omapl_defconfig Signed-off-by: Kumar, Anil --- :100644 100644 f292239... 0892db4... M arch/arm/configs/da8xx_omapl_defconfig arch/arm/configs/da8xx_omapl_defconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm

[PATCH V2 0/3] ARM: davinci: da850: add pinctrl support

2013-01-08 Thread Kumar, Anil
pinctrl driver node unit-address. -Make separate patch for da8xx_omapl_defconfig changes. Kumar, Anil (3): ARM: davinci: da850: add pinctrl driver entries ARM: davinci: da8xx defconfig: enable pinctrl config option ARM: davinci: da850: add NAND driver entries arch/arm/boot/dts/da850

RE: [PATCH V2 3/3] ARM: davinci: da850: add NAND driver entries

2013-01-09 Thread Kumar, Anil
On Wed, Jan 09, 2013 at 18:17:46, Nori, Sekhar wrote: > On 1/8/2013 1:50 PM, Kumar, Anil wrote: > > Add NAND driver entries to export NAND functionality on da850 EVM and > > NAND pinctrl node to do pin mux according to pinctrl-single driver. > > Subject line should have DT an

[PATCH V3 2/3] ARM: davinci: da8xx defconfig: enable pinctrl config option

2013-01-10 Thread Kumar, Anil
Enable pinctrl related config option in da8xx_omapl_defconfig Signed-off-by: Kumar, Anil --- :100644 100644 f292239... 0892db4... M arch/arm/configs/da8xx_omapl_defconfig arch/arm/configs/da8xx_omapl_defconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm

[PATCH V3 1/3] ARM: davinci: da850: add pinctrl driver DT entries

2013-01-10 Thread Kumar, Anil
information for NAND. 3)Boot and confirm NAND is detected by the kernel. 4)cat /proc/mtd to show partitions. Signed-off-by: Kumar, Anil --- :100644 100644 37dc5a3... c7609d0... M arch/arm/boot/dts/da850-evm.dts :100644 100644 fbada87... e9c6e82... M arch/arm/boot/dts/da850.dtsi :100644 100644

[PATCH V3 0/3] ARM: davinci: da850: add pinctrl support

2013-01-10 Thread Kumar, Anil
separate patch for da8xx_omapl_defconfig changes. Kumar, Anil (3): ARM: davinci: da850: add pinctrl driver DT entries ARM: davinci: da8xx defconfig: enable pinctrl config option ARM: davinci: da850: add NAND driver DT entries arch/arm/boot/dts/da850-evm.dts| 19

[PATCH V3 3/3] ARM: davinci: da850: add NAND driver DT entries

2013-01-10 Thread Kumar, Anil
Add NAND driver DT node and related pinctrl DT data to export NAND functionality on da850 evm. Signed-off-by: Kumar, Anil --- :100644 100644 c7609d0... 32ccecf... M arch/arm/boot/dts/da850-evm.dts :100644 100644 e9c6e82... 16e2ac2... M arch/arm/boot/dts/da850.dtsi arch/arm/boot/dts/da850