summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/pxa3xx.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: pxa: make more mach/*.h files localArnd Bergmann2015-12-011-8/+0
| | | | | | | | Lots of header files are never included outside of a mach-pxa directory and do not need to be made visible in include/mach, so let's just move them all down one level. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* arm: pxa: move init functions into generic.hRobert Jarzmik2014-11-191-5/+0
| | | | | | | | | | | | | | | | | | | | | In order to have a unique .c file for all pxa variants device-tree definitions, all the initialization functions for MACHINE_START and DT_MACHINE_START have been put together into generic.h. The alternative would have been one pxaXXX-dt.c file per variant. The move is necessary because each include/mach/pxaXXX.h includes the variant register descriptions which intersects and conflicts one with each other. The change is a preparation for pxa-dt.c to support multiple pxa, ie. pxa3xx and pxa27x. The machine files including mach/pxaXXX.h all include generic.h, which guarantees no regression should be introduced. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Acked-by: Arnd Bergmann <arnd@arndb.de>
* ARM: pxa: remove pxa95x supportHaojian Zhuang2012-11-151-1/+0
| | | | | | | | | | | | | PXA95x isn't widely used. And it adds the effort on supporting multiple platform. So remove it. The assumption is that nobody will miss this support. If you are reading this text because you actually require pxa95x support on a new kernel, we can work out a way to revert this patch or add support to the mmp platform. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: pxa: enable MULTI_IRQ_HANDLER for all boardsEric Miao2011-07-121-0/+3
| | | | Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
* ARM: pxa: move declarations from generic.h to <soc>.hEric Miao2011-07-121-0/+4
| | | | Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
* ARM: pxa: add common header file for pxa3xxEric Miao2011-07-121-0/+7
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>