linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Further code removal after Arnd's latest cleanup
@ 2023-01-12  8:37 Lukas Bulwahn
  2023-01-12  8:37 ` [PATCH 1/4] ARM: s3c: remove obsolete s3c-cpu-freq header Lukas Bulwahn
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Lukas Bulwahn @ 2023-01-12  8:37 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Aaro Koskinen, Janusz Krzysztofik, Tony Lindgren,
	Krzysztof Kozlowski, linux-arm-kernel, linux-omap, linux-usb,
	linux-samsung-soc, kernel-janitors, linux-kernel, Lukas Bulwahn

Dear Arnd,

you have shared some further clean-up activities in linux-next (see the
specific commits mentioned in the patches for details). This allows us to
clean up even more code in the repository.

Please pick these patches on top of the commits mentioned in the
corresponding patches (I assume that it is your soc-next tree?).


Best regards,

Lukas

Lukas Bulwahn (4):
  ARM: s3c: remove obsolete s3c-cpu-freq header
  ARM: pxa: remove further dead code after pxa93 support removal
  usb: remove OMAP USB Device Controller and OHCI support for OMAP1/2
    chips
  ARM: debug: remove references in DEBUG_UART_8250_SHIFT to removed
    configs

 arch/arm/Kconfig.debug                   |    3 +-
 arch/arm/mach-omap1/board-osk.c          |    5 -
 arch/arm/mach-omap1/omap-dma.c           |  455 ----
 arch/arm/mach-omap1/usb.c                |   67 -
 arch/arm/mach-omap1/usb.h                |    4 -
 drivers/usb/gadget/udc/Kconfig           |   15 -
 drivers/usb/gadget/udc/Makefile          |    1 -
 drivers/usb/gadget/udc/omap_udc.c        | 3001 ----------------------
 drivers/usb/gadget/udc/omap_udc.h        |  207 --
 drivers/usb/host/Kconfig                 |    8 -
 drivers/usb/host/Makefile                |    1 -
 drivers/usb/host/ohci-omap.c             |  435 ----
 include/linux/omap-dma.h                 |   28 -
 include/linux/soc/pxa/cpu.h              |   47 -
 include/linux/soc/samsung/s3c-cpu-freq.h |  145 --
 15 files changed, 1 insertion(+), 4421 deletions(-)
 delete mode 100644 drivers/usb/gadget/udc/omap_udc.c
 delete mode 100644 drivers/usb/gadget/udc/omap_udc.h
 delete mode 100644 drivers/usb/host/ohci-omap.c
 delete mode 100644 include/linux/soc/samsung/s3c-cpu-freq.h

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-01-13  7:15 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-12  8:37 [PATCH 0/4] Further code removal after Arnd's latest cleanup Lukas Bulwahn
2023-01-12  8:37 ` [PATCH 1/4] ARM: s3c: remove obsolete s3c-cpu-freq header Lukas Bulwahn
2023-01-12  8:57   ` Krzysztof Kozlowski
2023-01-12  8:37 ` [PATCH 2/4] ARM: pxa: remove further dead code after pxa93 support removal Lukas Bulwahn
2023-01-12  9:05   ` Arnd Bergmann
2023-01-12  9:26     ` Lukas Bulwahn
2023-01-12 10:30       ` Arnd Bergmann
2023-01-12  8:37 ` [PATCH 4/4] ARM: debug: remove references in DEBUG_UART_8250_SHIFT to removed configs Lukas Bulwahn
     [not found] ` <20230112083746.9551-4-lukas.bulwahn@gmail.com>
2023-01-12  9:02   ` [PATCH 3/4] usb: remove OMAP USB Device Controller and OHCI support for OMAP1/2 chips Arnd Bergmann
2023-01-12  9:19     ` Lukas Bulwahn
2023-01-12  9:53       ` Arnd Bergmann
2023-01-12  9:53     ` Tony Lindgren
2023-01-12 10:19       ` Arnd Bergmann
2023-01-12 14:05         ` Aaro Koskinen
2023-01-12 14:31           ` Arnd Bergmann
2023-01-13  7:14             ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).