Re: [PATCH 05/36] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2014-07-01 Thread Tony Lindgren
* Roger Quadros [140701 03:13]: > On 06/13/2014 03:08 PM, Tony Lindgren wrote: > > * Roger Quadros [140613 04:43]: > >> > >> OK. I agree about using some kind of abstraction instead of direct access. > > > > Yes and like we chatted on irc, adding a syscon mapping for for > > the NAND specific re

Re: [PATCH 05/36] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2014-07-01 Thread Roger Quadros
+Mark, Alexander, Ivan Hi Tony, On 06/13/2014 03:08 PM, Tony Lindgren wrote: > * Roger Quadros [140613 04:43]: >> On 06/13/2014 01:46 PM, Tony Lindgren wrote: >>> * Roger Quadros [140613 01:24]: On 06/13/2014 11:13 AM, Gupta, Pekon wrote: >> From: Tony Lindgren [mailto:t...@atomide.com

Re: [PATCH 05/36] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2014-06-13 Thread Tony Lindgren
* Roger Quadros [140613 04:43]: > On 06/13/2014 01:46 PM, Tony Lindgren wrote: > > * Roger Quadros [140613 01:24]: > >> On 06/13/2014 11:13 AM, Gupta, Pekon wrote: > From: Tony Lindgren [mailto:t...@atomide.com] > > * Roger Quadros [140613 00:40]: > >> On 06/13/2014 10:18 AM, Tony L

Re: [PATCH 05/36] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2014-06-13 Thread Roger Quadros
On 06/13/2014 01:46 PM, Tony Lindgren wrote: > * Roger Quadros [140613 01:24]: >> On 06/13/2014 11:13 AM, Gupta, Pekon wrote: From: Tony Lindgren [mailto:t...@atomide.com] > * Roger Quadros [140613 00:40]: >> On 06/13/2014 10:18 AM, Tony Lindgren wrote: >>> * Roger Quadros [1406

Re: [PATCH 05/36] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2014-06-13 Thread Tony Lindgren
* Roger Quadros [140613 01:24]: > On 06/13/2014 11:13 AM, Gupta, Pekon wrote: > >> From: Tony Lindgren [mailto:t...@atomide.com] > >>> * Roger Quadros [140613 00:40]: > On 06/13/2014 10:18 AM, Tony Lindgren wrote: > > * Roger Quadros [140611 01:58]: > >>> > >>> OK. But wait pin edge det

Re: [PATCH 05/36] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2014-06-13 Thread Roger Quadros
On 06/13/2014 11:13 AM, Gupta, Pekon wrote: > >> From: Tony Lindgren [mailto:t...@atomide.com] >>> * Roger Quadros [140613 00:40]: On 06/13/2014 10:18 AM, Tony Lindgren wrote: > * Roger Quadros [140611 01:58]: > Since the Interrupt Events are used only by the NAND driver, > ther

RE: [PATCH 05/36] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2014-06-13 Thread Gupta, Pekon
>From: Tony Lindgren [mailto:t...@atomide.com] >>* Roger Quadros [140613 00:40]: >>> On 06/13/2014 10:18 AM, Tony Lindgren wrote: >> >> * Roger Quadros [140611 01:58]: >> >> Since the Interrupt Events are used only by the NAND driver, >> >> there is no point in managing the Interrupt registers >

Re: [PATCH 05/36] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2014-06-13 Thread Tony Lindgren
* Roger Quadros [140613 00:40]: > On 06/13/2014 10:18 AM, Tony Lindgren wrote: > > * Roger Quadros [140611 01:58]: > >> Since the Interrupt Events are used only by the NAND driver, > >> there is no point in managing the Interrupt registers > >> in the GPMC driver and complicating it with irqchip

Re: [PATCH 05/36] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2014-06-13 Thread Roger Quadros
On 06/13/2014 10:18 AM, Tony Lindgren wrote: > * Roger Quadros [140611 01:58]: >> Since the Interrupt Events are used only by the NAND driver, >> there is no point in managing the Interrupt registers >> in the GPMC driver and complicating it with irqchip modeling. >> >> Let's manage the interrupt

Re: [PATCH 05/36] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2014-06-13 Thread Tony Lindgren
* Roger Quadros [140611 01:58]: > Since the Interrupt Events are used only by the NAND driver, > there is no point in managing the Interrupt registers > in the GPMC driver and complicating it with irqchip modeling. > > Let's manage the interrupt registers directly in the NAND driver > and get rid

[PATCH 05/36] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2014-06-11 Thread Roger Quadros
Since the Interrupt Events are used only by the NAND driver, there is no point in managing the Interrupt registers in the GPMC driver and complicating it with irqchip modeling. Let's manage the interrupt registers directly in the NAND driver and get rid of irqchip model from GPMC driver. Get rid