Re: [PATCH 2/3] ARM: pxa: add pxa25x device-tree support

2016-04-20 Thread Robert Jarzmik
Arnd Bergmann writes: > On Sunday 10 April 2016 21:29:59 Robert Jarzmik wrote: >> + >> +DT_MACHINE_START(PXA_DT, "Marvell PXA3xx (Device Tree Support)") >> + .map_io = pxa3xx_map_io, >> + .init_irq = pxa3xx_dt_init_irq, >> + .handle_irq =

Re: [PATCH 2/3] ARM: pxa: add pxa25x device-tree support

2016-04-20 Thread Robert Jarzmik
Arnd Bergmann writes: > On Sunday 10 April 2016 21:29:59 Robert Jarzmik wrote: >> + >> +DT_MACHINE_START(PXA_DT, "Marvell PXA3xx (Device Tree Support)") >> + .map_io = pxa3xx_map_io, >> + .init_irq = pxa3xx_dt_init_irq, >> + .handle_irq = pxa3xx_handle_irq, >>

Re: [PATCH 2/3] ARM: pxa: add pxa25x device-tree support

2016-04-17 Thread Arnd Bergmann
On Sunday 10 April 2016 21:29:59 Robert Jarzmik wrote: > + > +DT_MACHINE_START(PXA_DT, "Marvell PXA3xx (Device Tree Support)") > + .map_io = pxa3xx_map_io, > + .init_irq = pxa3xx_dt_init_irq, > + .handle_irq = pxa3xx_handle_irq, > + .restart=

Re: [PATCH 2/3] ARM: pxa: add pxa25x device-tree support

2016-04-17 Thread Arnd Bergmann
On Sunday 10 April 2016 21:29:59 Robert Jarzmik wrote: > + > +DT_MACHINE_START(PXA_DT, "Marvell PXA3xx (Device Tree Support)") > + .map_io = pxa3xx_map_io, > + .init_irq = pxa3xx_dt_init_irq, > + .handle_irq = pxa3xx_handle_irq, > + .restart=

[PATCH 2/3] ARM: pxa: add pxa25x device-tree support

2016-04-10 Thread Robert Jarzmik
Add a device-tree machine entry (DT_MACHINE_START) for pxa25x based platforms. Take the opportunity to sort the file machine descriptions by alphabetical order. Signed-off-by: Robert Jarzmik --- arch/arm/mach-pxa/Kconfig | 11 +++ arch/arm/mach-pxa/Makefile |

[PATCH 2/3] ARM: pxa: add pxa25x device-tree support

2016-04-10 Thread Robert Jarzmik
Add a device-tree machine entry (DT_MACHINE_START) for pxa25x based platforms. Take the opportunity to sort the file machine descriptions by alphabetical order. Signed-off-by: Robert Jarzmik --- arch/arm/mach-pxa/Kconfig | 11 +++ arch/arm/mach-pxa/Makefile | 3 ++-