Re: [PATCH v4 0/8] Device Tree support for the at91sam9261ek

2014-02-12 Thread Jean-Jacques Hiblot
Thomas, I wasn't very informative indeed. The dm9000 is instantiated from the DT, its irq is described as <&pioC 2 IRQ_TYPE_EDGE_BOTH> The problem, as I see it, is that at the time the IRQ description is translated the irq domain doesn't exist yet and the translation fails. The result is that the

Re: [PATCH v4 0/8] Device Tree support for the at91sam9261ek

2014-02-12 Thread Jean-Jacques Hiblot
Hi Greg, 2014-02-12 12:14 GMT+01:00 Gregory CLEMENT : > Hi Jean-Jacques, > > On 12/02/2014 11:06, Jean-Jacques Hiblot wrote: >> This patch set aims at bringing a device tree support for the sam9261. >> It's mostly based on the sam9263 and sam9x5 stuff. >> >> Changes since V3: >> * Added support f

Re: [PATCH v4 0/8] Device Tree support for the at91sam9261ek

2014-02-12 Thread Thomas Petazzoni
Dear Jean-Jacques Hiblot, On Wed, 12 Feb 2014 13:36:08 +0100, Jean-Jacques Hiblot wrote: > >> For dm9000 the issue is (again) related to an ordering problem: > >> the Ethernet need an interrupt provided by the gpio driver. Unfortunately, > >> the gpio driver initialization is called after the dm9

Re: [PATCH v4 0/8] Device Tree support for the at91sam9261ek

2014-02-12 Thread Jean-Jacques Hiblot
Hi Thomas, 2014-02-12 13:34 GMT+01:00 Thomas Petazzoni : > Dear Gregory CLEMENT, > > On Wed, 12 Feb 2014 12:14:29 +0100, Gregory CLEMENT wrote: > >> For dm9000 the issue is (again) related to an ordering problem: >> the Ethernet need an interrupt provided by the gpio driver. Unfortunately, >> the

Re: [PATCH v4 0/8] Device Tree support for the at91sam9261ek

2014-02-12 Thread Thomas Petazzoni
Dear Gregory CLEMENT, On Wed, 12 Feb 2014 12:14:29 +0100, Gregory CLEMENT wrote: > For dm9000 the issue is (again) related to an ordering problem: > the Ethernet need an interrupt provided by the gpio driver. Unfortunately, > the gpio driver initialization is called after the dm900 driver > initi

Re: [PATCH v4 0/8] Device Tree support for the at91sam9261ek

2014-02-12 Thread Gregory CLEMENT
Hi Jean-Jacques, On 12/02/2014 11:06, Jean-Jacques Hiblot wrote: > This patch set aims at bringing a device tree support for the sam9261. > It's mostly based on the sam9263 and sam9x5 stuff. > > Changes since V3: > * Added support for the touchscreen > * Added support for the spi dataflash > * Ac

[PATCH v4 0/8] Device Tree support for the at91sam9261ek

2014-02-12 Thread Jean-Jacques Hiblot
This patch set aims at bringing a device tree support for the sam9261. It's mostly based on the sam9263 and sam9x5 stuff. Changes since V3: * Added support for the touchscreen * Added support for the spi dataflash * Activated the TCB by default * Reworked the patch organization to reduce the numbe