ARM: s3c24xx: move spi fiq handler into platform
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Sep 2019 09:31:09 +0000 (11:31 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 19 Aug 2020 19:45:38 +0000 (21:45 +0200)
commitf131a4443ea468cd532410c271c229bb39caab08
tree1657f15d7a487abceab5612b94e490089e706f14
parent7dbad03ebcb924cde142f7477d65a54ffb1166a3
ARM: s3c24xx: move spi fiq handler into platform

The fiq handler needs access to some register definitions that
should not be used directly by device drivers.

Since this is closely related to the irqchip driver anyway,
move it into the same place.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[krzk: Add a header guard in include/linux/spi/s3c24xx-fiq.h, fix
       SPDX comment style, update maintainer's entry]
Co-developed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200806182059.2431-23-krzk%40kernel.org
Acked-by: Mark Brown <broonie@kernel.org>
MAINTAINERS
arch/arm/mach-s3c24xx/Makefile
arch/arm/mach-s3c24xx/irq-s3c24xx-fiq-exports.c [new file with mode: 0644]
arch/arm/mach-s3c24xx/irq-s3c24xx-fiq.S [new file with mode: 0644]
drivers/spi/Makefile
drivers/spi/spi-s3c24xx-fiq.S [deleted file]
drivers/spi/spi-s3c24xx-fiq.h [deleted file]
drivers/spi/spi-s3c24xx.c
include/linux/spi/s3c24xx-fiq.h [new file with mode: 0644]