Re: [PATCH v3 1/5] ARM: davinci: uart: move to devid based clk_get

2013-07-19 Thread Sekhar Nori
instance and clk_get on dev_id. Signed-off-by: Manjunathappa, Prakash prakash...@ti.com [nsek...@ti.com: actually stop using con_id in clk_get()] Signed-off-by: Sekhar Nori nsek...@ti.com diff --git a/arch/arm/mach-davinci/da830.c b/arch/arm/mach-davinci/da830.c index abbaf02

Re: [PATCH v3 2/5] ARM: davinci: da850: override device name of UART in DT kernel

2013-07-19 Thread Sekhar Nori
On Wednesday 19 June 2013 02:45 PM, Manjunathappa, Prakash wrote: Populate OF_DEV_AUXDATA with desired device name so as to prevent clk_get failures. This can be folded into 1/5 itself. Thanks, Sekhar ___ devicetree-discuss mailing list

Re: [PATCH -next] ARM: edma: remove duplicated include from edma.c

2013-07-16 Thread Sekhar Nori
On 6/26/2013 7:28 AM, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Remove duplicated include. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn Sending this for inclusion in v3.11-rc2. This is technically a clean-up, but this is still -rc1, so lets see.

Re: [PATCH v3 0/6] ARM: davinci: da850: add ethernet driver DT support

2013-07-12 Thread Sekhar Nori
On 7/11/2013 10:42 PM, Prabhakar Lad wrote: Hi Sekhar, On Sun, Jun 23, 2013 at 8:30 PM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch set enables Ethernet support through device tree model. This patch set enables mii interface

Re: [PATCH 4/4] ARM: dts: AM33XX: update rtc node compatibility

2013-07-03 Thread Sekhar Nori
Gururaja, On 7/2/2013 11:42 AM, Sekhar Nori wrote: Changing to Benoit's gmail id since he apparently wont access TI mail anymore. On 6/28/2013 3:05 PM, Hebbar Gururaja wrote: Since AM33xx RTC IP has RTC_IRQWAKEEN to support Alarm Wake-up. Update the rtc compatible property to ti,am3352

Re: [PATCH v3 2/8] wlcore: set irq_flags in the board files instead of hiding behind a quirk

2013-07-03 Thread Sekhar Nori
...@atomide.com Cc: Sekhar Nori nsek...@ti.com Signed-off-by: Luciano Coelho coe...@ti.com --- arch/arm/mach-davinci/board-da850-evm.c |8 +- For the board-da850-evm.c change, Acked-by: Sekhar Nori nsek...@ti.com Thanks, Sekhar

Re: [PATCH 3/4] rtc: omap: add rtc wakeup support to alarm events

2013-07-02 Thread Sekhar Nori
device dt compatibility node. Signed-off-by: Hebbar Gururaja gururaja.heb...@ti.com Cc: Grant Likely grant.lik...@linaro.org Cc: Rob Herring rob.herr...@calxeda.com Cc: Rob Landley r...@landley.net Cc: Sekhar Nori nsek...@ti.com Cc: Kevin Hilman khil...@linaro.org Cc: Alessandro Zummo a.zu

Re: [PATCH 3/4] rtc: omap: add rtc wakeup support to alarm events

2013-07-02 Thread Sekhar Nori
...@landley.net Cc: Sekhar Nori nsek...@ti.com Cc: Kevin Hilman khil...@linaro.org Cc: Alessandro Zummo a.zu...@towertech.it Cc: rtc-li...@googlegroups.com Cc: devicetree-discuss@lists.ozlabs.org Cc: linux-...@vger.kernel.org --- [...] -#defineOMAP_RTC_DATA_DA830_IDX 1 +#define

Re: [PATCH 4/4] ARM: dts: AM33XX: update rtc node compatibility

2013-07-02 Thread Sekhar Nori
driver. Signed-off-by: Hebbar Gururaja gururaja.heb...@ti.com Cc: Tony Lindgren t...@atomide.com Cc: Sekhar Nori nsek...@ti.com Cc: Kevin Hilman khil...@linaro.org Cc: b-cous...@ti.com --- :100644 100644 77aa1b0... dde180a... March/arm/boot/dts/am33xx.dtsi arch/arm/boot/dts

Re: [PATCH 3/4] rtc: omap: add rtc wakeup support to alarm events

2013-07-02 Thread Sekhar Nori
: Grant Likely grant.lik...@linaro.org Cc: Rob Herring rob.herr...@calxeda.com Cc: Rob Landley r...@landley.net Cc: Sekhar Nori nsek...@ti.com Cc: Kevin Hilman khil...@linaro.org Cc: Alessandro Zummo a.zu...@towertech.it Cc: rtc-li...@googlegroups.com Cc: devicetree-discuss@lists.ozlabs.org Cc

Re: [PATCH 2/4] davinci: da8xx/omap-l1: Remove hard coding of rtc device wakeup

2013-07-01 Thread Sekhar Nori
: Sekhar Nori nsek...@ti.com davinci: da8xx/omap-l1: mark RTC as a wakeup source Signed-off-by: Hebbar Gururaja gururaja.heb...@ti.com Cc: Sekhar Nori nsek...@ti.com Cc: Kevin Hilman khil...@linaro.org Cc: Russell King li...@arm.linux.org.uk Subject line should be prefixed with ARM

Re: [PATCH v12 00/11] DMA Engine support for AM33XX

2013-06-25 Thread Sekhar Nori
On 6/25/2013 12:24 PM, Tony Lindgren wrote: * Benoit Cousson b-cous...@ti.com [130624 07:42]: Hi Tony, On 06/24/2013 12:19 PM, Tony Lindgren wrote: Hi, For merging this series, I suggest the following sets: * Joel A Fernandes joelag...@ti.com [130620 14:13]: Joel A Fernandes (3):

Re: [PATCH v13] ARM: edma: Add DT and runtime PM support to the private EDMA API

2013-06-24 Thread Sekhar Nori
On 6/21/2013 3:23 PM, Sekhar Nori wrote: From: Matt Porter mpor...@ti.com Adds support for parsing the TI EDMA DT data into the required EDMA private API platform data. Enables runtime PM support to initialize the EDMA hwmod. Enables build on OMAP. Changes by Joel: * Setup default one

Re: [PATCH v12 04/11] dmaengine: edma: enable build for AM33XX

2013-06-24 Thread Sekhar Nori
On 6/24/2013 3:47 PM, Tony Lindgren wrote: * Sekhar Nori nsek...@ti.com [130621 03:21]: On 6/21/2013 2:36 AM, Joel A Fernandes wrote: From: Matt Porter mpor...@ti.com Enable TI EDMA option on OMAP and TI_PRIV_EDMA Signed-off-by: Matt Porter mpor...@ti.com Signed-off-by: Joel A Fernandes

Re: [PATCH v12 05/11] edma: config: Enable config options for EDMA

2013-06-24 Thread Sekhar Nori
On 6/22/2013 3:23 AM, Joel A Fernandes wrote: Hi Arnd, On Fri, Jun 21, 2013 at 1:44 PM, Arnd Bergmann a...@arndb.de wrote: On Friday 21 June 2013, Joel A Fernandes wrote: I think we are talking about different things, I agree the 'select DMADEVICES' can be dropped but lets please keep the

Re: [PATCH v12 05/11] edma: config: Enable config options for EDMA

2013-06-24 Thread Sekhar Nori
On 6/24/2013 4:53 PM, Sekhar Nori wrote: On 6/22/2013 3:23 AM, Joel A Fernandes wrote: Hi Arnd, On Fri, Jun 21, 2013 at 1:44 PM, Arnd Bergmann a...@arndb.de wrote: On Friday 21 June 2013, Joel A Fernandes wrote: I think we are talking about different things, I agree the 'select DMADEVICES

Re: [PATCH v12 00/11] DMA Engine support for AM33XX

2013-06-24 Thread Sekhar Nori
Sourav, On 6/24/2013 3:49 PM, Tony Lindgren wrote: Hi, For merging this series, I suggest the following sets: * Joel A Fernandes joelag...@ti.com [130620 14:13]: spi: omap2-mcspi: add generic DMA request support to the DT binding spi: omap2-mcspi: convert to

Re: [PATCH v12 05/11] edma: config: Enable config options for EDMA

2013-06-24 Thread Sekhar Nori
On 6/22/2013 8:23 AM, Joel A Fernandes wrote: config TI_EDMA tristate TI EDMA support default m if 'ARCH_DAVINCI || ARCH_OMAP1 || ARCH_OMAP2 select DMA_ENGINE select DMA_VIRTUAL_CHANNELS MMC depends on EDMA specially on AM33xx there's no PIO mode AFAIK. The

[PATCH v13] ARM: edma: Add DT and runtime PM support to the private EDMA API

2013-06-21 Thread Sekhar Nori
() as part of that effort] Signed-off-by: Joel A Fernandes joelag...@ti.com Acked-by: Arnd Bergmann a...@arndb.de Signed-off-by: Sekhar Nori nsek...@ti.com --- arch/arm/common/edma.c| 186 +++-- arch/arm/mach-davinci/devices-da8xx.c |8 +- arch

Re: [PATCH v12 03/11] ARM: edma: Add EDMA crossbar event mux support

2013-06-21 Thread Sekhar Nori
shift and offset calculation. Suggested-by: Sekhar Nori nsek...@ti.com Suggested by: Andy Shevchenko andy.shevche...@gmail.com Signed-off-by: Joel A Fernandes joelag...@ti.com Reference: [1] https://patchwork.kernel.org/patch/2226991/ --- arch/arm/common/edma.c | 62

Re: [PATCH v12 04/11] dmaengine: edma: enable build for AM33XX

2013-06-21 Thread Sekhar Nori
On 6/21/2013 2:36 AM, Joel A Fernandes wrote: From: Matt Porter mpor...@ti.com Enable TI EDMA option on OMAP and TI_PRIV_EDMA Signed-off-by: Matt Porter mpor...@ti.com Signed-off-by: Joel A Fernandes joelag...@ti.com This will have to be taken by Tony. Thanks, Sekhar ---

[PATCH] ARM: edma: Add EDMA crossbar event mux support

2013-06-21 Thread Sekhar Nori
by Joel: * Split EDMA xbar support out of original EDMA DT parsing patch to keep it easier for review. * Rewrite shift and offset calculation. Suggested-by: Sekhar Nori nsek...@ti.com Suggested by: Andy Shevchenko andy.shevche...@gmail.com Signed-off-by: Joel A Fernandes joelag...@ti.com Acked-by: Arnd

Re: [PATCH v12 05/11] edma: config: Enable config options for EDMA

2013-06-21 Thread Sekhar Nori
On 6/21/2013 2:36 AM, Joel A Fernandes wrote: From: Joel A Fernandes agnel.j...@gmail.com Build TI_EDMA by default for ARCH_DAVINCI and ARCH_OMAP2PLUS Signed-off-by: Joel A Fernandes joelag...@ti.com You should sign-off with author e-mail address. --- arch/arm/Kconfig|1

Re: [PATCH v12 00/11] DMA Engine support for AM33XX

2013-06-21 Thread Sekhar Nori
Joel, On 6/21/2013 2:36 AM, Joel A Fernandes wrote: From: Joel A Fernandes agnel.j...@gmail.com This series is remaining of Matt Porter's EDMA patches for AM33XX EDMA support with changes for few pending review comments on v11 series. I have posted a branch with fixes for patches accepted

Re: [PATCH v12 09/11] spi: omap2-mcspi: convert to dma_request_slave_channel_compat()

2013-06-21 Thread Sekhar Nori
Fixing Mark's e-mail. Mark, On 6/21/2013 3:56 PM, Sourav Poddar wrote: Hi Mark, On Friday 21 June 2013 02:36 AM, Joel A Fernandes wrote: From: Matt Portermpor...@ti.com Convert dmaengine channel requests to use dma_request_slave_channel_compat(). This supports the DT case of platforms

Re: [PATCH v2 2/4] gpio: davinci: DT changes for driver

2013-06-20 Thread Sekhar Nori
On 6/14/2013 3:50 PM, Philip Avinash wrote: From: KV Sujith sujit...@ti.com - Add of_device_id for Davinci GPIO driver. - Add function to populate data from DT. - Modify the probe to read from DT if DT match is found. - Add DT binding documentation for Davinci GPIO properties in a new file

Re: [PATCH v2 1/4] ARM: davinci: da850: Use #include for all device trees

2013-06-20 Thread Sekhar Nori
On 6/14/2013 3:15 PM, Philip Avinash wrote: Replace /include/ by #include for da850 device tree files, in order to use the C pre-processor, making use of #define features possible. Signed-off-by: Philip Avinash avinashphi...@ti.com Added this to my v3.11/dt branch. Thanks, Sekhar

Re: [PATCH v11 3/8] ARM: edma: Add EDMA crossbar event mux support

2013-06-19 Thread Sekhar Nori
On 6/20/2013 6:06 AM, Joel A Fernandes wrote: + /* Clear the xbar mapped channels in unused list */ + xbar_chans = info[j]-xbar_chans; + if (xbar_chans) { + for (i = 0; xbar_chans[i][1] != -1; i++) { + off

Re: [PATCH v11 2/8] ARM: edma: Add DT and runtime PM support to the private EDMA API

2013-06-18 Thread Sekhar Nori
one-to-one mapping for queue_priority and queue_tc mapping as discussed in [1]. * Split out xbar stuff to separate patch. [1] [1] https://patchwork.kernel.org/patch/2226761/ Signed-off-by: Matt Porter mpor...@ti.com Acked-by: Sekhar Nori nsek...@ti.com Signed-off-by: Joel A Fernandes

Re: [PATCH v11 3/8] ARM: edma: Add EDMA crossbar event mux support

2013-06-18 Thread Sekhar Nori
On 6/18/2013 12:08 PM, Joel A Fernandes wrote: From: Matt Porter mpor...@ti.com Changes by Joel: * Split EDMA xbar support out of original EDMA DT parsing patch to keep it easier for review. * Rewrite shift and offset calculation. Suggested-by: Sekhar Nori nsek...@ti.com Suggested

Re: [PATCH v10 5/8] dmaengine: edma: Add TI EDMA device tree binding

2013-06-17 Thread Sekhar Nori
Grant, Rob, Can one of you please take a look at this patch and see if you have any comments on the binding definition? Joel, Ideally the bindings are described before they are used or along with its usage. In that aspect, this patch is present too far back in the series. Can you please fix

Re: [PATCH v10 5/8] dmaengine: edma: Add TI EDMA device tree binding

2013-06-17 Thread Sekhar Nori
On 6/17/2013 9:10 PM, Fernandes, Joel A wrote: Hi Arnd, -Original Message- From: Arnd Bergmann [mailto:a...@arndb.de] Sent: Monday, June 17, 2013 6:13 AM To: Fernandes, Joel A Cc: Tony Lindgren; Nori, Sekhar; Matt Porter; Grant Likely; Rob Herring; Vinod Koul; Mark Brown;

Re: [PATCH v10 0/8] DMA Engine support for AM33XX

2013-06-17 Thread Sekhar Nori
Joel, When you respin this, please base on top of Prabhakar's clean-up titled: ARM: edma: Convert to devm_* api. Or better still, include his patch in your series. Thanks, Sekhar ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org

Re: [PATCH v9 1/9] ARM: davinci: move private EDMA API to arm/common

2013-06-07 Thread Sekhar Nori
+ Chris since the patch has some davinci_mmc.c changes. Chris, Mark, On 3/6/2013 9:45 PM, Matt Porter wrote: Move mach-davinci/dma.c to common/edma.c so it can be used by OMAP (specifically AM33xx) as well. Signed-off-by: Matt Porter mpor...@ti.com Acked-by: Sekhar Nori nsek...@ti.com Can

Re: [PATCH v2 5/5] ARM: davinci: serial: platform code cleanup

2013-06-06 Thread Sekhar Nori
On 6/5/2013 5:11 PM, Sekhar Nori wrote: On 5/28/2013 1:58 PM, Manjunathappa, Prakash wrote: 1) struct davinci_uart_config is introduced to specify UART ports brought out or enabled on the board. But none of the boards use them for that purpose, so clean it up. 2) Have pointer

Re: [PATCH v2 1/5] ARM: davinci: uart: move to devid based clk_get

2013-06-06 Thread Sekhar Nori
Hi Prakash, It appears that this patch was not tested thoroughly. See below: On 5/28/2013 1:58 PM, Manjunathappa, Prakash wrote: For modules having single clock, clk_get should be done with dev_id. But current davinci implementation handles multiple instances of the UART devices with single

Re: [PATCH v2 1/5] ARM: davinci: uart: move to devid based clk_get

2013-06-06 Thread Sekhar Nori
On 6/6/2013 4:02 PM, Sekhar Nori wrote: Hi Prakash, It appears that this patch was not tested thoroughly. See below: On 5/28/2013 1:58 PM, Manjunathappa, Prakash wrote: For modules having single clock, clk_get should be done with dev_id. But current davinci implementation handles

Re: [PATCH v2 1/5] ARM: davinci: uart: move to devid based clk_get

2013-06-06 Thread Sekhar Nori
On 5/28/2013 1:58 PM, Manjunathappa, Prakash wrote: For modules having single clock, clk_get should be done with dev_id. But current davinci implementation handles multiple instances of the UART devices with single platform_device_register. Hence clk_get is based on con_id rather than dev_id,

Re: [PATCH v9 1/9] ARM: davinci: move private EDMA API to arm/common

2013-06-05 Thread Sekhar Nori
Hi Russell, On 3/6/2013 9:45 PM, Matt Porter wrote: Move mach-davinci/dma.c to common/edma.c so it can be used by OMAP (specifically AM33xx) as well. Signed-off-by: Matt Porter mpor...@ti.com Acked-by: Sekhar Nori nsek...@ti.com Can you please ack this movement of davinci private EDMA

Re: [PATCH v2 5/5] ARM: davinci: serial: platform code cleanup

2013-06-05 Thread Sekhar Nori
for davinci_serial_init(), no need of serial_dev in struct soc_info now. 3) No need of davinci_serial_setup_clk(), not called from multiple places, hence reduce function call overhead. Signed-off-by: Manjunathappa, Prakash prakash...@ti.com Suggested-by: Sekhar Nori nsek...@ti.com We generally

Re: [v2,1/3] ARM: dts: AM33XX: Add ELM node

2013-04-29 Thread Sekhar Nori
On 4/29/2013 1:23 PM, Gupta, Pekon wrote: From: avinash philip avinashphi...@ti.com From: Philip, Avinash avinashphi...@ti.com From: line is repeated twice. Add ELM data node to AM33XX device tree file. Signed-off-by: Philip Avinash avinashphi...@ti.com Acked-by: Peter Korsgaard

Re: [PATCH 1/4] ARM: davinci: uart: move to dev_id based clk_get

2013-04-26 Thread Sekhar Nori
Hi Prakash, On 4/9/2013 6:01 PM, Manjunathappa, Prakash wrote: For modules having single clock, clk_get should be done with dev_id. But current davinci implementation handles multiple instances of the UART devices with single platform_device_register. Hence clk_get is based on con_id rather

Re: [PATCH 0/4] ARM: davinci: fix UART clock enabling

2013-04-17 Thread Sekhar Nori
On 4/17/2013 12:02 PM, Manjunathappa, Prakash wrote: Hi Sekhar, On Tue, Apr 09, 2013 at 17:57:57, Manjunathappa, Prakash wrote: Patch series addresses below issues: 1) Do clk_get on dev_id when there is single clock for a module 2) Fix garbled UART log with DT kernel on da850-evm.

Re: [PATCH v5 0/5] Patch enables support for m25p64 SPI flash support on da850-EVM.

2013-04-16 Thread Sekhar Nori
On 4/16/2013 3:50 PM, Grant Likely wrote: On Mon, 15 Apr 2013 17:18:59 +0530, Sekhar Nori nsek...@ti.com wrote: On 4/9/2013 11:14 AM, Manjunathappa, Prakash wrote: Hi Grant, On Wed, Apr 03, 2013 at 19:39:05, Manjunathappa, Prakash wrote: Testing information: da850-evm comes with partitions

Re: [PATCH v5 0/5] Patch enables support for m25p64 SPI flash support on da850-EVM.

2013-04-15 Thread Sekhar Nori
On 4/9/2013 11:14 AM, Manjunathappa, Prakash wrote: Hi Grant, On Wed, Apr 03, 2013 at 19:39:05, Manjunathappa, Prakash wrote: Testing information: da850-evm comes with partitions specified in DT blob. Able to mount/umount and create/delete files on filesystem partition. Could you please

Re: [PATCH v9 0/9] DMA Engine support for AM33XX

2013-04-03 Thread Sekhar Nori
Hi Matt, On 3/6/2013 9:45 PM, Matt Porter wrote: This series adds DMA Engine support for AM33xx, which uses an EDMA DMAC. The EDMA DMAC has been previously supported by only a private API implementation (much like the situation with OMAP DMA) found on the DaVinci family of SoCs. Matt

Re: [PATCH v7 1/5] mmc: davinci: allow driver to work without DMA resource

2013-04-02 Thread Sekhar Nori
-by: Sekhar Nori nsek...@ti.com Chris accepted this patch on March 22nd. You should have dropped this from this series. Thanks, Sekhar ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org/listinfo/devicetree

Re: [PATCH v7 0/5] Add DT support for davinci_mmc driver

2013-04-02 Thread Sekhar Nori
Hi Chris, On 3/28/2013 6:40 PM, Manjunathappa, Prakash wrote: Patch set adds DT support for davinci_mmc driver and is verified on da850-evm without card_detect/write_protect and EDMA support. Also takecare to derive controller IP version from platform_device_id table, remove version

Re: [PATCH v4 0/5] Enable SPI flash support on da850-evm DT kernel

2013-04-02 Thread Sekhar Nori
On 3/20/2013 4:44 PM, Sekhar Nori wrote: Grant, On 3/20/2013 4:16 PM, Manjunathappa, Prakash wrote: Patch enables support for m25p64 SPI flash support on da850-EVM. With your ack, I would like to merge this series through davinci tree for v3.10. This will help manage dependencies for DT

Re: [PATCH v7 0/5] Add DT support for davinci_mmc driver

2013-04-02 Thread Sekhar Nori
On 4/2/2013 9:31 PM, Chris Ball wrote: Hi, On Tue, Apr 02 2013, Sekhar Nori wrote: I would like to take this series through DaVinci tree to manage the dependencies with mach-davinci. I need your ack on the driver part and the DT binding. Can you please provide your ack? Acked-by: Chris

Re: [PATCH v2 3/3] ARM: davinci: da850: add EHRPWM ECAP DT node

2013-03-21 Thread Sekhar Nori
On 3/21/2013 1:31 PM, Philip, Avinash wrote: On Wed, Mar 20, 2013 at 18:17:59, Peter Korsgaard wrote: Sekhar == Sekhar Nori nsek...@ti.com writes: Sekhar On 3/20/2013 12:11 PM, Philip Avinash wrote: Add da850 EHRPWM ECAP DT node. Also adds OF_DEV_AUXDATA for EHRPWM ECAP driver to use

Re: [PATCH v4 0/5] Enable SPI flash support on da850-evm DT kernel

2013-03-20 Thread Sekhar Nori
Grant, On 3/20/2013 4:16 PM, Manjunathappa, Prakash wrote: Patch enables support for m25p64 SPI flash support on da850-EVM. With your ack, I would like to merge this series through davinci tree for v3.10. This will help manage dependencies for DT files. Thanks, Sekhar

Re: [RESEND 0/2] davinci: Add device tree data for tps6507x.

2013-03-15 Thread Sekhar Nori
Hi Mark, On 3/7/2013 11:56 AM, Vishwanathrao Badarkhe, Manish wrote: Add device tree data for regulator via tps6507x mfd device in da850-evm. Applies on top of v3.9-rc1 of linus tree. I would like to take this series via the davinci tree to manage dependencies with rest of the DT patches.

Re: [PATCH] ARM: davinci: da850 evm: update clock rate for UART 1/2 DT nodes

2013-03-15 Thread Sekhar Nori
On 3/15/2013 6:56 PM, Manjunathappa, Prakash wrote: Hi Sekhar, On Thu, Feb 28, 2013 at 16:09:47, Nori, Sekhar wrote: Prakash, On 2/19/2013 2:02 PM, Manjunathappa, Prakash wrote: DT kernel with latest of denx SPL U-boot boots with garbled UART logs. This is because in U-boot UART2 gets

Re: [PATCH v3 2/5] spi/davinci: add DT binding documentation

2013-03-14 Thread Sekhar Nori
On 3/12/2013 1:40 PM, Manjunathappa, Prakash wrote: From: Murali Karicheri m-kariche...@ti.com Get back missed out binding documentation submitted along with below patch: spi/davinci: add OF support for the spi controller This is not really the correct description of this patch. Years later

Re: [PATCH v3 0/5] Enable SPI flash support on da850-evm DT kernel

2013-03-14 Thread Sekhar Nori
On 3/12/2013 1:40 PM, Manjunathappa, Prakash wrote: Patch enables support for m25p64 SPI flash support on da850-EVM. This patch set looks good to me except the comments I had on 2/5. I tested it using SPI flash on DA850 EVM and it worked fine on basic read/write tests. Grant, With your ack I

Re: [PATCH v5 1/4] ARM: davinci: mmc: derive version information from device name

2013-03-14 Thread Sekhar Nori
platform_device_id table. Also change the clock node name to match the changed dev_id. Tested on da850-evm to make sure driver loads without clk_get failures. Signed-off-by: Manjunathappa, Prakash prakash...@ti.com Reviewed-by: Sekhar Nori nsek...@ti.com --- diff --git a/drivers/mmc/host/davinci_mmc.c b

Re: [PATCH 1/3] pwm: davinci: Add Kconfig support for ECAP EHRPWM devices

2013-03-14 Thread Sekhar Nori
On 3/14/2013 4:02 PM, Philip Avinash wrote: Add EHRPWM and ECAP support build support for DAVINCI_DA850 platforms. Also, since DAVINCI platforms doesn't support TI-PWM-Subsystem module, remove the select option for CONFIG_PWM_TIPWMSS. Also, update CONFIG_PWM_TIPWMSS compiler directive

Re: [PATCH 2/3] pwm: pwm-tiecap: Add device-tree binding support for da850 SOC

2013-03-14 Thread Sekhar Nori
On 3/14/2013 4:02 PM, Philip Avinash wrote: ECAP IP is used in da850 SOC's also. Hence adds ECAP device tree binding support for da850. Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr...@calxeda.com Cc: Rob Landley r...@landley.net Signed-off-by: Philip Avinash

Re: [PATCH v5 0/4] Add DT support for davinci_mmc driver

2013-03-14 Thread Sekhar Nori
On 3/12/2013 7:43 PM, Manjunathappa, Prakash wrote: Patch set adds DT support for davinci_mmc driver and is verified on da850-evm without card_detect/write_protect and EDMA support. Also takecare to derive controller IP version from platform_device_id table, remove version specification in

Re: [PATCH 2/3] pwm: pwm-tiecap: Add device-tree binding support for da850 SOC

2013-03-14 Thread Sekhar Nori
On 3/14/2013 9:14 PM, Peter Korsgaard wrote: Sekhar == Sekhar Nori nsek...@ti.com writes: Required properties: -- compatible: Must be ti,am33xx-ecap +- compatible: Must be ti,am33xx-ecap or ti,da850-ecap - #pwm-cells: Should be 3. Number of cells being used to specify PWM property

Re: [PATCH v9 3/9] ARM: edma: add AM33XX support to the private EDMA API

2013-03-12 Thread Sekhar Nori
mpor...@ti.com Acked-by: Sekhar Nori nsek...@ti.com --- arch/arm/common/edma.c | 300 ++-- arch/arm/mach-omap2/Kconfig|1 + include/linux/platform_data/edma.h |1 + 3 files changed, 292 insertions(+), 10 deletions(-) diff --git

Re: [PATCH v9 5/9] dmaengine: edma: Add TI EDMA device tree binding

2013-03-12 Thread Sekhar Nori
On 3/6/2013 9:45 PM, Matt Porter wrote: The binding definition is based on the generic DMA controller binding. Signed-off-by: Matt Porter mpor...@ti.com Okay the bindings the documented after they are used leading to some confusion. This patch should be moved up the series. As I noted in my

Re: [PATCH v2 4/6] ARM: davinci: da850: add DT node for eth0.

2013-03-08 Thread Sekhar Nori
On 3/8/2013 3:15 PM, Prabhakar Lad wrote: Sekhar, On Mon, Feb 4, 2013 at 11:20 PM, Sekhar Nori nsek...@ti.com wrote: On 2/4/2013 10:37 AM, Prabhakar Lad wrote: Sekhar , On Sun, Feb 3, 2013 at 5:33 PM, Sekhar Nori nsek...@ti.com wrote: On 1/28/2013 7:17 PM, Prabhakar Lad wrote: From: Lad

Re: [PATCH v4 3/5] mmc: davinci_mmc: add DT support

2013-03-05 Thread Sekhar Nori
On 3/5/2013 4:54 PM, Manjunathappa, Prakash wrote: + pdata = devm_kzalloc(pdev-dev, sizeof(*pdata), GFP_KERNEL); + if (!pdata) { + dev_err(pdev-dev, Failed to allocate memory for struct davinci_mmc_config\n); + goto nodata; devm_kzalloc() returns NULL on error so

Re: [PATCH v2 1/4] spi/davinci: add DT binding documentation

2013-03-05 Thread Sekhar Nori
On 3/5/2013 6:26 PM, Manjunathappa, Prakash wrote: Hi Arnd, On Mon, Mar 04, 2013 at 21:59:16, Arnd Bergmann wrote: On Monday 04 March 2013 18:29:12 Manjunathappa, Prakash wrote: diff --git a/Documentation/devicetree/bindings/spi/spi-davinci.txt

Re: [PATCH] ARM: davinci: da850 evm: update clock rate for UART 1/2 DT nodes

2013-02-28 Thread Sekhar Nori
Prakash, On 2/19/2013 2:02 PM, Manjunathappa, Prakash wrote: DT kernel with latest of denx SPL U-boot boots with garbled UART logs. This is because in U-boot UART2 gets sourced by PLL0_SYSCLK2 configured for 150MHz. But later in kernel UART2 gets mapped to PLL1_SYSCLK2 and is configured for

Re: [PATCH v4 5/5] ARM: davinci: da850: override mmc DT node device name

2013-02-28 Thread Sekhar Nori
...@ti.com Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: devicetree-discuss@lists.ozlabs.org Cc: c...@laptop.org Cc: Sekhar Nori nsek...@ti.com --- Since v2: Rebased on top of v3.9/dt-2

Re: [PATCH 4/4] ARM: davinci: da850-evm: add SPI flash support

2013-02-27 Thread Sekhar Nori
On 2/25/2013 4:14 PM, Manjunathappa, Prakash wrote: Enable m25p80 SPI flash support on da850-EVM. Also add partition information of SPI flash. Signed-off-by: Manjunathappa, Prakash prakash...@ti.com --- arch/arm/boot/dts/da850-evm.dts | 40 +++ 1

Re: [PATCH 1/4] spi/davinci: fix module build error

2013-02-27 Thread Sekhar Nori
: '__mod_of_device_table' aliased to undefined symbol 'davini_spi_of_match' make[2]: *** [drivers/spi/spi-davinci.o] Error 1 make[1]: *** [drivers/spi] Error 2 make[1]: *** Waiting for unfinished jobs make: *** [drivers] Error 2 Signed-off-by: Manjunathappa, Prakash prakash...@ti.com Acked-by: Sekhar Nori

Re: [PATCH 0/4] Enable SPI flash support on da850-evm DT kernel

2013-02-27 Thread Sekhar Nori
On 2/25/2013 4:14 PM, Manjunathappa, Prakash wrote: Patch enables support for m25p80 SPI flash support on da850-EVM. Testing information: da850-evm comes with partitions specified in DT blob. Able to mount/umount and create/delete files on filesystem partition. Depends on below patch in

Re: [PATCH v4 3/5] mmc: davinci_mmc: add DT support

2013-02-27 Thread Sekhar Nori
-by: Manjunathappa, Prakash prakash...@ti.com Reviewed-by: Mark Rutland mark.rutl...@arm.com Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: devicetree-discuss@lists.ozlabs.org Cc: c...@laptop.org Cc: Sekhar Nori nsek...@ti.com

Re: [PATCH v4 1/5] ARM: davinci: mmc: derive version information from device name

2013-02-27 Thread Sekhar Nori
On 2/15/2013 11:51 AM, Manjunathappa, Prakash wrote: Remove specifying mmc controller IP version information via platform data, instead specify device name so that driver derives it from platform_device_id table. Also change the clock node name to match the changed dev_id. Tested on da850-evm

Re: [PATCH v2 1/3] ARM: davinci: da850: override mmc DT node device name

2013-02-11 Thread Sekhar Nori
On 2/7/2013 1:27 PM, Manjunathappa, Prakash wrote: Populate OF_DEV_AUXDATA with desired device name expected by davinci_mmc driver. Without this clk_get of davinci_mmc DT driver fails. But there is no mmc DT support for DaVinci at this time. This patch should come after the driver DT support

Re: [PATCH v2 2/3] mmc: davinci_mmc: add DT support

2013-02-11 Thread Sekhar Nori
, Prakash prakash...@ti.com Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: devicetree-discuss@lists.ozlabs.org Cc: c...@laptop.org Cc: Sekhar Nori nsek...@ti.com Cc: mpor...@ti.com

Re: [PATCH v7 01/10] ARM: davinci: move private EDMA API to arm/common

2013-02-09 Thread Sekhar Nori
Hi Matt, This version introduces build/bisect issues. On 2/1/2013 11:52 PM, Matt Porter wrote: Move mach-davinci/dma.c to common/edma.c so it can be used by OMAP (specifically AM33xx) as well. Signed-off-by: Matt Porter mpor...@ti.com Acked-by: Sekhar Nori nsek...@ti.com diff --git

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

2013-02-09 Thread Sekhar Nori
is never registered in DT case. While at it, also make da8xx_wdt_device static since there is no need for it to be globally visible. Tested machine reboot with both DT and non-DT boot on DA850 EVM. Signed-off-by: Kumar, Anil anilkuma...@ti.com Signed-off-by: Sekhar Nori nsek...@ti.com --- arch/arm

Re: [PATCH] ARM: davinci: da850: add DT node for I2C0

2013-02-07 Thread Sekhar Nori
On 2/6/2013 3:06 PM, Vishwanathrao Badarkhe, Manish wrote: Add I2C0 device tree and pin muxing information to da850-evm. Also, add OF_DEV_AUXDATA for I2C0 controller driver in da850 board dt file to use I2C0 clock. Verified i2c0 node gets created in sys class interface as

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

2013-02-07 Thread Sekhar Nori
On 2/6/2013 9:30 AM, Kumar, Anil wrote: Add da850 wdt DT node. Add OF_DEV_AUXDATA for wdt driver to use wdt clock. Signed-off-by: Kumar, Anil anilkuma...@ti.com --- a/arch/arm/mach-davinci/da8xx-dt.c +++ b/arch/arm/mach-davinci/da8xx-dt.c @@ -37,11 +37,17 @@ static void __init

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

2013-02-07 Thread Sekhar Nori
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. But in DT case it is not called and wdt device get registered via wdt DT node. Currently code is passing platform device da8xx_wdt_device in

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

2013-02-04 Thread Sekhar Nori
] ARM: davinci: da850: add wdt DT node Add da850 wdt DT node. Signed-off-by: Kumar, Anil anilkuma...@ti.com Signed-off-by: Sekhar Nori nsek...@ti.com --- arch/arm/boot/dts/da850-evm.dts |3 +++ arch/arm/boot/dts/da850.dtsi |5 + arch/arm/mach-davinci/da8xx-dt.c |8 +++- 3

Re: [PATCH v2 4/6] ARM: davinci: da850: add DT node for eth0.

2013-02-04 Thread Sekhar Nori
On 2/4/2013 10:37 AM, Prabhakar Lad wrote: Sekhar , On Sun, Feb 3, 2013 at 5:33 PM, Sekhar Nori nsek...@ti.com wrote: On 1/28/2013 7:17 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com Add eth0 device tree node information and pinmux for mii to da850 by providing

Re: [PATCH v2 1/6] ARM: davinci: da850: fix clock lookup for mdio device

2013-02-03 Thread Sekhar Nori
: linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: net...@vger.kernel.org Cc: devicetree-discuss@lists.ozlabs.org Cc: Sekhar Nori nsek...@ti.com Cc: Heiko Schocher h...@denx.de --- arch/arm/mach-davinci/da850.c

Re: [PATCH v2 2/6] ARM: davinci: da850: add DT node for mdio device

2013-02-03 Thread Sekhar Nori
: linux-ker...@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: net...@vger.kernel.org Cc: devicetree-discuss@lists.ozlabs.org Cc: Sekhar Nori nsek...@ti.com Cc: Heiko Schocher h...@denx.de --- arch/arm/boot/dts/da850-evm.dts |3 +++ arch/arm/boot/dts/da850.dtsi

Re: [PATCH v2 4/6] ARM: davinci: da850: add DT node for eth0.

2013-02-03 Thread Sekhar Nori
...@lists.infradead.org Cc: linux-ker...@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: net...@vger.kernel.org Cc: devicetree-discuss@lists.ozlabs.org Cc: Sekhar Nori nsek...@ti.com Cc: Heiko Schocher h...@denx.de --- arch/arm/boot/dts/da850-evm.dts |5 + arch/arm

Re: [PATCH v2 6/6] ARM: davinci: da850: configure system configuration chip(CFGCHIP3) for emac

2013-02-03 Thread Sekhar Nori
, Prabhakar prabhakar@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: net...@vger.kernel.org Cc: devicetree-discuss@lists.ozlabs.org Cc: Sekhar Nori nsek...@ti.com Cc: Heiko Schocher h...@denx.de

Re: [PATCH V2 3/6] ARM: davinci: da850: add DT node for I2C0

2013-02-03 Thread Sekhar Nori
On 1/29/2013 1:08 PM, Vishwanathrao Badarkhe, Manish wrote: Add I2C0 device tree node information to da850-evm. Also, add I2C0 pin muxing information in da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Changes since V1: - Updated i2c0 node names in dts and

Re: [PATCH RFC v2] media: tvp514x: add OF support

2013-02-03 Thread Sekhar Nori
On 2/3/2013 3:43 PM, Prabhakar Lad wrote: Hi Sylwester, Thanks for the review. On Sat, Feb 2, 2013 at 4:07 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Prabhakar, On 01/29/2013 02:07 PM, Prabhakar Lad wrote: [...] diff --git

Re: [PATCH V2 1/6] pinctrl: pinctrl-single: use arch_initcall and module_exit

2013-01-31 Thread Sekhar Nori
On 1/29/2013 4:29 PM, Linus Walleij wrote: On Tue, Jan 29, 2013 at 8:38 AM, Vishwanathrao Badarkhe, Manish manish...@ti.com wrote: Currently, I2C driver gets probed before pinctrl driver. To achieve I2C pin muxing via pinctrl driver before I2C probe get called, register pinctrl driver in

Re: [PATCH V2] ARM: davinci: da850: add RTC DT entries

2013-01-29 Thread Sekhar Nori
On 1/29/2013 1:05 PM, Katepallewar, Mrugesh wrote: On Mon, Jan 28, 2013 at 21:32:13, Nori, Sekhar wrote: Hi Mrugesh, On 1/28/2013 1:17 PM, Mrugesh Katepallewar wrote: Add RTC DT entries in da850 dts file. Signed-off-by: Mrugesh Katepallewar mrugesh...@ti.com --- Applies on top of v3.8-rc4

Re: [PATCH] ARM: davinci: da850: add interrupt-parent property in soc node

2013-01-28 Thread Sekhar Nori
Cc: linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: devicetree-discuss@lists.ozlabs.org Cc: Sekhar Nori nsek...@ti.com Cc: Heiko Schocher h...@denx.de --- Looks good to me. Queuing for v3.9. BTW, we are moving

Re: [PATCH V2] ARM: davinci: da850: add RTC DT entries

2013-01-28 Thread Sekhar Nori
Hi Mrugesh, On 1/28/2013 1:17 PM, Mrugesh Katepallewar wrote: Add RTC DT entries in da850 dts file. Signed-off-by: Mrugesh Katepallewar mrugesh...@ti.com --- Applies on top of v3.8-rc4 of linus tree. This patch is depending on ARM: davinci: da850: add interrupt-parent property in soc

Re: [PATCH] ARM: davinci: da850: add RTC driver DT entries

2013-01-25 Thread Sekhar Nori
On 1/25/2013 11:43 AM, Mrugesh Katepallewar wrote: Add RTC DT entries in da850 dts file. Signed-off-by: Mrugesh Katepallewar mrugesh...@ti.com --- Applies on top of v3.8-rc4 of linus tree. Tested on da850-evm device. Test Procedure: date [.]MM.DD-hh:mm[:ss] hwclock -w reset

Re: [PATCH 2/6] ARM: davinci: da850: add DT node for I2C0

2013-01-25 Thread Sekhar Nori
On 1/24/2013 5:05 PM, Vishwanathrao Badarkhe, Manish wrote: Add I2C0 device tree node information to da850-evm. Also, add I2C0 pin muxing information in da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Depends on patch

Re: [PATCH] ARM: davinci: da850: add RTC driver DT entries

2013-01-25 Thread Sekhar Nori
On 1/25/2013 4:34 PM, Katepallewar, Mrugesh wrote: On Fri, Jan 25, 2013 at 16:04:22, Nori, Sekhar wrote: On 1/25/2013 11:43 AM, Mrugesh Katepallewar wrote: Add RTC DT entries in da850 dts file. Signed-off-by: Mrugesh Katepallewar mrugesh...@ti.com --- Applies on top of v3.8-rc4 of linus

Re: [PATCH 1/2] ARM: davinci: da850: add DT node for eth0.

2013-01-24 Thread Sekhar Nori
...@lists.infradead.org Cc: linux-ker...@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: net...@vger.kernel.org Cc: devicetree-discuss@lists.ozlabs.org Cc: Sekhar Nori nsek...@ti.com Cc: Heiko Schocher h...@denx.de --- arch/arm/boot/dts/da850-evm.dts |3 +++ arch/arm/boot/dts

Re: [PATCH 2/2] ARM: davinci: da850: add OF_DEV_AUXDATA entry for eth0.

2013-01-24 Thread Sekhar Nori
...@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: net...@vger.kernel.org Cc: devicetree-discuss@lists.ozlabs.org Cc: Sekhar Nori nsek...@ti.com Cc: Heiko Schocher h...@denx.de --- arch/arm/mach-davinci/da8xx-dt.c |9 - 1 files changed, 8 insertions(+), 1 deletions

Re: [PATCH v5 00/14] DMA Engine support for AM33XX

2013-01-23 Thread Sekhar Nori
Hi Mark, On 1/23/2013 7:51 AM, Mark Brown wrote: On Tue, Jan 22, 2013 at 09:26:34PM +0530, Sekhar Nori wrote: On 1/16/2013 2:02 AM, Matt Porter wrote: This series adds DMA Engine support for AM33xx, which uses an EDMA DMAC. The EDMA DMAC has been previously supported by only a private API

Re: [PATCH v5 00/14] DMA Engine support for AM33XX

2013-01-23 Thread Sekhar Nori
Matt, On 1/24/2013 3:07 AM, Matt Porter wrote: On Wed, Jan 23, 2013 at 10:21:42AM +0800, Mark Brown wrote: On Tue, Jan 22, 2013 at 09:26:34PM +0530, Sekhar Nori wrote: On 1/16/2013 2:02 AM, Matt Porter wrote: This series adds DMA Engine support for AM33xx, which uses an EDMA DMAC. The EDMA

Re: [RFC PATCH v3 02/16] ARM: davinci: move private EDMA API to arm/common

2013-01-22 Thread Sekhar Nori
Matt, Sorry about the late reply. I noticed this mail only after I started to look at v5 of your series :( On 1/11/2013 5:21 AM, Matt Porter wrote: On Sun, Oct 28, 2012 at 01:47:09PM +0530, Sekhar Nori wrote: On 10/18/2012 6:56 PM, Matt Porter wrote: Move mach-davinci/dma.c to common/edma.c

  1   2   >