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 [130620 14:13]: >> spi: omap2-mcspi: add generic DMA request support to the DT binding >> spi: omap2-mcspi: convert to dma_request_slave_channel_compat

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 t

Re: [PATCH 3/3] ARM: davinci: da850: adopt to pinctrl-single driver to configure multiple pins

2013-06-24 Thread Sekhar Nori
On 6/24/2013 5:18 PM, Manjunathappa, Prakash wrote: > Hi Sekhar, > > On Tue, May 21, 2013 at 19:38:02, Manjunathappa, Prakash wrote: >> function-mask property is a mask for a pin at each pin configure offset >> in a pincontrol register. >> > > Got 1/3 and 2/3 accepted, I do not know if this gets

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 [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 [130620 14:13]: Joel A Fernandes (3): ed

Re: [PATCH 00/11] Convert GPIO Davinci to platform driver

2013-06-10 Thread Sekhar Nori
On 6/10/2013 2:32 PM, Philip, Avinash wrote: > On Fri, Jun 07, 2013 at 13:40:52, Nori, Sekhar wrote: >> Hi Avinash, >> >> On 5/22/2013 12:40 PM, Philip Avinash wrote: >>> GPIO Davinci driver converted to platform driver to support DT booting. >>> In this patch series >>> - Cleaned gpio Davinci dri

Re: [PATCH 01/11] ARM: davinci: GPIO: Add platform data structure

2013-06-11 Thread Sekhar Nori
On 5/22/2013 12:40 PM, Philip Avinash wrote: > From: KV Sujith > > Add struct davinci_gpio_platform_data davinci gpio module. > > Signed-off-by: KV Sujith > Signed-off-by: Philip Avinash As Linus commented before, this should be merged with 03/11. > --- > include/linux/platform_data/gpio-da

Re: [PATCH 02/11] gpio: davinci: coding style correction

2013-06-11 Thread Sekhar Nori
On 5/22/2013 12:40 PM, Philip Avinash wrote: > 1. Corrects coding and commenting styles > 2. Variables name change to meaningful name > 3. Remove unnecessary variable usage > 4. Add BINTEN macro definition > > Signed-off-by: Philip Avinash As Russell mentioned, the 80 char limit changes are chur

Re: [PATCH 00/11] Convert GPIO Davinci to platform driver

2013-06-11 Thread Sekhar Nori
On 6/11/2013 12:19 PM, Philip, Avinash wrote: > On Tue, Jun 11, 2013 at 10:09:17, Nori, Sekhar wrote: >> >> On 6/10/2013 2:32 PM, Philip, Avinash wrote: >>> On Fri, Jun 07, 2013 at 13:40:52, Nori, Sekhar wrote: Hi Avinash, On 5/22/2013 12:40 PM, Philip Avinash wrote: > GPIO Davin

Re: [PATCH 03/11] gpio: davinci: Modify to platform driver

2013-06-11 Thread Sekhar Nori
On 5/22/2013 12:40 PM, Philip Avinash wrote: > From: KV Sujith > > Modify GPIO Davinci driver to be compliant to standard platform drivers. > The driver did not have platform driver structure or a probe. Instead, > had a davinci_gpio_setup() function which is called in the pure_init > sequence.

Re: [PATCH 03/11] gpio: davinci: Modify to platform driver

2013-06-12 Thread Sekhar Nori
On 6/11/2013 6:25 PM, Philip, Avinash wrote: > On Tue, Jun 11, 2013 at 17:26:06, Nori, Sekhar wrote: >> On 5/22/2013 12:40 PM, Philip Avinash wrote: >>> @@ -179,13 +204,10 @@ static int __init davinci_gpio_setup(void) >>> gpiochip_add(&ctlrs[i].chip); >>> } >>> >>> - soc_info

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

2013-07-01 Thread Sekhar Nori
5078d779418b0fab54 > Author: Sekhar Nori > > davinci: da8xx/omap-l1: mark RTC as a wakeup source > > Signed-off-by: Hebbar Gururaja > Cc: Sekhar Nori > Cc: Kevin Hilman > Cc: Russell King Subject line should be prefixed with ARM: keeping with arch/arm convention. Ot

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

2013-07-01 Thread Sekhar Nori
"ti,am3352-rtc" in rtc device dt > compatibility node. > > Signed-off-by: Hebbar Gururaja > Cc: Grant Likely > Cc: Rob Herring > Cc: Rob Landley > Cc: Sekhar Nori > Cc: Kevin Hilman > Cc: Alessandro Zummo > Cc: rtc-li...@googlegroups.co

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

2013-07-01 Thread Sekhar Nori
. This register needs to be >>> properly handled for the rtcwake to work properly. >>> >>> Platforms using such IP should set "ti,am3352-rtc" in rtc device dt >>> compatibility node. >>> >>> Signed-off-by: Hebbar Gururaja >>> C

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

2013-07-01 Thread Sekhar Nori
of this feature inside rtc-omap driver. > > Signed-off-by: Hebbar Gururaja > Cc: Tony Lindgren > Cc: Sekhar Nori > Cc: Kevin Hilman > Cc: b-cous...@ti.com > --- > :100644 100644 77aa1b0... dde180a... March/arm/boot/dts/am33xx.dtsi > arch/arm/boot/dts/am33

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

2013-07-01 Thread Sekhar Nori
sing such IP should set "ti,am3352-rtc" in rtc device dt >>>>> compatibility node. >>>>> >>>>> Signed-off-by: Hebbar Gururaja >>>>> Cc: Grant Likely >>>>> Cc: Rob Herring >>>>> Cc: R

Re: [PATCHv2] drivers: spi: Add qspi flash controller

2013-07-02 Thread Sekhar Nori
On 7/2/2013 2:26 PM, Sourav Poddar wrote: > The patch add basic support for the quad spi controller. > > QSPI is a kind of spi module that allows single, > dual and quad read access to external spi devices. The module > has a memory mapped interface which provide direct interface > for accessing d

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. >> >> Up

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
actually works). > > Cc: Tony Lindgren > Cc: Sekhar Nori > Signed-off-by: Luciano Coelho > --- > arch/arm/mach-davinci/board-da850-evm.c |8 +- For the board-da850-evm.c change, Acked-by: Sekhar Nori Thanks, Sekhar -- To unsubscribe from this list: send the

Re: [PATCH 04/22] input/ti_am33x_tsc: Order of TSC wires, made configurable

2013-07-04 Thread Sekhar Nori
On 6/11/2013 5:00 PM, Sebastian Andrzej Siewior wrote: > From: "Patil, Rachna" > > The current driver expected touchscreen input > wires(XP,XN,YP,YN) to be connected in a particular order. > Making changes to accept this as platform data The platform data part of this driver will never get used

Re: [PATCH 04/22] input/ti_am33x_tsc: Order of TSC wires, made configurable

2013-07-04 Thread Sekhar Nori
On 7/4/2013 5:03 PM, Sebastian Andrzej Siewior wrote: > On 07/04/2013 01:14 PM, Sekhar Nori wrote: >> >> On 6/11/2013 5:00 PM, Sebastian Andrzej Siewior wrote: >>> From: "Patil, Rachna" >>> >>> The current driver expected touchscreen input &g

Re: [PATCH 14/22] arm/am33xx: add TSC/ADC mfd device support

2013-07-04 Thread Sekhar Nori
On 6/11/2013 5:01 PM, Sebastian Andrzej Siewior wrote: > From: "Patil, Rachna" > > Add support for core multifunctional device along > with its clients touchscreen and ADC. > > [ pa...@antoniou-consulting.com : make sure status is > set to 'disabled' in dtsi file. ] > > Signed-off-by: Pa

Re: [PATCH 04/22] input/ti_am33x_tsc: Order of TSC wires, made configurable

2013-07-04 Thread Sekhar Nori
On 7/4/2013 7:20 PM, Sebastian Andrzej Siewior wrote: > On 07/04/2013 03:39 PM, Sekhar Nori wrote: >> Yes, I noticed that after sending the mail. To me it does not make sense >> to make changes to accept something as platform data only to remove >> platform data itself later.

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 writes: >> >> Sekhar> On 3/20/2013 12:11 PM, Philip Avinash wrote: >> >> Add da850 EHRPWM &

Re: [PATCH v3 02/11] clk: davinci - add PSC clock driver

2013-03-22 Thread Sekhar Nori
Mike, On 11/28/2012 6:52 PM, Sekhar Nori wrote: > On 11/27/2012 10:59 PM, Mike Turquette wrote: >> Also have you looked into regmap? Since you are defining your own clock >> type that might be something nice for you. > > No, haven't looked at regmap yet. Will look at

Re: [PATCH 1/2] media: davinci: vpss: enable vpss clocks

2013-03-24 Thread Sekhar Nori
On 3/22/2013 1:23 PM, Prabhakar lad wrote: > From: Lad, Prabhakar > > By default the VPSS clocks are only enabled in capture driver > for davinci family which creates duplicates. This > patch adds support to enable the VPSS clocks in VPSS driver. > This avoids duplication of code and also adding

Re: [PATCH 2/2] media: davinci: vpbe: venc: move the enabling of vpss clocks to driver

2013-03-24 Thread Sekhar Nori
On 3/22/2013 1:23 PM, Prabhakar lad wrote: > From: Lad, Prabhakar > > The vpss clocks were enabled by calling a exported function from a driver > in a machine code. calling driver code from platform code is incorrect way. > > This patch fixes this issue and calls the function from driver code it

Re: [PATCH v7 1/2] ARM: davinci: dm365: add support for v4l2 video display

2013-03-24 Thread Sekhar Nori
Prabhakar, On 3/22/2013 1:33 PM, Prabhakar lad wrote: > From: Lad, Prabhakar > > Create platform devices for various video modules like venc,osd, > vpbe and v4l2 driver for dm365. > > Signed-off-by: Lad, Prabhakar > --- > arch/arm/mach-davinci/board-dm365-evm.c |4 +- > arch/arm/mach-davi

Re: [PATCH v3 02/11] clk: davinci - add PSC clock driver

2013-03-24 Thread Sekhar Nori
Hi Mike, On 3/23/2013 2:07 AM, Mike Turquette wrote: > Quoting Sekhar Nori (2013-03-22 04:20:28) >> Mike, >> >> On 11/28/2012 6:52 PM, Sekhar Nori wrote: >>> On 11/27/2012 10:59 PM, Mike Turquette wrote: >> >>>> Also have you looked into regmap?

Re: [PATCH v3 0/3] Platform support for EHRPWM & ECAP devices in DAVINCI.

2013-03-25 Thread Sekhar Nori
On 3/25/2013 1:19 PM, Philip Avinash wrote: > Add platform support for EHRPWM and ECAP by providing clock nodes and > device tree nodes. > This series depends on [1] and [2] and is available for testing at [3]. > Tested for back light support in da850 EVM with EHRPWM PWM device. > > [1] > http://

Re: [PATCH 2/2] cpufreq: drivers: Remove unnecessary assignments of policy-> members

2013-03-25 Thread Sekhar Nori
On 3/24/2013 8:59 PM, Viresh Kumar wrote: > Some assignments of policy-> min/max/cur/cpuinfo.min_freq/cpuinfo.max_freq > aren't required as part of it is done by cpufreq driver or cpufreq core. > > Remove them. > > At some places we merge multiple lines together too.

Re: [PATCH 2/2] cpufreq: drivers: Remove unnecessary assignments of policy-> members

2013-03-25 Thread Sekhar Nori
On 3/25/2013 2:15 PM, Viresh Kumar wrote: > On 25 March 2013 14:06, Sekhar Nori wrote: >> There is a line in the code a little above the ones you deleted that >> also sets these same variables. I guess you were relying on that line to >> set policy->cur, but that als

Re: [PATCH 1/2] media: davinci: vpss: enable vpss clocks

2013-03-25 Thread Sekhar Nori
On 3/25/2013 3:44 PM, Prabhakar Lad wrote: > Hi Sekhar, > > Thanks for the review! > > On Mon, Mar 25, 2013 at 11:02 AM, Sekhar Nori wrote: >> On 3/22/2013 1:23 PM, Prabhakar lad wrote: >>> From: Lad, Prabhakar >>> >>> By default the VPSS c

Re: [PATCH v7 1/2] ARM: davinci: dm365: add support for v4l2 video display

2013-03-25 Thread Sekhar Nori
On 3/25/2013 3:52 PM, Prabhakar Lad wrote: > Hi Sekhar, > > Thanks for the review! > > On Mon, Mar 25, 2013 at 11:42 AM, Sekhar Nori wrote: >> Prabhakar, >> >> On 3/22/2013 1:33 PM, Prabhakar lad wrote: >>> From: Lad, Prabhakar >>> >>

Re: [PATCH 2/2] media: davinci: vpbe: venc: move the enabling of vpss clocks to driver

2013-03-25 Thread Sekhar Nori
On 3/25/2013 3:45 PM, Prabhakar Lad wrote: > Hi Sekhar, > > On Mon, Mar 25, 2013 at 11:09 AM, Sekhar Nori wrote: >> On 3/22/2013 1:23 PM, Prabhakar lad wrote: >>> From: Lad, Prabhakar >>> >>> The vpss clocks were enabled by calling a exported fu

Re: [PATCH 2/2] cpufreq: drivers: Remove unnecessary assignments of policy-> members

2013-03-25 Thread Sekhar Nori
On 3/25/2013 3:54 PM, Viresh Kumar wrote: > On 25 March 2013 15:11, Sekhar Nori wrote: >> So down in the cpufreq driver probe below, we bail out if freq_table is >> not provided. So all this checking for freq_table in the code you pasted >> above is superfluous. If you can c

Re: [Patch V2 2/4] ARM: Davinci: da8xx/omap-l1: Remove hard coding of rtc device wakeup

2013-08-16 Thread Sekhar Nori
> > commit 75c99bb0006ee065b4e2995078d779418b0fab54 > Author: Sekhar Nori > > davinci: da8xx/omap-l1: mark RTC as a wakeup source > > Signed-off-by: Hebbar Gururaja > Acked-by: Kevin Hilman > Acked-by: Sekhar Nori > Cc: Russell King Queuing for v3.12. In subject line, please use lower ca

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

2013-08-16 Thread Sekhar Nori
On Thursday 15 August 2013 11:31 AM, Lad, Prabhakar wrote: > From: "Lad, Prabhakar" > > Add mdio device tree node information to da850 by > providing register details and bus frequency of mdio. > > Signed-off-by: Lad, Prabhakar Queuing for v3.12 Thanks, Sekhar -- To unsubscribe from this lis

Re: [PATCH v4 1/5] ARM: davinci: fix clock lookup for mdio device

2013-08-16 Thread Sekhar Nori
On Thursday 15 August 2013 11:31 AM, Lad, Prabhakar wrote: > From: "Lad, Prabhakar" > > This patch removes the clock alias for mdio device and adds a entry > in clock lookup table, this entry can now be used by both DT and NON > DT case. > > Signed-off-by: Lad, Prabhakar Queuing for v3.12 Tha

Re: [PATCH v3 1/2] rtc: omap: update of_device_id to reflect latest ip revisions

2013-08-16 Thread Sekhar Nori
On 8/16/2013 7:45 PM, Benoit Cousson wrote: > Hi Gururaja, > > On 16/08/2013 13:36, Hebbar, Gururaja wrote: >> The syntax of compatible property in DT is to mention the Most specific >> match to most generic match. >> >> Since AM335x is the platform with latest IP revision, add it 1st in >> the d

Re: [PATCH v4 3/5] ARM: davinci: da850: add OF_DEV_AUXDATA entry for mdio.

2013-08-16 Thread Sekhar Nori
On 8/15/2013 11:31 AM, Lad, Prabhakar wrote: > From: "Lad, Prabhakar" > > Add OF_DEV_AUXDATA for mdio driver in da850 board dt > file to use mdio clock. > > Signed-off-by: Lad, Prabhakar Queued for v3.12 Thanks, Sekhar -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH v5 1/2] ARM: davinci: da850: add DT node for ethernet

2013-08-16 Thread Sekhar Nori
On 8/16/2013 7:41 PM, Lad, Prabhakar wrote: > From: "Lad, Prabhakar" > > Add ethernet device tree node information and pinmux for mii to da850 by > providing interrupt details and local mac address. > > Signed-off-by: Lad, Prabhakar > --- > arch/arm/boot/dts/da850-evm.dts |5 + > arch/

Re: [PATCH v5 2/2] ARM: davinci: da850: add OF_DEV_AUXDATA entry for davinci_emac

2013-08-16 Thread Sekhar Nori
On 8/16/2013 7:41 PM, Lad, Prabhakar wrote: > From: "Lad, Prabhakar" > > Add OF_DEV_AUXDATA for ethernet davinci_emac driver in da850 board dt > file to use emac clock. > > Signed-off-by: Lad, Prabhakar Queuing this for v3.12. Please fix the address of devicetree list in future submissions. T

Re: [PATCH v5 1/2] ARM: davinci: da850: add DT node for ethernet

2013-08-18 Thread Sekhar Nori
On 8/17/2013 12:16 AM, Sergei Shtylyov wrote: > Hello. > > On 08/16/2013 06:11 PM, Lad, Prabhakar wrote: > >> From: "Lad, Prabhakar" > >> Add ethernet device tree node information and pinmux for mii to da850 by >> providing interrupt details and local mac address. > >> Signed-off-by: Lad, Prab

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

2013-08-19 Thread Sekhar Nori
On Friday 16 August 2013 10:37 PM, Lad, Prabhakar wrote: > From: "Lad, Prabhakar" > > Add ethernet device tree node information and pinmux for mii to da850 by > providing interrupt details and local mac address. > > Signed-off-by: Lad, Prabhakar Queuing this for v3.12 Thanks, Sekhar -- To uns

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 > > Remove duplicated include. > > Signed-off-by: Wei Yongjun Sending this for inclusion in v3.11-rc2. This is technically a clean-up, but this is still -rc1, so lets see. Thanks, Sekhar -- To unsubscribe from this list: send the li

Re: [PATCH v2] ARM: EDMA: Fix clearing of unused list for DT DMA resources

2013-07-29 Thread Sekhar Nori
On Monday 22 July 2013 11:29 PM, Joel Fernandes wrote: > HWMOD removal for MMC is breaking edma_start as the events are being manually > triggered due to unused channel list not being clear, Thanks to Balaji TK for > finding this issue. So, Reported-by: Balaji T K ? > > This patch fixes the is

Re: [PATCH v2] ARM: EDMA: Fix clearing of unused list for DT DMA resources

2013-07-29 Thread Sekhar Nori
On Sunday 28 July 2013 05:02 AM, Joel Fernandes wrote: > Hi Tony or Sekhar, > > If this patch looks ok, could you pick it up for -rc cycle? > > It fixes DMA breakages after the merge window for devices for which DMA > resources are being populated in device tree instead pdev. But which DT-enable

Re: [PATCH v2] ARM: EDMA: Fix clearing of unused list for DT DMA resources

2013-07-29 Thread Sekhar Nori
On Tuesday 30 July 2013 09:23 AM, Joel Fernandes wrote: > On 07/29/2013 02:04 AM, Sekhar Nori wrote: >> On Sunday 28 July 2013 05:02 AM, Joel Fernandes wrote: >>> Hi Tony or Sekhar, >>> >>> If this patch looks ok, could you pick it up for -rc cycle? >>&g

Re: [PATCH 3/9] ARM: edma: Add function to manually trigger an EDMA channel

2013-07-29 Thread Sekhar Nori
On Monday 29 July 2013 06:59 PM, Joel Fernandes wrote: > Manual trigger for events missed as a result of splitting a > scatter gather list and DMA'ing it in batches. Add a helper > function to trigger a channel incase any such events are missed. > > Signed-off-by: Joel Fernandes > --- > arch/arm

Re: [PATCH 4/9] dma: edma: Find missed events and issue them

2013-07-30 Thread Sekhar Nori
On Monday 29 July 2013 06:59 PM, Joel Fernandes wrote: > In an effort to move to using Scatter gather lists of any size with > EDMA as discussed at [1] instead of placing limitations on the driver, > we work through the limitations of the EDMAC hardware to find missed > events and issue them. > >

Re: [PATCH 7/9] ARM: edma: Don't clear EMR of channel in edma_stop

2013-07-30 Thread Sekhar Nori
On Monday 29 July 2013 06:59 PM, Joel Fernandes wrote: > We certainly don't want error conditions to be cleared anywhere 'anywhere' is a really loaded term. > as this will make us 'forget' about missed events. We depend on > knowing which events were missed in order to be able to reissue them. >

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

2013-07-30 Thread Sekhar Nori
On 7/30/2013 8:25 PM, Mark Rutland wrote: > On Tue, Jul 30, 2013 at 06:05:52AM +0100, Gururaja Hebbar wrote: >> Hi, >> >> On 7/3/2013 2:17 PM, Hebbar Gururaja wrote: >>> Since AM33xx RTC IP has RTC_IRQWAKEEN to support Alarm Wake-up. >>> >>> Update the rtc compatible property to "ti,am3352-rtc" to

Re: [PATCH v2] ARM: EDMA: Fix clearing of unused list for DT DMA resources

2013-07-30 Thread Sekhar Nori
On 7/30/2013 9:17 AM, Joel Fernandes wrote: >>> diff --git a/arch/arm/common/edma.c b/arch/arm/common/edma.c >>> index a432e6c..765d578 100644 >>> --- a/arch/arm/common/edma.c >>> +++ b/arch/arm/common/edma.c >>> + } else { >>> + for (; i < pdev->num_resources; i++) { >>> +

Re: [PATCH 3/9] ARM: edma: Add function to manually trigger an EDMA channel

2013-07-30 Thread Sekhar Nori
On Wednesday 31 July 2013 10:00 AM, Joel Fernandes wrote: > On 07/30/2013 12:18 AM, Sekhar Nori wrote: >> On Monday 29 July 2013 06:59 PM, Joel Fernandes wrote: >>> Manual trigger for events missed as a result of splitting a >>> scatter gather list and DMA'

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

2013-07-30 Thread Sekhar Nori
vincidsp.com > Cc: net...@vger.kernel.org > Cc: devicetree-disc...@lists.ozlabs.org > Cc: Sekhar Nori > Cc: Heiko Schocher > --- > Changes for v2: none > Changes for v3: > a> added a common function in da850.c to configure > the CFGCHIP3 chip. > > arch/ar

Re: [PATCH 4/9] dma: edma: Find missed events and issue them

2013-07-31 Thread Sekhar Nori
On Wednesday 31 July 2013 10:19 AM, Joel Fernandes wrote: > Hi Sekhar, > > On 07/30/2013 02:05 AM, Sekhar Nori wrote: >> On Monday 29 July 2013 06:59 PM, Joel Fernandes wrote: >>> In an effort to move to using Scatter gather lists of any size with >>> EDMA as di

Re: [PATCH 7/9] ARM: edma: Don't clear EMR of channel in edma_stop

2013-07-31 Thread Sekhar Nori
On Wednesday 31 July 2013 10:35 AM, Joel Fernandes wrote: > On 07/30/2013 03:29 AM, Sekhar Nori wrote: >> On Monday 29 July 2013 06:59 PM, Joel Fernandes wrote: >>> We certainly don't want error conditions to be cleared anywhere >> >> 'anywhere' is a re

Re: [PATCH 03/18] ARM: davinci: Switch to sched_clock_register()

2013-07-31 Thread Sekhar Nori
On Thursday 01 August 2013 04:01 AM, Stephen Boyd wrote: > The 32 bit sched_clock interface now supports 64 bits. Upgrade to > the 64 bit function to allow us to remove the 32 bit registration > interface. > > Cc: Sekhar Nori > Cc: Kevin Hilman > Signed-off-by: Stephen Bo

Re: [PATCH 4/9] dma: edma: Find missed events and issue them

2013-07-31 Thread Sekhar Nori
On Thursday 01 August 2013 07:57 AM, Joel Fernandes wrote: > On 07/31/2013 04:18 AM, Sekhar Nori wrote: >> On Wednesday 31 July 2013 10:19 AM, Joel Fernandes wrote: >>> Hi Sekhar, >>> >>> On 07/30/2013 02:05 AM, Sekhar Nori wrote: >>>> On Mo

Re: [PATCH 4/9] dma: edma: Find missed events and issue them

2013-08-02 Thread Sekhar Nori
On 8/2/2013 1:58 AM, Joel Fernandes wrote: > On 08/01/2013 01:13 AM, Sekhar Nori wrote: >> On Thursday 01 August 2013 07:57 AM, Joel Fernandes wrote: >>> On 07/31/2013 04:18 AM, Sekhar Nori wrote: >>>> On Wednesday 31 July 2013 10:19 AM, Joel Fernandes wrote: >>

Re: [PATCH 1/3] misc: Add crossbar driver

2013-08-22 Thread Sekhar Nori
On Friday 23 August 2013 11:41 AM, Sricharan R wrote: > Hi, > On Friday 23 August 2013 10:17 AM, Rajendra Nayak wrote: >> On Thursday 22 August 2013 05:03 PM, Sricharan R wrote: >>> maps crossbar number<-> to interrupt number and >>> calls request_irq(int_no, crossbar_handler,..) >> So will this

Re: [PATCH 1/3] misc: Add crossbar driver

2013-08-23 Thread Sekhar Nori
On Friday 23 August 2013 12:23 PM, Sricharan R wrote: > On Friday 23 August 2013 12:06 PM, Sekhar Nori wrote: >> On Friday 23 August 2013 11:41 AM, Sricharan R wrote: >>> Hi, >>> On Friday 23 August 2013 10:17 AM, Rajendra Nayak wrote: >>>> On Thursday 22

Re: [PATCH v3 1/2] rtc: omap: update of_device_id to reflect latest ip revisions

2013-08-23 Thread Sekhar Nori
Hi Benoit, Did you get a chance to think about this, I have provided some replies below. On Friday 16 August 2013 10:03 PM, Benoit Cousson wrote: > Hi Sekhar, > > On 16/08/2013 17:41, Sekhar Nori wrote: >> >> On 8/16/2013 7:45 PM, Benoit Cousson wrote: >>> Hi Guru

Re: [PATCH v3 1/2] rtc: omap: update of_device_id to reflect latest ip revisions

2013-08-23 Thread Sekhar Nori
On 8/23/2013 8:40 PM, Benoit Cousson wrote: >>> There is no assumption about the lost of functionality by using the >>> generic version of the driver. How the user is supposed to know the >>> amount of functionality he will lose, and if this is acceptable to >>> him. >> >> I suppose the generic dr

Re: [PATCH 1/3] misc: Add crossbar driver

2013-08-23 Thread Sekhar Nori
On 8/23/2013 7:08 PM, Santosh Shilimkar wrote: > On Friday 23 August 2013 04:14 AM, Sekhar Nori wrote: >> On Friday 23 August 2013 12:23 PM, Sricharan R wrote: >>> On Friday 23 August 2013 12:06 PM, Sekhar Nori wrote: >>>> On Friday 23 August 2013 11:41 AM, Srichar

Re: [PATCH v3 1/7] gpio: davinci: coding style correction

2013-08-23 Thread Sekhar Nori
sh > [nsek...@ti.com: dropped changes which were considered > churn - line break fixes and variable name changes] > Acked-by: Linus Walleij > Signed-off-by: Sekhar Nori > Signed-off-by: Lad, Prabhakar Queuing this for v3.12 through DaVinci tree (since there are dependent mach-davin

Re: [PATCH v3 2/7] gpio: davinci: move to platform device

2013-08-23 Thread Sekhar Nori
off-by: KV Sujith > [avinashphi...@ti.com: Move global definition for "struct > davinci_gpio_controller" variable to local in probe and set it as driver > data.] > Signed-off-by: Philip Avinash > Acked-by: Linus Walleij > [nsek...@ti.com: dropped unused structure member, rebased on ne

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

2013-08-08 Thread Sekhar Nori
On Thursday 08 August 2013 04:02 PM, Prabhakar Lad wrote: > Hi Sekhar, > > Sorry for the delayed response I was on leave and now back again up > and running. > > On Wed, Jul 31, 2013 at 11:17 AM, Sekhar Nori wrote: >> On Sunday 23 June 2013 08:30 PM, Prabhakar L

Re: [PATCH v3 02/12] ARM: edma: Don't clear EMR of channel in edma_stop

2013-08-08 Thread Sekhar Nori
On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: > We certainly don't want error conditions to be cleared any other > place but the EDMA error handler, as this will make us 'forget' > about missed events we might need to know errors have occurred. > > This fixes a race condition where the

Re: [PATCH v3 1/2] media: i2c: adv7343: make the platform data members as array

2013-07-22 Thread Sekhar Nori
is patch also makes appropriate changes to board-da850-evm.c > > Signed-off-by: Lad, Prabhakar > Cc: Sekhar Nori > Cc: linux-arm-ker...@lists.infradead.org For the board-da850-evm.c change: Acked-by: Sekhar Nori Thanks, Sekhar -- To unsubscribe from this list: send the line

Re: [RFC] ARM: davinci: da850: add a few pinmux definitions

2013-07-25 Thread Sekhar Nori
Hi Vivien, On Wednesday 24 July 2013 01:43 AM, Vivien Didelot wrote: > This patch adds some pinmux definitions that we needed, such as SPI0, > SPI1 and some GPIO. > > Note: I sent the patch as an RFC because I would like a confirmation for the > appropriate name for SPI*_SCS* and EMA_A_RW pinmuxe

Re: [PATCH v3 02/12] ARM: edma: Don't clear EMR of channel in edma_stop

2013-08-11 Thread Sekhar Nori
On 8/8/2013 5:19 PM, Sekhar Nori wrote: > On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: >> We certainly don't want error conditions to be cleared any other >> place but the EDMA error handler, as this will make us 'forget' >> about missed even

Re: [PATCH v3 02/12] ARM: edma: Don't clear EMR of channel in edma_stop

2013-08-11 Thread Sekhar Nori
On Monday 12 August 2013 09:59 AM, Joel Fernandes wrote: > On Sun, Aug 11, 2013 at 11:25 PM, Sekhar Nori wrote: >> On 8/8/2013 5:19 PM, Sekhar Nori wrote: >>> On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: >>>> We certainly don't want error conditions

Re: [PATCH v3 01/12] dma: edma: Setup parameters to DMA MAX_NR_SG at a time

2013-08-12 Thread Sekhar Nori
On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: > Changes are made here for configuring existing parameters to support > DMA'ing them out in batches as needed. > > Also allocate as many as slots as needed by the SG list, but not more > than MAX_NR_SG. Then these slots will be reused accor

Re: [PATCH v3 03/12] dma: edma: remove limits on number of slots

2013-08-12 Thread Sekhar Nori
On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: > With this series, this check is no longer required and > we shouldn't need to reject drivers DMA'ing more than the > MAX number of slots. > > Signed-off-by: Joel Fernandes > --- > drivers/dma/edma.c |6 -- > 1 file changed, 6 del

Re: [PATCH v3 07/12] dma: edma: Add function to dump a PaRAM set from PaRAM

2013-08-12 Thread Sekhar Nori
On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: > Previously, such a dump function was used but it wasn't reading > from the PaRAM, rather just from a edmacc_param structure, we > add a helpful function for debugging that directly reads from > the PaRAM and gives the current state correctl

Re: [PATCH v3 08/12] dma: edma: Add one more required slot to MAX slots

2013-08-12 Thread Sekhar Nori
On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: > We'd now need a separate slot just for the channel and separate > ones for the 2 linked sets, so we make adjustments to allocate > an extra channel accordingly. > > Signed-off-by: Joel Fernandes No need for a separate patch for this, jus

Re: [PATCH v3 09/12] dma: edma: Implement multiple linked sets for continuity

2013-08-12 Thread Sekhar Nori
dependent on interrupts and DMA > continues till the end of the SG-lists without any interruption. > > Suggested-by: Sekhar Nori > Signed-off-by: Joel Fernandes > --- > drivers/dma/edma.c | 157 > +++- > 1 file chang

Re: [PATCH v2 0/4] GPIO DT support for da850

2013-08-13 Thread Sekhar Nori
Hi Prabhakar, On 8/11/2013 3:04 PM, Prabhakar Lad wrote: > Hi Sekhar, > > On Fri, Jun 14, 2013 at 3:50 PM, Philip, Avinash wrote: >> On Fri, Jun 14, 2013 at 15:13:36, Philip, Avinash wrote: >>> With conversion of GPIO davinci driver to platform driver, gpio-davinci >>> driver >>> can support DT

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

2013-08-14 Thread Sekhar Nori
Prabhakar > Cc: linux-arm-ker...@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Cc: davinci-linux-open-sou...@linux.davincidsp.com > Cc: net...@vger.kernel.org > Cc: devicetree-disc...@lists.ozlabs.org > Cc: Sekhar Nori > Cc: Heiko Schocher This patch looks good, exc

Re: Latest randconfig build errors

2013-03-05 Thread Sekhar Nori
On 3/4/2013 3:21 PM, Russell King - ARM Linux wrote: > Last nights automated ARM build found the following errors with randconfig. > > All information as usual at http://www.arm.linux.org.uk/developer/build/ > > > Versatile randconfig: > > ERROR: "irq_domain_add_simple" [drivers/gpio/gpio-em.ko

Re: [PATCH v2 1/3] media: davinci: vpss: enable vpss clocks

2013-04-08 Thread Sekhar Nori
{ > > static struct pm_clk_notifier_block platform_bus_notifier = { > .pm_domain = &davinci_pm_domain, > - .con_ids = { "fck", NULL, }, > + .con_ids = { "fck", "master", "slave", NULL, }, NULL is sentinel so you can drop the ','

Re: [PATCH v8 0/2] ARM: davinci: dm355: add support for vpbe display

2013-04-08 Thread Sekhar Nori
On 4/8/2013 2:56 PM, Prabhakar lad wrote: > From: Lad, Prabhakar > > This patch series enables VPBE display driver on DM355. These (this and the DM365 one) patches look good to me. I need to get an immutable branch from Mauro where dependencies are queued and then I can generate a pull request f

Re: [PATCH v8 0/2] ARM: davinci: dm355: add support for vpbe display

2013-04-08 Thread Sekhar Nori
Hi Maruo, On 4/8/2013 4:26 PM, Mauro Carvalho Chehab wrote: > Hi Sekhar, > > Em Mon, 8 Apr 2013 16:06:24 +0530 > Sekhar Nori escreveu: > >> On 4/8/2013 2:56 PM, Prabhakar lad wrote: >>> From: Lad, Prabhakar >>> >>> This patch series enables VPB

Re: [PATCH v2 1/3] media: davinci: vpss: enable vpss clocks

2013-04-08 Thread Sekhar Nori
On 4/8/2013 5:08 PM, Prabhakar Lad wrote: > Sekhar, > > On Mon, Apr 8, 2013 at 3:56 PM, Sekhar Nori wrote: >> On 4/2/2013 5:14 PM, Prabhakar lad wrote: >>> From: Lad, Prabhakar >>> >>> By default the VPSS clocks were enabled in capture driver >&

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

2013-04-08 Thread Sekhar Nori
On 4/8/2013 2:39 PM, Philip, Avinash wrote: > On Tue, Apr 02, 2013 at 14:03:34, Nori, Sekhar wrote: >> On 3/25/2013 1:19 PM, Philip Avinash wrote: >>> Add da850 EHRPWM & ECAP DT node. >>> Also adds OF_DEV_AUXDATA for EHRPWM & ECAP driver to use EHRPWM & ECAP >>> clock. >> >> This looks fine to me

Re: [PATCH v3 2/3] media: davinci: vpbe: venc: move the enabling of vpss clocks to driver

2013-04-09 Thread Sekhar Nori
On 4/8/2013 5:49 PM, Prabhakar lad wrote: > From: Lad, Prabhakar > > The vpss clocks were enabled by calling a exported function from a driver > in a machine code. calling driver code from platform code is incorrect way. > > This patch fixes this issue and calls the function from driver code i

Re: [PATCH v8 0/2] ARM: davinci: dm355: add support for vpbe display

2013-04-09 Thread Sekhar Nori
On 4/8/2013 6:26 PM, Mauro Carvalho Chehab wrote: > Em Mon, 8 Apr 2013 17:17:34 +0530 > Sekhar Nori escreveu: > >> Hi Maruo, >> >> On 4/8/2013 4:26 PM, Mauro Carvalho Chehab wrote: >>> Hi Sekhar, >>> >>> Em Mon, 8 Apr 2013 16:06:24 +0530 &

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

2013-04-09 Thread Sekhar Nori
On 4/9/2013 2:12 PM, Philip, Avinash wrote: > On Mon, Apr 08, 2013 at 18:39:57, Nori, Sekhar wrote: >> >> On 4/8/2013 2:39 PM, Philip, Avinash wrote: >>> On Tue, Apr 02, 2013 at 14:03:34, Nori, Sekhar wrote: On 3/25/2013 1:19 PM, Philip Avinash wrote: > Add da850 EHRPWM & ECAP DT node. >>>

Re: [PATCH v9 1/2] ARM: davinci: dm365: add support for v4l2 video display

2013-04-09 Thread Sekhar Nori
On 4/8/2013 2:47 PM, Prabhakar lad wrote: > From: Lad, Prabhakar > > Create platform devices for various video modules like venc,osd, > vpbe and v4l2 driver for dm365. > > Signed-off-by: Lad, Prabhakar > Acked-by: Sekhar Nori > --- > diff --git a/arch/arm/mach-d

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

2013-04-09 Thread Sekhar Nori
On 4/10/2013 11:00 AM, Philip, Avinash wrote: > On Tue, Apr 09, 2013 at 17:05:25, Nori, Sekhar wrote: >> On 4/9/2013 2:12 PM, Philip, Avinash wrote: >>> On Mon, Apr 08, 2013 at 18:39:57, Nori, Sekhar wrote: On 4/8/2013 2:39 PM, Philip, Avinash wrote: > On Tue, Apr 02, 2013 at 14:03:34

Re: [PATCH v4] ARM: davinci: da850: add EHRPWM & ECAP DT node

2013-04-10 Thread Sekhar Nori
Avinash, On 4/10/2013 1:32 PM, Philip Avinash wrote: > Add da850 EHRPWM & ECAP DT node along with pin-mux details for EHRPWM1. > Also adds OF_DEV_AUXDATA for EHRPWM & ECAP driver to use EHRPWM & ECAP > clock. > > Signed-off-by: Philip Avinash > --- > Changes since v3: > - add pin mux info

Re: [PATCH 0/6] Davinci fbdev driver and enable it for DMx platform

2013-05-03 Thread Sekhar Nori
On 4/26/2013 11:16 AM, Prabhakar Lad wrote: > Hi Laurent, > > On Thu, Apr 25, 2013 at 2:32 AM, Laurent Pinchart > wrote: >> Hi Prabhakar, >> >> Thank you for the patch. >> >> On Wednesday 24 April 2013 17:30:02 Prabhakar Lad wrote: >>> From: Lad, Prabhakar >>> >>> This patch series adds an fbdev

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 > > From: "Philip, Avinash" From: line is repeated twice. > > Add ELM data node to AM33XX device tree file. > > Signed-off-by: Philip Avinash > Acked-by: Peter Korsgaard > Tested-by: Pekon Gupta You should add your sign-off

Re: [v2, 3/3] ARM: dts: AM33XX: Add NAND flash device tree data to am335x-evm

2013-04-29 Thread Sekhar Nori
On 4/29/2013 1:25 PM, Gupta, Pekon wrote: > From: avinash philip > > NAND flash connected in am335x-evm on GPMC controller. This patch adds > device tree node in am3355-evm with GPMC contoller timing for NAND flash > interface, NAND partition table, ECC scheme, elm handle id. > > Signed-off-by:

Re: [PATCH v8 1/2] ARM: davinci: dm355: add support for v4l2 video display

2013-04-12 Thread Sekhar Nori
On 4/8/2013 2:56 PM, Prabhakar lad wrote: > From: Lad, Prabhakar > > Create platform devices for various video modules like venc,osd, > vpbe and v4l2 driver for dm355. > > Signed-off-by: Lad, Prabhakar For patches 1/2 and 2/2: Acked-by: Sekhar Nori Thanks, Sekhar -- T

Re: [PATCH] ARM: daVinci: dm644x/dm355/dm365: replace V4L2_STD_525_60/625_50 with V4L2_STD_NTSC/PAL

2013-04-12 Thread Sekhar Nori
On 4/12/2013 4:35 PM, Prabhakar lad wrote: > From: Lad, Prabhakar > > This patch replaces V4L2_STD_525_60/625_50 with V4L2_STD_NTSC/PAL > respectively as this are the proper video standards. > > Signed-off-by: Lad, Prabhakar > Reported-by: Hans Verkuil > Cc: Sekhar

Re: [PATCH v5] ARM: davinci: da850: add EHRPWM & ECAP DT node

2013-04-14 Thread Sekhar Nori
On 4/10/2013 5:42 PM, Philip Avinash wrote: > Add da850 EHRPWM & ECAP DT node along with pin-mux details. > Also adds OF_DEV_AUXDATA for EHRPWM & ECAP driver to use EHRPWM & ECAP > clock. > > Signed-off-by: Philip Avinash Looks good to me. Will try and see if this can make it to v3.10. Thanks,

Re: [PATCH] ARM: davinci: use is IS_ENABLED macro

2013-03-27 Thread Sekhar Nori
On 3/25/2013 4:51 PM, Prabhakar lad wrote: > From: Lad, Prabhakar > > This patches replaces #if defined() by IS_ENABLED macro, which provides > better readability. > > Signed-off-by: Lad, Prabhakar > Cc: Sekhar Nori Queuing this for v3.10 Thanks, Sekhar -- To unsub

Re: [PATCH 3/9] cpufreq: davinci: move cpufreq driver to drivers/cpufreq

2013-03-27 Thread Sekhar Nori
Hi Viresh, On 3/25/2013 3:41 PM, Viresh Kumar wrote: > This patch moves cpufreq driver of ARM based davinci platform to > drivers/cpufreq. > > Cc: Sekhar Nori > Cc: davinci-linux-open-sou...@linux.davincidsp.com > Signed-off-by: Viresh Kumar I am unable to apply this patch

<    1   2   3   4   5   6   7   8   9   10   >