linux-next: panda build failed at arch/arm/mach-omap2/omap4-restart.c

2013-06-23 Thread Naresh Kamboju
Hi, panda build broken on linux-next branch kernel_config=omap2plus_defconfig KERNEL_VERSION=3.10.0-rc6 KERNEL_GIT=git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git KERNEL_COMMIT=e1a86578747376f08985627c84df088a5d0d1e92 Build error log : --- 04:43:18 CC

[PATCH v3 1/4] mtd:nand:omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe

2013-06-23 Thread Pekon Gupta
ECC scheme on NAND devices can be implemented in multiple ways.Some using Software algorithm, while others using in-build Hardware engines. omap2-nand driver currently supports following flavours of ECC schemes. +---+---+---+ | ECC

[PATCH v3 0/4] mtd:nand:omap2: clean-up of supported ECC schemes

2013-06-23 Thread Pekon Gupta
(with Author Name fixed) Changes v2 - v3 - PATCH-1: re-arranged code to remove redundancy, added NAND_BUSWIDTH_AUTO - PATCH-2: updated nand-ecc-opt DT mapping and Documentation - PATCH-3: code-cleaning + changes to match PATCH-1 - PATCH-4 DROPPED update DT attribute for ti,nand-ecc-opt -

[PATCH v3 3/4] mtd:nand:omap2: updated support for BCH4 ECC scheme

2013-06-23 Thread Pekon Gupta
This patch adds following two flavours of BCH4 ECC scheme in omap2-nand driver - OMAP_ECC_BCH4_CODE_HW_DETECTION_SW - uses GPMC H/W engine for calculating ECC. - uses software library (lib/bch.h nand_bch.h) for error correction. - OMAP_ECC_BCH4_CODE_HW - uses GPMC H/W

[PATCH v3 4/4] ARM: dts: AM33xx: updated default ECC scheme in nand-ecc-opt

2013-06-23 Thread Pekon Gupta
DT property values for OMAP based gpmc-nand have been updated to match changes in commit: 6faf096 ARM: OMAP2+: cleaned-up DT support of various ECC schemes Refer: Documentation/devicetree/bindings/mtd/gpmc-nand.txt Signed-off-by: Pekon Gupta pe...@ti.com ---

[PATCH v3 2/4] ARM: OMAP2+: cleaned-up DT support of various ECC schemes

2013-06-23 Thread Pekon Gupta
ECC scheme on NAND devices can be implemented in multiple ways.Some using Software algorithm, while others using in-build Hardware engines. omap2-nand driver currently supports following flavours of ECC schemes, selectable via DTB.

RE: [PATCH v3 1/4] mtd:nand:omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe

2013-06-23 Thread Gupta, Pekon
From: Gupta, Pekon pe...@ti.com Can you fix your From address ? I guess: git config --global user.name Pekon Gupta should do it, but you'll have to recommit those commits with: git commit --amend --reset-author [Pekon]: Thanks for pointing it out. I had missed this. I updated my global

Re: [BISECTED] 3.10-rc1 OMAP1 GPIO IRQ regression

2013-06-23 Thread Aaro Koskinen
On Thu, Jun 06, 2013 at 08:53:41AM -0700, Tony Lindgren wrote: * Grant Likely grant.lik...@secretlab.ca [130605 15:39]: On Mon, 20 May 2013 10:46:21 -0700, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [130516 14:50]: * Aaro Koskinen aaro.koski...@iki.fi [130516

Re: [BISECTED] 3.10-rc1 OMAP1 GPIO IRQ regression

2013-06-23 Thread Javier Martinez Canillas
On Mon, Jun 24, 2013 at 12:16 AM, Aaro Koskinen aaro.koski...@iki.fi wrote: On Thu, Jun 06, 2013 at 08:53:41AM -0700, Tony Lindgren wrote: * Grant Likely grant.lik...@secretlab.ca [130605 15:39]: On Mon, 20 May 2013 10:46:21 -0700, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren

Re: [BISECTED] 3.10-rc1 OMAP1 GPIO IRQ regression

2013-06-23 Thread Aaro Koskinen
Hi, On Mon, Jun 24, 2013 at 01:06:37AM +0200, Javier Martinez Canillas wrote: On Mon, Jun 24, 2013 at 12:16 AM, Aaro Koskinen aaro.koski...@iki.fi wrote: What is the status of this patch? We're already at 3.10-rc7 and GPIO IRQs are still broken on OMAP1. [...] There is a problem with this

Re: [BISECTED] 3.10-rc1 OMAP1 GPIO IRQ regression

2013-06-23 Thread Javier Martinez Canillas
On Mon, Jun 24, 2013 at 1:43 AM, Aaro Koskinen aaro.koski...@iki.fi wrote: Hi, On Mon, Jun 24, 2013 at 01:06:37AM +0200, Javier Martinez Canillas wrote: On Mon, Jun 24, 2013 at 12:16 AM, Aaro Koskinen aaro.koski...@iki.fi wrote: What is the status of this patch? We're already at 3.10-rc7 and

Re: [PATCH V2 3/3] ARM: OMAP2+: clk: Fix return type of callbacks

2013-06-23 Thread Ambresh K
On Friday 21 June 2013 11:43 PM, Mike Turquette wrote: Quoting Ambresh K (2013-06-17 01:39:44) From: Ambresh K ambr...@ti.com clk_ops's .get_parent member data return's signed value. Signed-off-by: Ambresh K ambr...@ti.com Unsurprisingly I get the following errors when building

Re: [PATCH v7 7/9] usb: musb: omap2430: use the new generic PHY framework

2013-06-23 Thread Kishon Vijay Abraham I
Hi, On Tuesday 18 June 2013 03:17 PM, Felipe Balbi wrote: Hi, On Thu, Jun 13, 2013 at 02:13:57PM +0530, Kishon Vijay Abraham I wrote: Use the generic PHY framework API to get the PHY. The usb_phy_set_resume and usb_phy_set_suspend is replaced with power_on/get_sync and power_off/put_sync to