Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-12 | ARM: omap1: remove unused omapxxxx.h headers | Arnd Bergmann | |
The only bit that is still in use is the OMAP_IH2_*_* macros, so move them into the existing hardware.h file. Signed-off-by: Arnd Bergmann <arnd@arndb.de> | |||
2022-04-22 | ARM: omap1: move mach/*.h into mach directory | Arnd Bergmann | |
Most of the header files are no longer referenced from outside arch/arm/mach-omap1, so move them all to that place directly and change their users to use the new location. The exceptions are: - mach/compress.h is used by the core architecture code - mach/serial.h is used by mach/compress.h The mach/memory.h is empty and gets removed in the process, avoiding the need for CONFIG_NEED_MACH_MEMORY_H. Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> |