ARM: s3c24xx: move regs-spi.h into spi driver
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Aug 2020 18:20:37 +0000 (20:20 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 19 Aug 2020 19:40:14 +0000 (21:40 +0200)
commit0144e3fce3d601561fb51d0362316ca745c830df
treecc6f08d2d815bab5cbc35a5684cbc53ce03c0565
parenta07c4a8c169bc072cceeda1c98a7c37fdde498a3
ARM: s3c24xx: move regs-spi.h into spi driver

The file is mostly specific to the driver, the few bits that
are actually used by the platform code get moved to mach/map.h
instead.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20200806182059.2431-20-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-s3c24xx/include/mach/map.h
arch/arm/mach-s3c24xx/s3c2412.c
arch/arm/plat-samsung/devs.c
arch/arm/plat-samsung/include/plat/regs-spi.h [deleted file]
drivers/spi/spi-s3c24xx-fiq.S
drivers/spi/spi-s3c24xx-regs.h [new file with mode: 0644]
drivers/spi/spi-s3c24xx.c