Re: [PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support

2014-03-17 Thread Alexandre Belloni
Hi Jean-Christophe, I think you are a bit late and the series got taken by Nicolas. Anyway, most of your comments have been taken care of. On 17/03/2014 at 12:40:18 +0100, Jean-Christophe PLAGNIOL-VILLARD wrote : > On 11:05 Mon 03 Mar , Jean-Jacques Hiblot wrote: > > + usb0: ohci@00

Re: [PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support

2014-03-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:05 Mon 03 Mar , Jean-Jacques Hiblot wrote: > This patch adds support for the Device Tree on a sam9261-based platform > > Signed-off-by: Jean-Jacques Hiblot > --- > arch/arm/boot/dts/at91sam9261.dtsi | 740 > + > arch/arm/mach-at91/at91sam9261.c |

Re: [PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support

2014-03-12 Thread Nicolas Ferre
On 03/03/2014 19:40, Alexandre Belloni : > On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote : >> This patch adds support for the Device Tree on a sam9261-based platform >> >> Signed-off-by: Jean-Jacques Hiblot >> --- >> arch/arm/boot/dts/at91sam9261.dtsi | 740 >> ++

Re: [PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support

2014-03-03 Thread Alexandre Belloni
On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote : > This patch adds support for the Device Tree on a sam9261-based platform > > Signed-off-by: Jean-Jacques Hiblot > --- > arch/arm/boot/dts/at91sam9261.dtsi | 740 > + > arch/arm/mach-at91/at91sam926

[PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support

2014-03-03 Thread Jean-Jacques Hiblot
This patch adds support for the Device Tree on a sam9261-based platform Signed-off-by: Jean-Jacques Hiblot --- arch/arm/boot/dts/at91sam9261.dtsi | 740 + arch/arm/mach-at91/at91sam9261.c | 17 + 2 files changed, 757 insertions(+) create mode 100644 arch/a