Re: Build error in torvalds kernel 3.11 for omap2plus

2013-09-09 Thread Anil Kumar
Hi Guenter, On Sun, Sep 8, 2013 at 10:46 PM, Guenter Roeck wrote: > On 09/08/2013 02:02 AM, Russell King - ARM Linux wrote: >> >> On Sun, Sep 08, 2013 at 11:34:10AM +0530, Anil Kumar wrote: >>> >>> scripts/kconfig/conf --silentoldconfig Kconfig >>&g

Build error in torvalds kernel 3.11 for omap2plus

2013-09-07 Thread Anil Kumar
Hi All, I am getting below build error in torvalds kernel 3.11 for omap2plus. scripts/kconfig/conf --silentoldconfig Kconfig CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h make[1]: `include/generated/mach-types.h' is up to date. CALLscripts/checks

Re: [PATCH V2 0/8] ARM: dts: Various OMAP2+ device-tree updates

2013-03-17 Thread Anil Kumar
Hi Benoit, On Fri, Mar 15, 2013 at 8:00 PM, Benoit Cousson wrote: > Hi Jon, > > On 03/15/2013 02:57 PM, Jon Hunter wrote: >> Various OMAP device-tree updates for PMU, DMA, GPIO, GPMC and boards. >> >> The DMA, PMU and OMAP3430 SDP board changes have been sent before >> individually but re-sending

Re: [PATCH V4] ARM: dts: add minimal DT support for DevKit8000.

2013-03-16 Thread Anil Kumar
Hi Benoit, On Thu, Mar 7, 2013 at 12:21 PM, Benoit Cousson wrote: > Hi, > > On 03/06/2013 06:53 PM, Tony Lindgren wrote: >> * Anil Kumar [130305 18:40]: >>> Hi Tony, >>> >>>>> From: linux-arm-kernel [mailto:linux-arm-kernel- >>>>>

Re: Getting kernel uImage build issue on omap2+

2013-03-16 Thread Anil Kumar
Hi Javier, On Sat, Mar 16, 2013 at 2:53 PM, Javier Martinez Canillas wrote: > On Sat, Mar 16, 2013 at 5:44 AM, Anil Kumar wrote: >> Hi, >> >> I am getting kernel uImage build issue on omap2+ log[1] >> >> Taken kernel branch "for_3.10/dts" from >>

Getting kernel uImage build issue on omap2+

2013-03-15 Thread Anil Kumar
Hi, I am getting kernel uImage build issue on omap2+ log[1] Taken kernel branch "for_3.10/dts" from https://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git Taking reference from https://kernel.googlesource.com/pub/scm/linux/kernel/git/tmlind/linux-omap/+/omap-for-v3.9/multipla

Re: [PATCH 4/9] ARM: dts: OMAP3: Add support for OMAP3430 SDP board

2013-03-10 Thread Anil Kumar
Hi Jon, On Fri, Mar 8, 2013 at 10:57 PM, Jon Hunter wrote: > Adds basic device-tree support for OMAP3430 SDP board which has 256MB > of RAM and uses the TWL4030 power management IC. > > Signed-off-by: Jon Hunter > --- > arch/arm/boot/dts/Makefile |1 + > arch/arm/boot/dts/omap3430-s

Re: [PATCH 4/9] ARM: dts: OMAP3: Add support for OMAP3430 SDP board

2013-03-08 Thread Anil Kumar
Hi Jon, On Fri, Mar 8, 2013 at 10:57 PM, Jon Hunter wrote: > Adds basic device-tree support for OMAP3430 SDP board which has 256MB > of RAM and uses the TWL4030 power management IC. I think this board support should be in separate patch series with related patches. > > Signed-off-by: Jon Hunter

Re: [PATCH V4] ARM: dts: add minimal DT support for DevKit8000.

2013-03-05 Thread Anil Kumar
Hi Tony, >> From: linux-arm-kernel [mailto:linux-arm-kernel- >> boun...@lists.infradead.org] On Behalf Of Anil Kumar >> Sent: Wednesday, February 27, 2013 8:03 AM >> To: devicetree-disc...@lists.ozlabs.org; linux-omap@vger.kernel.org; >> linux-ker...@

Re: [PATCH V2] ARM: dts: omap3-devkit8000: Enable audio support

2013-02-26 Thread Anil Kumar
Hi, On Mon, Feb 18, 2013 at 4:50 PM, Peter Ujfalusi wrote: > On 02/16/2013 08:33 AM, Anil Kumar wrote: >> Add the needed sections to enable audio support on >> Devkit8000 when booted with DT blob. >> >> Signed-off-by: Anil Kumar > > Looks good: > Acked-by: Pe

Re: FW: [PATCH V4] ARM: dts: add minimal DT support for DevKit8000.

2013-02-26 Thread Anil Kumar
ime, Information > of twl4030 (PMIC), MMC1, I2C1 and leds are added. > > Signed-off-by: Anil Kumar > Tested-by: Thomas Weber Gentle Ping. As there are no review comments on this patch, Could you please pull this patch ? Thanks, Anil > --- > -This patch is based on top of ker

[PATCH V4] ARM: dts: add minimal DT support for DevKit8000

2013-02-20 Thread Anil Kumar
), MMC1, I2C1 and leds are added. Signed-off-by: Anil Kumar Tested-by: Thomas Weber --- -This patch is based on top of kernel 3.8-rc5. -Tested on Devkit8000. For V4: -Tiny nitpick. For V3: - Remove pin mux as done at device boot time by default. For V2: - Change model name as "TimLL

Re: [PATCH V3] ARM: dts: add minimal DT support for DevKit8000

2013-02-20 Thread Anil Kumar
Hi Manish, On Wed, Feb 20, 2013 at 5:28 PM, Manish Badarkhe wrote: > On Sat, Feb 16, 2013 at 12:49 PM, Anil Kumar wrote: >> DevKit8000 is a beagle board clone from Timll, sold by >> armkits.com. The DevKit8000 has RS232 serial port, LCD, DVI-D, >> S-Video, Ethernet, SD/

Re: [PATCH 1/2] ARM: dts: OMAP3: Add GPMC controller

2013-02-16 Thread Anil Kumar
gt; + interrupts = <20>; > + gpmc,num-cs = <8>; > + gpmc,num-waitpins = <4>; > + #address-cells = <2>; > + #size-cells = <1>; > + }; >

Re: [PATCH 1/2] ARM: dts: omap3: Add gpmc node

2013-02-16 Thread Anil Kumar
Hi, On Sat, Feb 16, 2013 at 5:54 PM, Ezequiel Garcia wrote: > Hi Anil, > > On Sat, Feb 16, 2013 at 05:08:27PM +0530, Anil Kumar wrote: >> Add gpmc DT node. >> >> Signed-off-by: Anil Kumar >> --- >> :100644 100644 1acc261... 9f36531... March/arm/bo

[PATCH 1/2] ARM: dts: omap3: Add gpmc node

2013-02-16 Thread Anil Kumar
Add gpmc DT node. Signed-off-by: Anil Kumar --- :100644 100644 1acc261... 9f36531... M arch/arm/boot/dts/omap3.dtsi arch/arm/boot/dts/omap3.dtsi | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index

[PATCH 2/2] ARM: dts: omap3-devkit8000: add nand dt node

2013-02-16 Thread Anil Kumar
Add the needed sections to enable nand support on Devkit8000. Add nand partitions information. Signed-off-by: Anil Kumar --- :100644 100644 6338993... 6c6decf... M arch/arm/boot/dts/omap3-devkit8000.dts arch/arm/boot/dts/omap3-devkit8000.dts | 52 1 files

[PATCH 0/2] arm/dts: OMAP3: Add gpmc DT node support

2013-02-16 Thread Anil Kumar
Add gpmc DT node in dtsi file. Add nand DT node and partitions information for devkit8000. This series is based on top of branch “omap-for-v3.9/gpmc” git tree http://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git and patches. Anil Kumar:- ARM: dts: add minimal DT support for

[PATCH V2] ARM: dts: omap3-devkit8000: Enable audio support

2013-02-15 Thread Anil Kumar
Add the needed sections to enable audio support on Devkit8000 when booted with DT blob. Signed-off-by: Anil Kumar --- This patch is based on top of kernel 3.8-rc5 and the following patches. Peter Ujfalusi:- ASoC: twl4030: Correct the support for Voice port ASoC: twl4030: Convert MICBIAS to

[PATCH V3] ARM: dts: add minimal DT support for DevKit8000

2013-02-15 Thread Anil Kumar
), MMC1, I2C1 and leds are added. Signed-off-by: Anil Kumar Tested-by: Thomas Weber --- -This patch is based on top of kernel 3.8-rc5. -Tested on Devkit8000. For V3: - Remove pin mux as done at device boot time by default. For V2: - Change model name as "TimLL OMAP3 Devkit8000"

Re: [PATCH v2 3/8] ARM: omap2: gpmc: Fix gpmc_cs_reserved() return value

2013-02-15 Thread Anil Kumar
Hi, On Fri, Feb 15, 2013 at 10:31 PM, Ezequiel Garcia wrote: > Hi Anil, > > On Fri, Feb 15, 2013 at 09:49:21PM +0530, Anil Kumar wrote: >> Hi, >> >> On Tue, Feb 12, 2013 at 8:48 PM, Ezequiel Garcia >> wrote: >> > Currently gpmc_cs_reserved() return valu

Re: [PATCH v2 3/8] ARM: omap2: gpmc: Fix gpmc_cs_reserved() return value

2013-02-15 Thread Anil Kumar
Hi, On Tue, Feb 12, 2013 at 8:48 PM, Ezequiel Garcia wrote: > Currently gpmc_cs_reserved() return value is somewhat inconsistent, > returning a negative value on an error condition, a positive value > if the chip select is reserved and zero if it's available. > > Fix this by returning a boolean v

Re: Use of of_parse_phandle()/of_node_put()

2013-02-13 Thread Anil Kumar
Hi Peter, On Wed, Feb 13, 2013 at 10:10 PM, Anil Kumar wrote: > Hi, > > On Wed, Feb 13, 2013 at 9:22 PM, Peter Ujfalusi wrote: >> On 02/13/2013 07:04 AM, Kumar, Anil wrote: >>> Hi Peter, >>> >>> Just trying to understand. >>> >>&g

Re: Use of of_parse_phandle()/of_node_put()

2013-02-13 Thread Anil Kumar
Hi, On Wed, Feb 13, 2013 at 9:22 PM, Peter Ujfalusi wrote: > On 02/13/2013 07:04 AM, Kumar, Anil wrote: >> Hi Peter, >> >> Just trying to understand. >> >> In omap-twl4030.c file probe function :- >> >> dai_node = of_parse_phandle(node, "ti,mcbsp", 0); >> if (!dai_node) { >>

[PATCH] ARM: dts: omap3-devkit8000: Enable audio support

2013-02-12 Thread Anil Kumar
Add the needed sections to enable audio support and related pin mux on Devkit8000 when booted with DT blob. Signed-off-by: Anil Kumar --- This patch is based on top of kernel 3.8-rc5 and the following patches. Peter Ujfalusi:- ASoC: twl4030: Correct the support for Voice port ASoC: twl4030

[PATCH V2] ARM: dts: add minimal DT support for DevKit8000

2013-02-10 Thread Anil Kumar
, I2C1, leds and there pim mux information are added. Signed-off-by: Anil Kumar Tested-by: Thomas Weber --- -This patch is based on top of kernel 3.8-rc5. -Tested on Devkit8000. For V2: -Change model name as "TimLL OMAP3 Devkit8000" -Change compatible as "timll,omap3-devkit800

[PATCH] ARM: dts: add minimal DT support for DevKit8000

2013-02-07 Thread Anil Kumar
, I2C1, leds and there pim mux information are added. Signed-off-by: Anil Kumar Tested-by: Thomas Weber --- -This patch is based on top of kernel 3.8-rc5. -Tested on Devkit8000. :100644 100644 5ebb44f... 22ebc76... M arch/arm/boot/dts/Makefile :00 100644 000... 9864fd7... A arch/arm