mbox series

[PATCH/RFC,0/3] Remove KZM9D board staging support

Message ID cover.1686325857.git.geert+renesas@glider.be (mailing list archive)
Headers show
Series Remove KZM9D board staging support | expand

Message

Geert Uytterhoeven June 9, 2023, 4:10 p.m. UTC
Hi all,

Board staging was introduced to host temporarily legacy board support
for platforms that are under active conversion to DT.  Currently it
hosts:
  1. USB Gadget support for the Kyoto Microcomputer Co. KZM-A9-Dual
     (KZM9D) development board,
  2. Display support for the Atmark Techno Armadillo-800-EVA development
     board.

During the last few years, the KZM9D development board didn't receive
much love.  Also, no one really cared about the EMMA Mobile USB Gadget
driver, which is also hosted under staging.

Hence this RFC patch series removes the KZM9D board staging support,
together with the EMMA Mobile USB Gadget driver, and the legacy EMMA
Mobile EV2 clkdev registration.

Once the SH-Mobile LCDC DRM driver has been converted to atomic
modesetting and DT, the remaining parts of board staging can be removed,
together with legacy clkdev registration in the MSTP driver.

Thanks for your comments!

Geert Uytterhoeven (3):
  staging: emxx_udc: Remove EMMA Mobile USB Gadget driver
  staging: board: Remove KZM9D board staging code
  clk: renesas: emev2: Remove obsolete clkdev registration

 drivers/clk/renesas/clk-emev2.c     |    3 -
 drivers/staging/Kconfig             |    2 -
 drivers/staging/Makefile            |    1 -
 drivers/staging/board/Makefile      |    1 -
 drivers/staging/board/kzm9d.c       |   26 -
 drivers/staging/emxx_udc/Kconfig    |   11 -
 drivers/staging/emxx_udc/Makefile   |    2 -
 drivers/staging/emxx_udc/TODO       |    6 -
 drivers/staging/emxx_udc/emxx_udc.c | 3223 ---------------------------
 drivers/staging/emxx_udc/emxx_udc.h |  554 -----
 10 files changed, 3829 deletions(-)
 delete mode 100644 drivers/staging/board/kzm9d.c
 delete mode 100644 drivers/staging/emxx_udc/Kconfig
 delete mode 100644 drivers/staging/emxx_udc/Makefile
 delete mode 100644 drivers/staging/emxx_udc/TODO
 delete mode 100644 drivers/staging/emxx_udc/emxx_udc.c
 delete mode 100644 drivers/staging/emxx_udc/emxx_udc.h

Comments

Wolfram Sang June 9, 2023, 4:58 p.m. UTC | #1
> Hence this RFC patch series removes the KZM9D board staging support,
> together with the EMMA Mobile USB Gadget driver, and the legacy EMMA
> Mobile EV2 clkdev registration.

To make it super-clear: we only lose USB gadget support by removing
this. And both, board code and driver, have been in staging for years,
hardly altered. The rest of the board will still be supported because
the other drivers gained DT support.

I am all for this!
Niklas Söderlund June 9, 2023, 10:24 p.m. UTC | #2
Hi Geert,

Happy to see this work!

On 2023-06-09 18:10:48 +0200, Geert Uytterhoeven wrote:
> 	Hi all,
> 
> Board staging was introduced to host temporarily legacy board support
> for platforms that are under active conversion to DT.  Currently it
> hosts:
>   1. USB Gadget support for the Kyoto Microcomputer Co. KZM-A9-Dual
>      (KZM9D) development board,
>   2. Display support for the Atmark Techno Armadillo-800-EVA development
>      board.
> 
> During the last few years, the KZM9D development board didn't receive
> much love.  Also, no one really cared about the EMMA Mobile USB Gadget
> driver, which is also hosted under staging.
> 
> Hence this RFC patch series removes the KZM9D board staging support,
> together with the EMMA Mobile USB Gadget driver, and the legacy EMMA
> Mobile EV2 clkdev registration.
> 
> Once the SH-Mobile LCDC DRM driver has been converted to atomic
> modesetting and DT, the remaining parts of board staging can be removed,
> together with legacy clkdev registration in the MSTP driver.
> 
> Thanks for your comments!
> 
> Geert Uytterhoeven (3):
>   staging: emxx_udc: Remove EMMA Mobile USB Gadget driver
>   staging: board: Remove KZM9D board staging code
>   clk: renesas: emev2: Remove obsolete clkdev registration
> 
>  drivers/clk/renesas/clk-emev2.c     |    3 -
>  drivers/staging/Kconfig             |    2 -
>  drivers/staging/Makefile            |    1 -
>  drivers/staging/board/Makefile      |    1 -
>  drivers/staging/board/kzm9d.c       |   26 -
>  drivers/staging/emxx_udc/Kconfig    |   11 -
>  drivers/staging/emxx_udc/Makefile   |    2 -
>  drivers/staging/emxx_udc/TODO       |    6 -
>  drivers/staging/emxx_udc/emxx_udc.c | 3223 ---------------------------
>  drivers/staging/emxx_udc/emxx_udc.h |  554 -----
>  10 files changed, 3829 deletions(-)
>  delete mode 100644 drivers/staging/board/kzm9d.c
>  delete mode 100644 drivers/staging/emxx_udc/Kconfig
>  delete mode 100644 drivers/staging/emxx_udc/Makefile
>  delete mode 100644 drivers/staging/emxx_udc/TODO
>  delete mode 100644 drivers/staging/emxx_udc/emxx_udc.c
>  delete mode 100644 drivers/staging/emxx_udc/emxx_udc.h

Acked-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>

> 
> -- 
> 2.34.1
> 
> Gr{oetje,eeting}s,
> 
> 						Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> 							    -- Linus Torvalds