Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-07 | ARM: pxa: move mach/*.h to mach-pxa/ | Arnd Bergmann | |
None of the headers are included from outside of the mach-pxa directory, so move them all in there. Signed-off-by: Arnd Bergmann <arnd@arndb.de> | |||
2022-04-19 | ARM: pxa: move pcmcia board data into mach-pxa | Arnd Bergmann | |
The drivers/pcmcia/pxa2xx_*.c are essentially part of the board files, but for historic reasons located in drivers/pcmcia. Move them into the same place as the actual board file to avoid lots of machine header inclusions. Cc: Marek Vasut <marek.vasut@gmail.com> Cc: Dominik Brodowski <linux@dominikbrodowski.net> Cc: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Arnd Bergmann <arnd@arndb.de> |