Re: [PATCH v2 1/2] ARM: pxa: add pxa3xx architecture

2015-01-05 Thread Sascha Hauer
On Sun, Jan 04, 2015 at 10:41:05AM +0100, Robert Jarzmik wrote: Add the pxa3xx architecture, for pxa300, pxa310 and pxa320 SoCs. This includes : - the registers - the cpu type - the reset source handling - a minimal set of clocks - pin control definitions In this last case, the big

Re: [PATCH v2 1/2] ARM: pxa: add pxa3xx architecture

2015-01-05 Thread Robert Jarzmik
Sascha Hauer s.ha...@pengutronix.de writes: On Sun, Jan 04, 2015 at 10:41:05AM +0100, Robert Jarzmik wrote: +#ifdef CONFIG_ARCH_PXA2XX pxa_suspend(PWRMODE_DEEPSLEEP); +#endif +#ifdef CONFIG_ARCH_PXA3XX +pxa3xx_suspend(PXA3xx_PM_S3D4C4); +#endif if (cpu_is_*()) instead of

[PATCH v2 1/2] ARM: pxa: add pxa3xx architecture

2015-01-04 Thread Robert Jarzmik
Add the pxa3xx architecture, for pxa300, pxa310 and pxa320 SoCs. This includes : - the registers - the cpu type - the reset source handling - a minimal set of clocks - pin control definitions In this last case, the big mfp-pxaxxx.h files were dropped, forcing board developers to use