On Thu, Aug 06, 2020 at 08:20:40PM +0200, Krzysztof Kozlowski wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > 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@xxxxxxxx> > [krzk: Add a header guard in include/linux/spi/s3c24xx-fiq.h, fix > SPDX comment style, update maintainer's entry] > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > > --- > > Changes since v1: > 1. Add a header guard in include/linux/spi/s3c24xx-fiq.h, > 2. Fix SPDX comment style, > 3. Update maintainer's entry. > --- > MAINTAINERS | 1 + > arch/arm/mach-s3c24xx/Makefile | 2 ++ > arch/arm/mach-s3c24xx/irq-s3c24xx-fiq-exports.c | 9 +++++++++ > .../arm/mach-s3c24xx/irq-s3c24xx-fiq.S | 2 +- > drivers/spi/Makefile | 1 - > drivers/spi/spi-s3c24xx.c | 7 +------ > .../linux/spi/s3c24xx-fiq.h | 10 ++++++++++ > 7 files changed, 24 insertions(+), 8 deletions(-) > create mode 100644 arch/arm/mach-s3c24xx/irq-s3c24xx-fiq-exports.c > rename drivers/spi/spi-s3c24xx-fiq.S => arch/arm/mach-s3c24xx/irq-s3c24xx-fiq.S (98%) > rename drivers/spi/spi-s3c24xx-fiq.h => include/linux/spi/s3c24xx-fiq.h (66%) Applied patches 1-23 to samsung-soc. Best regards, Krzysztof