linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] staging: Remove EMMA Mobile USB Gadget and board staging support
@ 2024-01-22 14:24 Geert Uytterhoeven
  2024-01-22 14:24 ` [PATCH v2 1/4] staging: emxx_udc: Remove EMMA Mobile USB Gadget driver Geert Uytterhoeven
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2024-01-22 14:24 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Magnus Damm
  Cc: linux-staging, linux-usb, linux-renesas-soc, linux-kernel,
	Geert Uytterhoeven

	Hi Greg,

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.  Recently, the SH-Mobile
LCDC DRM driver and Armadillo-800-EVA display support have been
converted to DT.

Hence this patch series removes all board staging support, together with
the now unused EMMA Mobile USB Gadget driver.

Changes compared to v1:
  - Drop RFC, widen audience,
  - Drop EMMA Mobile EV2 clkdev registration patch (merged),
  - Add Acked-by,
  - Remove Armadillo-800-EVA and core board staging code, too.

Thanks!

[1] "[PATCH/RFC 0/3] Remove KZM9D board staging support"
    https://lore.kernel.org/all/cover.1686325857.git.geert+renesas@glider.be/

Geert Uytterhoeven (4):
  staging: emxx_udc: Remove EMMA Mobile USB Gadget driver
  staging: board: Remove KZM9D board staging code
  staging: board: Remove Armadillo-800-EVA board staging code
  staging: Remove board staging code

 drivers/staging/Kconfig                 |    4 -
 drivers/staging/Makefile                |    2 -
 drivers/staging/board/Kconfig           |   12 -
 drivers/staging/board/Makefile          |    4 -
 drivers/staging/board/TODO              |    2 -
 drivers/staging/board/armadillo800eva.c |   88 -
 drivers/staging/board/board.c           |  204 --
 drivers/staging/board/board.h           |   46 -
 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 ----
 14 files changed, 4184 deletions(-)
 delete mode 100644 drivers/staging/board/Kconfig
 delete mode 100644 drivers/staging/board/Makefile
 delete mode 100644 drivers/staging/board/TODO
 delete mode 100644 drivers/staging/board/armadillo800eva.c
 delete mode 100644 drivers/staging/board/board.c
 delete mode 100644 drivers/staging/board/board.h
 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

-- 
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

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

end of thread, other threads:[~2024-01-24 18:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 14:24 [PATCH v2 0/4] staging: Remove EMMA Mobile USB Gadget and board staging support Geert Uytterhoeven
2024-01-22 14:24 ` [PATCH v2 1/4] staging: emxx_udc: Remove EMMA Mobile USB Gadget driver Geert Uytterhoeven
2024-01-22 14:24 ` [PATCH v2 2/4] staging: board: Remove KZM9D board staging code Geert Uytterhoeven
2024-01-22 14:24 ` [PATCH v2 3/4] staging: board: Remove Armadillo-800-EVA " Geert Uytterhoeven
2024-01-23  9:49   ` Wolfram Sang
2024-01-22 14:24 ` [PATCH v2 4/4] staging: Remove " Geert Uytterhoeven
2024-01-23  9:49   ` Wolfram Sang
2024-01-24 18:21 ` [PATCH v2 0/4] staging: Remove EMMA Mobile USB Gadget and board staging support Greg Kroah-Hartman

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).