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 > --- > 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 board and

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

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

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

2013-01-24 Thread Sekhar Nori
d.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 > Cc: Heiko Schocher > --- > arch/arm/boot/dts/da850-evm.dts |3 +++ > arch/arm/boot/d

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

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 prev

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

2013-01-22 Thread Sekhar Nori
Hi Tony, 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 implementation (much like the situation with OMAP > DMA) found on the DaVinci family of SoCs. Will yo

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-davin

Re: [PATCH v2 12/12] video: da8xx-fb: set upstream clock rate (if reqd)

2013-01-15 Thread Sekhar Nori
On 1/15/2013 9:02 PM, Mike Turquette wrote: > Quoting Afzal Mohammed (2013-01-15 05:44:36) >> LCDC IP has a clock divider to adjust pixel clock, this limits pixel >> clock range to fck/255 - fck/2(fck - rate of input clock to LCDC IP). >> In the case of AM335x, where this IP is present, default fck

Re: [PATCH 1/2] ARM: davinci: da850: add pinctrl driver entries

2013-01-07 Thread Sekhar Nori
Hi Anil, On 12/7/2012 3:57 PM, Kumar, Anil wrote: > For DT, DaVinci platform can use pinctrl-single driver for handling > padconf registers. > > Enable PINCTRL Kconfig for all DaVinci platform. Add required > pinctrl DT entries in da850 dts file. > > Test procedure > 1)Populate DT file with NAN

Re: [PATCH 0/2] ARM: davinci: da850: add pinctrl support

2013-01-03 Thread Sekhar Nori
On 1/3/2013 4:57 PM, Kumar, Anil wrote: > Hi, > > Gentle Ping. As there are no review comments on this patch series, > could you please pull this patch ? Most folks are just getting back from holidays. Please wait some more for reviews to happen. Thanks, Sekhar __

Re: [PATCH v3 2/3] mtd: devices: elm: Add support for ELM error correction

2012-12-12 Thread Sekhar Nori
On 12/10/2012 12:13 PM, Philip, Avinash wrote: > On Fri, Dec 07, 2012 at 16:07:23, Nori, Sekhar wrote: >> On 11/29/2012 5:16 PM, Philip, Avinash wrote: [...] >>> +struct device *elm_request(enum bch_ecc bch_type) >>> +{ >>> + struct elm_info *info; >>> + >>> + list_for_each_entry(info, &elm_d

Re: [PATCH v3 1/3] mtd: nand: omap2: Update nerrors using ecc.strength

2012-12-07 Thread Sekhar Nori
On 12/5/2012 6:13 PM, Philip, Avinash wrote: > On Wed, Dec 05, 2012 at 17:33:37, Nori, Sekhar wrote: >> Hi Avinash, >> >> On 11/29/2012 5:16 PM, Philip, Avinash wrote: >>> Update number of errors using nand ecc strength. >>> Also add macro definitions BCH8_ERROR_MAX & BCH4_ERROR_MAX >> >> Can you p

Re: [PATCH v3 2/3] mtd: devices: elm: Add support for ELM error correction

2012-12-07 Thread Sekhar Nori
On 11/29/2012 5:16 PM, Philip, Avinash wrote: > The ELM hardware module can be used to speedup BCH 4/8/16 ECC scheme > error correction. > For now only 4 & 8 bit support is added > > Signed-off-by: Philip, Avinash > Cc: Grant Likely > Cc: Rob Herring > Cc: Rob Landley > --- > Changes since v2:

Re: [PATCH v3 1/3] mtd: nand: omap2: Update nerrors using ecc.strength

2012-12-05 Thread Sekhar Nori
Hi Avinash, On 11/29/2012 5:16 PM, Philip, Avinash wrote: > Update number of errors using nand ecc strength. > Also add macro definitions BCH8_ERROR_MAX & BCH4_ERROR_MAX Can you please describe why the original method of setting nerrors was incorrect? Was it causing any issues in any particular c

Re: [RFC PATCH 1/2] memory: davinci - add aemif controller platform driver

2012-11-05 Thread Sekhar Nori
On 11/6/2012 2:38 AM, Murali Karicheri wrote: > On 11/04/2012 08:52 AM, Rob Herring wrote: >> OMAP GPMC > Could you send me a link please? https://www.google.com/search?q=RFC+OMAP+GPMC+DT+bindings The patches series is sent by Daniel Mack. v3 was the last version sent. Thanks, Sekhar ___

Re: [RFC PATCH v3 11/16] mmc: omap_hsmmc: limit max_segs with the EDMA DMAC

2012-10-29 Thread Sekhar Nori
On 10/18/2012 6:56 PM, Matt Porter wrote: > The EDMA DMAC has a hardware limitation that prevents supporting > scatter gather lists with any number of segments. Since the EDMA > DMA Engine driver sets the maximum segments to 16, we do the > same. > > TODO: this will be replaced once the DMA Engine

Re: [RFC PATCH v3 16/16] ARM: dts: add AM33XX SPI support

2012-10-28 Thread Sekhar Nori
On 10/18/2012 6:56 PM, Matt Porter wrote: > Adds AM33XX SPI support for am335x-bone and am335x-evm. > > Signed-off-by: Matt Porter > --- > arch/arm/boot/dts/am335x-bone.dts | 17 +++ > arch/arm/boot/dts/am335x-evm.dts |9 > arch/arm/boot/dts/am33xx.dtsi | 43 >

Re: [RFC PATCH v3 08/16] ARM: dts: add AM33XX EDMA support

2012-10-28 Thread Sekhar Nori
On 10/18/2012 6:56 PM, Matt Porter 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 | 31 +++ > 1 file changed, 31 insertion

Re: [RFC PATCH v3 05/16] ARM: edma: add AM33XX crossbar event support

2012-10-28 Thread Sekhar Nori
On 10/18/2012 6:56 PM, Matt Porter wrote: > Adds support for the per-EDMA channel event mux. This is required > for any peripherals using DMA crossbar mapped events. > > Signed-off-by: Matt Porter > --- > arch/arm/common/edma.c | 63 > +++- > includ

Re: [RFC PATCH v3 04/16] ARM: edma: add DT and runtime PM support for AM33XX

2012-10-28 Thread Sekhar Nori
On 10/18/2012 6:56 PM, Matt Porter wrote: > Adds support for parsing the TI EDMA DT data into the required > EDMA private API platform data. > > Calls runtime PM API only in the DT case in order to unidle the > associated hwmods on AM33XX. Runtime PM is supported on DaVinci now, so if that was th

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

2012-10-28 Thread Sekhar Nori
On 10/18/2012 6:56 PM, Matt Porter wrote: > Move mach-davinci/dma.c to common/edma.c so it can be used > by OMAP (specifically AM33xx) as well. This just moves the > private EDMA API but does not support OMAP. > > Signed-off-by: Matt Porter > --- > diff --git a/arch/arm/mach-davinci/devices.c b/

Re: [PATCH RESEND 0/9] ARM: davinci: DT boot support for DA850

2012-10-23 Thread Sekhar Nori
On 9/12/2012 10:05 PM, Sekhar Nori wrote: > This series adds basic DT boot support for DA850 EVM and EnBW CMC board. > It applies to master branch of Linux DaVinci tree[1]. > > Resending this because I missed copying the DT and Documentation folks > last time around. Sorry about th

Re: [PATCH 1/2] pwm: pwm-tiecap: Add device-tree binding support for APWM driver

2012-10-02 Thread Sekhar Nori
On 10/2/2012 1:37 PM, Thierry Reding wrote: > On Tue, Oct 02, 2012 at 12:46:16PM +0530, Sekhar Nori wrote: >> Hi Thierry, >> >> On 10/2/2012 11:30 AM, Thierry Reding wrote: >>> On Wed, Sep 26, 2012 at 04:57:42PM +0530, Philip, Avinash wrote: >>> [...] >&g

Re: [PATCH 1/2] pwm: pwm-tiecap: Add device-tree binding support for APWM driver

2012-10-02 Thread Sekhar Nori
Hi Thierry, On 10/2/2012 11:30 AM, Thierry Reding wrote: > On Wed, Sep 26, 2012 at 04:57:42PM +0530, Philip, Avinash wrote: > [...] >> +#include > [...] >> +static struct pwmss_platform_data am33xx_data = { >> +.has_configspace= true, >> +}; > > This structure is defined in a public

Re: [PATCH v3 0/6] omap-am33xx rtc dt support

2012-08-10 Thread Sekhar Nori
d on DT enabled AM18x EVM using hwclock. For patched 1-5: Acked-by: Sekhar Nori Alessandro, I assume you would want me to queue 2/6 through DaVinci tree. That patch depends on 1/6 being accepted and merged by you. Let me know how you want to move forward here. Thanks, Sekhar __

Re: [PATCH v6 7/7] ARM: davinci: add support for the am1808 based enbw_cmc board

2012-08-08 Thread Sekhar Nori
avid Woodhouse > Cc: Ben Dooks > Cc: Wolfram Sang > Cc: Sekhar Nori > Cc: Kevin Hilman > Cc: Wolfgang Denk > Cc: Scott Wood > Cc: Sylwester Nawrocki > > --- > - post this board support with USB support, even though > USB is only working with the 10 ms "

Re: [PATCH v6] ARM: mtd: nand: davinci: add OF support for davinci nand controller

2012-08-07 Thread Sekhar Nori
On 7/30/2012 12:52 PM, Heiko Schocher wrote: > add OF support for the davinci nand controller. > > Signed-off-by: Heiko Schocher Acked-by: Sekhar Nori Thanks, Sekhar ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.

Re: [PATCH v5 6/7] ARM: mtd: nand: davinci: add OF support for davinci nand controller

2012-07-18 Thread Sekhar Nori
bs.org > Cc: linux-...@lists.infradead.org > Cc: David Woodhouse > Cc: Grant Likely > Cc: Sekhar Nori > Cc: Wolfgang Denk > Cc: Scott Wood > > --- > - changes for v2: > - add comments from Scott Wood: > - add "ti,davinci-" prefix > - Dashes

Re: [PATCH v6 4/7] net, ethernet, davinci_emac: add OF support

2012-07-16 Thread Sekhar Nori
Hi Dave, On 7/9/2012 2:14 PM, Heiko Schocher wrote: > add of support for the davinci_emac driver. > > Signed-off-by: Heiko Schocher > Acked-by: Sekhar Nori > Cc: davinci-linux-open-sou...@linux.davincidsp.com > Cc: linux-arm-ker...@lists.infradead.org > Cc: devicetree-dis

Re: [PATCH v5 5/7] ARM: davinci: i2c: add OF support

2012-07-16 Thread Sekhar Nori
On 7/14/2012 9:45 AM, Heiko Schocher wrote: > Hello Sekhar, > > On 13.07.2012 15:57, Sekhar Nori wrote: >> Hi Heiko, >> >> On 5/30/2012 3:49 PM, Heiko Schocher wrote: >>> add of support for the davinci i2c driver. >>> >>> Signed

Re: [PATCH v5 5/7] ARM: davinci: i2c: add OF support

2012-07-13 Thread Sekhar Nori
bs.org > Cc: linux-...@vger.kernel.org > Cc: Ben Dooks > Cc: Wolfram Sang > Cc: Grant Likely > Cc: Sekhar Nori > Cc: Wolfgang Denk > Cc: Sylwester Nawrocki > > --- > - changes for v2: > - add comments from Sylwester Nawrocki : > - use "cell-index" instead &

Re: [PATCH] ARM: davinci: cp_intc: Add OF support for TI interrupt controller

2012-07-10 Thread Sekhar Nori
Hi Rob, On 7/6/2012 10:23 PM, Sekhar Nori wrote: > Hi Grant, > > On 7/5/2012 6:13 PM, Heiko Schocher wrote: >> Hello Sekhar, >> >> On 03.07.2012 21:16, Sekhar Nori wrote: >>> From: Heiko Schocher >>> >>> Add a function to initialize the Comm

Re: [PATCH v5 4/7] ARM: davinci: net: davinci_emac: add OF support

2012-07-08 Thread Sekhar Nori
labs.org > Cc: net...@vger.kernel.org > Cc: Grant Likely > Cc: Sekhar Nori > Cc: Wolfgang Denk > Cc: Anatoly Sivov > > --- > +#ifdef CONFIG_OF > +static struct emac_platform_data > + *davinci_emac_of_get_pdata(struct platform_device *pdev, > + struct e

Re: [PATCH] ARM: davinci: cp_intc: Add OF support for TI interrupt controller

2012-07-06 Thread Sekhar Nori
Hi Grant, On 7/5/2012 6:13 PM, Heiko Schocher wrote: > Hello Sekhar, > > On 03.07.2012 21:16, Sekhar Nori wrote: >> From: Heiko Schocher >> >> Add a function to initialize the Common Platform Interrupt Controller >> (cp_intc) from TI used on OMAP-L1x SoCs using

Re: [PATCH v5 2/7] ARM: davinci, cp_intc: Add OF support for TI interrupt controller

2012-07-03 Thread Sekhar Nori
com > Cc: linux-arm-ker...@lists.infradead.org > Cc: devicetree-discuss@lists.ozlabs.org > Cc: Grant Likely > Cc: Sekhar Nori > Cc: Wolfgang Denk > Cc: Sergei Shtylyov > > --- > - changes for v4 > - split patch in 2 patches, one for irq_domain adaption >

Re: [PATCH v5 1/7] ARM: davinci, cp_intc: Add irq domain support

2012-06-25 Thread Sekhar Nori
Hi Heiko, On 5/30/2012 3:48 PM, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Cc: davinci-linux-open-sou...@linux.davincidsp.com > Cc: linux-arm-ker...@lists.infradead.org > Cc: devicetree-discuss@lists.ozlabs.org > Cc: Grant Likely > Cc: Sekhar Nori > Cc: Wolfga

Re: [PATCH v5 1/7] ARM: davinci, cp_intc: Add irq domain support

2012-06-12 Thread Sekhar Nori
Hi Heiko, On 6/2/2012 1:06 AM, Sekhar Nori wrote: > Hi Heiko, > > On 5/30/2012 3:48 PM, Heiko Schocher wrote: >> Signed-off-by: Heiko Schocher >> Cc: davinci-linux-open-sou...@linux.davincidsp.com >> Cc: linux-arm-ker...@lists.infradead.org >> Cc: devicetr

Re: [PATCH v5 1/7] ARM: davinci, cp_intc: Add irq domain support

2012-06-01 Thread Sekhar Nori
Hi Heiko, On 5/30/2012 3:48 PM, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Cc: davinci-linux-open-sou...@linux.davincidsp.com > Cc: linux-arm-ker...@lists.infradead.org > Cc: devicetree-discuss@lists.ozlabs.org > Cc: Grant Likely > Cc: Sekhar Nori > Cc: Wolfga

Re: [PATCH v3 1/7] ARM: davinci, intc: Add OF support for TI interrupt controller

2012-05-20 Thread Sekhar Nori
ko Schocher >> Cc: davinci-linux-open-sou...@linux.davincidsp.com >> Cc: linux-arm-ker...@lists.infradead.org >> Cc: devicetree-discuss@lists.ozlabs.org >> Cc: Grant Likely >> Cc: Sekhar Nori >> Cc: Wolfgang Denk >> Cc: Sergei Shtylyov >> >>

Re: [PATCH v3 4/7] ARM: davinci: net: davinci_emac: add OF support

2012-05-17 Thread Sekhar Nori
On 5/17/2012 12:02 PM, Heiko Schocher wrote: > Nori, Sekhar wrote: >> On Mon, Mar 05, 2012 at 16:40:01, Heiko Schocher wrote: >>> +#ifdef CONFIG_OF >>> +static struct emac_platform_data >>> + *davinci_emac_of_get_pdata(struct platform_device *pdev, >>> + struct emac_priv *priv) >>> +{ >>> +

Re: [PATCH v3 0/7] ARM: davinci: add support for the am1808 based enbw_cmc board

2012-05-04 Thread Sekhar Nori
h USB support, even though >> USB is only working with the 10 ms "workaround", posted here: >> http://comments.gmane.org/gmane.linux.usb.general/54505 >> I see this issue also on the AM1808 TMDXEXP1808L evalboard. >> >> - MMC and USB are not using OF sup

<    1   2