Re: [PATCH 0/8] ARM: at91/dt: make use of periph id macros

2013-08-02 Thread Richard Genoud
On 02/08/2013 11:04, boris brezillon wrote: > Hello Richard, > > On 01/08/2013 09:37, Richard Genoud wrote: >> 2013/8/1 Boris BREZILLON : >>> Hello, >>> >>> This patch series move at91 SoCs peripheral id definitions from machine >>> specific include dir to dt-bindings include dir. >>> These macros

Re: [PATCH 0/8] ARM: at91/dt: make use of periph id macros

2013-08-02 Thread boris brezillon
Hello Richard, On 01/08/2013 09:37, Richard Genoud wrote: 2013/8/1 Boris BREZILLON : Hello, This patch series move at91 SoCs peripheral id definitions from machine specific include dir to dt-bindings include dir. These macros are used to reference interrupts instead of peripheral numbers. Thi

Re: [PATCH 0/8] ARM: at91/dt: make use of periph id macros

2013-08-01 Thread boris brezillon
On 01/08/2013 13:13, Mark Brown wrote: On Thu, Aug 01, 2013 at 01:06:20PM +0200, boris brezillon wrote: [changed Mark Brown address from opensource.wolfsonmicro.com to kernel.org (the 1st one failed)] Sorry Mark. Do you want me to resend you the whole series ? If it's just DT changes that don

Re: [PATCH 0/8] ARM: at91/dt: make use of periph id macros

2013-08-01 Thread Mark Brown
On Thu, Aug 01, 2013 at 01:06:20PM +0200, boris brezillon wrote: > >[changed Mark Brown address from opensource.wolfsonmicro.com to > >kernel.org (the 1st one failed)] > Sorry Mark. Do you want me to resend you the whole series ? If it's just DT changes that don't require driver changes it's pro

Re: [PATCH 0/8] ARM: at91/dt: make use of periph id macros

2013-08-01 Thread boris brezillon
Hello Richard, On 01/08/2013 11:27, Richard Genoud wrote: 2013/8/1 Richard Genoud : 2013/8/1 Boris BREZILLON : Hello, This patch series move at91 SoCs peripheral id definitions from machine specific include dir to dt-bindings include dir. These macros are used to reference interrupts instead

Re: [PATCH 0/8] ARM: at91/dt: make use of periph id macros

2013-08-01 Thread Richard Genoud
2013/8/1 Richard Genoud : > 2013/8/1 Boris BREZILLON : >> Hello, >> >> This patch series move at91 SoCs peripheral id definitions from machine >> specific include dir to dt-bindings include dir. >> These macros are used to reference interrupts instead of peripheral numbers. >> >> This makes dt defi

Re: [PATCH 0/8] ARM: at91/dt: make use of periph id macros

2013-08-01 Thread Richard Genoud
2013/8/1 Boris BREZILLON : > Hello, > > This patch series move at91 SoCs peripheral id definitions from machine > specific include dir to dt-bindings include dir. > These macros are used to reference interrupts instead of peripheral numbers. > > This makes dt definitions cleaner and easier to debug