MAINTAINERS: update file entries after arm multi-platform rework and mach-pxa removal
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 11 Jan 2023 09:28:27 +0000 (10:28 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 1 Feb 2023 16:29:30 +0000 (17:29 +0100)
commit323c54b97f833e8cd7b81eb773e3cdc0112a9984
tree28cbacfd550304a4cf068a6e94b5a303ca090674
parent3821de13308bc71875cf11c11dbc1b1ab7dab81f
MAINTAINERS: update file entries after arm multi-platform rework and mach-pxa removal

In the work of Arnd's arm multi-platform support, various files in arch/arm
are moved and after the arm mach-pxa removal, only a few files remain to be
not aligned with entries in MAINTAINERS.

These file movements still require adjustments in MAINTAINERS:

  Files in arch/arm/mach-ep93xx/include/mach/ are made local:

    arch/arm/{mach-ep93xx/include/mach/uncompress.h => boot/compressed/misc-ep93xx.h}
    arch/arm/mach-ep93xx/{include/mach => }/ep93xx-regs.h
    arch/arm/mach-ep93xx/{include/mach => }/mach/irqs.h

  Files in arch/arm/mach-vexpress/ are moved to mach-versatile.

Correct the remaining references accordingly after these refactorings.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
MAINTAINERS