aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc/pxa/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-05-07ARM: pxa: move plat-pxa to drivers/soc/Arnd Bergmann1-0/+6
There are two drivers in arch/arm/plat-pxa: mfp and ssp. Both of them should ideally not be needed at all, as there are proper subsystems to replace them. OTOH, they are self-contained and can simply be normal SoC drivers, so move them over there to eliminate one more of the plat-* directories. Acked-by: Robert Jarzmik <[email protected]> (mach-pxa) Acked-by: Lubomir Rintel <[email protected]> (mach-mmp) Signed-off-by: Arnd Bergmann <[email protected]>