On 18/01/2022 12:09, Linus Walleij wrote: > The helpers to use SPI host 1 and 2 are unused in the kernel > and taking up space and maintenance hours. New systems should > use device tree and not this, so delete the code. > > Cc: linux-samsung-soc@xxxxxxxxxxxxxxx > Cc: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > Cc: Sylwester Nawrocki <snawrocki@xxxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > ChangeLog v1-v2: > - Split out to separate patch > --- > arch/arm/mach-s3c/Kconfig | 12 ---- > arch/arm/mach-s3c/devs.c | 72 ----------------------- > arch/arm/mach-s3c/setup-spi-s3c64xx.c | 9 --- > arch/arm/mach-s3c/spi-core-s3c24xx.h | 6 -- > include/linux/platform_data/spi-s3c64xx.h | 8 --- > 5 files changed, 107 deletions(-) > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> Best regards, Krzysztof