Re: [PATCH] mmc: vub300: Remove the driver for the obsolete HW
From: Arnd Bergmann
Date: Mon Sep 14 2026 - 08:46:09 EST
On Mon, Sep 14, 2026, at 13:16, Ulf Hansson wrote:
> From: Ulf Hansson <ulfh@xxxxxxxxxx>
>
> The Hw is obsolete since many years and its corresponding driver has not
> been actively maintained for a very long time.
>
> In this regards we are lately receiving a lot of AI generated bug fixes as
> the driver is a real mess. Rather than continue this path, with small fixes
> instead of making a proper rework of the driver, let's just remove the
> driver altogether.
>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Cc: Johan Hovold <johan@xxxxxxxxxx>
> Signed-off-by: Ulf Hansson <ulfh@xxxxxxxxxx>
I have no objections to removing the driver, but I think its worth
pointing out the actual year it was written (2010) to put into
perspective how young or old it is. Since this is a USB device,
there are likely still many of these in use on newer machines,
but they are also trivially replaceable.
I checked my series of driver removals to see if there are any
other mmc drivers that I already have patches for, but there are
none right now. There are two drivers that are used on relatively
old PC laptop: wbsd.c relies on ISA/LPC DMA, which become
unavailabl on PCIe chipsets 20 years ago, while sdricoh_cs.c
relied on a PCMCIA or Cardbus slot that was phased out around
the same time when laptops started using Expresscard instead.
Arnd