Re: [PATCH] mmc: vub300: Remove the driver for the obsolete HW
From: Ulf Hansson
Date: Mon Sep 14 2026 - 12:05:29 EST
On Mon, Sep 14, 2026 at 2:31 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
>
> 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.
Thanks for confirming, I will add a line about this when applying! I
guess I can take your response as an ack, if not please let me know.
I have obviously done some research myself and the short story is that
the elandigitalsystem went out just a couple of years after this.
The driver itself has been dead from a maintenance point of view,
which in principle happened just after the first initial commit in
2011.
>
> 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, thanks for the update!
Kind regards
Uffe