Message ID | 20210115155130.185010-1-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | Remove ARM platform efm32 | expand |
On Fri, Jan 15, 2021 at 4:51 PM Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote: > > From: Uwe Kleine-König <uwe@kleine-koenig.org> > > Hello, > > compared to v1 (Message-Id: > 20210114151630.128830-1-u.kleine-koenig@pengutronix.de) I did the following changes: > > - add "serial" to the summary line of the patch removing the serial > driver > - actually remove the serial driver in the patch that claims to do this > instead of patch 1. > > On irc Arnd signalled to want to merge the first patch. As there are no > hard interdependencies between these, I think the best approach is for the > individual maintainers to pick up the patches they are responsible for. I've applied patches 1 *and* 7 now, left 2 through 6. Subsystem maintainers: Please let me know if you want to pick the driver removal patches into your tree, or if which ones I should apply here, with your Ack. Arnd
> Subsystem maintainers: Please let me know if you want to pick the > driver removal patches into your tree, or if which ones I should apply > here, with your Ack. I'll apply the I2C patch here. Thanks, Uwe and Arnd!
On Fri, Jan 15, 2021 at 05:44:59PM +0100, Arnd Bergmann wrote: > On Fri, Jan 15, 2021 at 4:51 PM Uwe Kleine-König > <u.kleine-koenig@pengutronix.de> wrote: > > > > From: Uwe Kleine-König <uwe@kleine-koenig.org> > > > > Hello, > > > > compared to v1 (Message-Id: > > 20210114151630.128830-1-u.kleine-koenig@pengutronix.de) I did the following changes: > > > > - add "serial" to the summary line of the patch removing the serial > > driver > > - actually remove the serial driver in the patch that claims to do this > > instead of patch 1. > > > > On irc Arnd signalled to want to merge the first patch. As there are no > > hard interdependencies between these, I think the best approach is for the > > individual maintainers to pick up the patches they are responsible for. > > I've applied patches 1 *and* 7 now, left 2 through 6. > > Subsystem maintainers: Please let me know if you want to pick the > driver removal patches into your tree, or if which ones I should apply > here, with your Ack. I've already taken patch 6 into my tty/serial tree, thanks. greg k-h
From: Uwe Kleine-König <uwe@kleine-koenig.org> Hello, compared to v1 (Message-Id: 20210114151630.128830-1-u.kleine-koenig@pengutronix.de) I did the following changes: - add "serial" to the summary line of the patch removing the serial driver - actually remove the serial driver in the patch that claims to do this instead of patch 1. On irc Arnd signalled to want to merge the first patch. As there are no hard interdependencies between these, I think the best approach is for the individual maintainers to pick up the patches they are responsible for. Thanks and best regards, Uwe Uwe Kleine-König (7): ARM: drop efm32 platform clk: Drop unused efm32gg driver clocksource: Drop unused efm32 timer code spi: Drop unused efm32 bus driver i2c: Drop unused efm32 bus driver tty: serial: Drop unused efm32 serial driver MAINTAINERS: Remove deleted platform efm32 MAINTAINERS | 7 - arch/arm/Kconfig | 10 +- arch/arm/Kconfig.debug | 17 - arch/arm/Makefile | 1 - arch/arm/boot/dts/Makefile | 2 - arch/arm/boot/dts/efm32gg-dk3750.dts | 88 --- arch/arm/boot/dts/efm32gg.dtsi | 177 ----- arch/arm/configs/efm32_defconfig | 98 --- arch/arm/include/debug/efm32.S | 45 -- arch/arm/mach-efm32/Makefile | 2 - arch/arm/mach-efm32/Makefile.boot | 4 - arch/arm/mach-efm32/dtmachine.c | 16 - arch/arm/mm/Kconfig | 1 - drivers/clk/Makefile | 1 - drivers/clk/clk-efm32gg.c | 84 --- drivers/clocksource/Kconfig | 9 - drivers/clocksource/Makefile | 1 - drivers/clocksource/timer-efm32.c | 278 -------- drivers/i2c/busses/Kconfig | 7 - drivers/i2c/busses/Makefile | 1 - drivers/i2c/busses/i2c-efm32.c | 469 ------------- drivers/spi/Kconfig | 7 - drivers/spi/Makefile | 1 - drivers/spi/spi-efm32.c | 462 ------------ drivers/tty/serial/Kconfig | 13 - drivers/tty/serial/Makefile | 1 - drivers/tty/serial/efm32-uart.c | 852 ----------------------- include/linux/platform_data/efm32-spi.h | 15 - include/linux/platform_data/efm32-uart.h | 19 - include/uapi/linux/serial_core.h | 3 - 30 files changed, 1 insertion(+), 2690 deletions(-) delete mode 100644 arch/arm/boot/dts/efm32gg-dk3750.dts delete mode 100644 arch/arm/boot/dts/efm32gg.dtsi delete mode 100644 arch/arm/configs/efm32_defconfig delete mode 100644 arch/arm/include/debug/efm32.S delete mode 100644 arch/arm/mach-efm32/Makefile delete mode 100644 arch/arm/mach-efm32/Makefile.boot delete mode 100644 arch/arm/mach-efm32/dtmachine.c delete mode 100644 drivers/clk/clk-efm32gg.c delete mode 100644 drivers/clocksource/timer-efm32.c delete mode 100644 drivers/i2c/busses/i2c-efm32.c delete mode 100644 drivers/spi/spi-efm32.c delete mode 100644 drivers/tty/serial/efm32-uart.c delete mode 100644 include/linux/platform_data/efm32-spi.h delete mode 100644 include/linux/platform_data/efm32-uart.h base-commit: 5c8fe583cce542aa0b84adc939ce85293de36e5e