Re: [PATCH v8 5/5] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

2013-01-18 Thread Ezequiel Garcia
On Fri, Jan 18, 2013 at 6:11 PM, Tony Lindgren wrote: > * Ezequiel Garcia [130118 11:43]: >> Tony, >> >> On Tue, Jan 15, 2013 at 3:03 PM, Tony Lindgren wrote: >> > * Daniel Mack [130114 15:30]: >> >> On Jan 15, 2013 2:06 AM, "Tony Lindgren" wrote: >> >> > >> >> > * Ezequiel Garcia [121223 13:

Re: [PATCH v8 5/5] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

2013-01-18 Thread Tony Lindgren
* Ezequiel Garcia [130118 11:43]: > Tony, > > On Tue, Jan 15, 2013 at 3:03 PM, Tony Lindgren wrote: > > * Daniel Mack [130114 15:30]: > >> On Jan 15, 2013 2:06 AM, "Tony Lindgren" wrote: > >> > > >> > * Ezequiel Garcia [121223 13:49]: > >> > > On Fri, Dec 14, 2012 at 7:36 AM, Daniel Mack wro

Re: [PATCH v8 5/5] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

2013-01-18 Thread Ezequiel Garcia
Tony, On Tue, Jan 15, 2013 at 3:03 PM, Tony Lindgren wrote: > * Daniel Mack [130114 15:30]: >> On Jan 15, 2013 2:06 AM, "Tony Lindgren" wrote: >> > >> > * Ezequiel Garcia [121223 13:49]: >> > > On Fri, Dec 14, 2012 at 7:36 AM, Daniel Mack wrote: >> > > > + >> > > > +Example for an AM33xx boar

Re: [PATCH v8 5/5] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

2013-01-15 Thread Tony Lindgren
* Ezequiel Garcia [130115 10:13]: > On Tue, Jan 15, 2013 at 3:03 PM, Tony Lindgren wrote: > > * Daniel Mack [130114 15:30]: > > > > OK thanks. Applying this set into omap-for-v3.9/gpmc. Looks like we need ack from for one of the patches Artem before I can push them out, replied to that patch wi

Re: [PATCH v8 5/5] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

2013-01-15 Thread Ezequiel Garcia
On Tue, Jan 15, 2013 at 3:03 PM, Tony Lindgren wrote: > * Daniel Mack [130114 15:30]: >> On Jan 15, 2013 2:06 AM, "Tony Lindgren" wrote: >> > >> > * Ezequiel Garcia [121223 13:49]: >> > > On Fri, Dec 14, 2012 at 7:36 AM, Daniel Mack wrote: >> > > > + >> > > > +Example for an AM33xx board: >> >

Re: [PATCH v8 5/5] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

2013-01-15 Thread Tony Lindgren
* Daniel Mack [130114 15:30]: > On Jan 15, 2013 2:06 AM, "Tony Lindgren" wrote: > > > > * Ezequiel Garcia [121223 13:49]: > > > On Fri, Dec 14, 2012 at 7:36 AM, Daniel Mack wrote: > > > > + > > > > +Example for an AM33xx board: > > > > + > > > > + gpmc: gpmc@5000 { > > > > +

Re: [PATCH v8 5/5] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

2013-01-14 Thread Daniel Mack
On Jan 15, 2013 2:06 AM, "Tony Lindgren" wrote: > > * Ezequiel Garcia [121223 13:49]: > > On Fri, Dec 14, 2012 at 7:36 AM, Daniel Mack wrote: > > > + > > > +Example for an AM33xx board: > > > + > > > + gpmc: gpmc@5000 { > > > + compatible = "ti,am3352-gpmc"; > > > +

Re: [PATCH v8 5/5] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

2013-01-14 Thread Tony Lindgren
* Ezequiel Garcia [121223 13:49]: > On Fri, Dec 14, 2012 at 7:36 AM, Daniel Mack wrote: > > + > > +Example for an AM33xx board: > > + > > + gpmc: gpmc@5000 { > > + compatible = "ti,am3352-gpmc"; > > + ti,hwmods = "gpmc"; > > + reg = <0x5000

Re: [PATCH v8 5/5] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

2012-12-23 Thread Daniel Mack
On 12/15/2012 03:27 PM, Grant Likely wrote: > On Fri, 14 Dec 2012 11:36:44 +0100, Daniel Mack wrote: >> This patch adds basic DT bindings for OMAP GPMC. >> >> The actual peripherals are instantiated from child nodes within the GPMC >> node, and the only type of device that is currently supported i

Re: [PATCH v8 5/5] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

2012-12-23 Thread Ezequiel Garcia
Hi Daniel, Nice job! On Fri, Dec 14, 2012 at 7:36 AM, Daniel Mack wrote: > This patch adds basic DT bindings for OMAP GPMC. > > The actual peripherals are instantiated from child nodes within the GPMC > node, and the only type of device that is currently supported is NAND. > > Code was added to

Re: [PATCH v8 5/5] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

2012-12-16 Thread Grant Likely
On Fri, 14 Dec 2012 11:36:44 +0100, Daniel Mack wrote: > This patch adds basic DT bindings for OMAP GPMC. > > The actual peripherals are instantiated from child nodes within the GPMC > node, and the only type of device that is currently supported is NAND. > > Code was added to parse the generic

[PATCH v8 5/5] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

2012-12-14 Thread Daniel Mack
This patch adds basic DT bindings for OMAP GPMC. The actual peripherals are instantiated from child nodes within the GPMC node, and the only type of device that is currently supported is NAND. Code was added to parse the generic GPMC timing parameters and some documentation with examples on how t