All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergio Paracuellos <sergio.paracuellos@gmail.com>
To: linux-staging@lists.linux.dev
Cc: gregkh@linuxfoundation.org, neil@brown.name
Subject: [PATCH 0/3] staging: mt7621-dma: remove dma related drivers from tree
Date: Sat, 13 Nov 2021 20:20:42 +0100	[thread overview]
Message-ID: <20211113192045.32153-1-sergio.paracuellos@gmail.com> (raw)

Hi all,

A few weeks ago, I sent the following mail[0] to know if someone has interesent
in mt7621 dma related drivers from staging. There was not response at all. There
has not been interest at all for a while other than trivial style clean ups and
AFAICT, these drivers are not normally used. ralink-gdma is used by 'i2s' but
there is not mt7621 i2s in tree driver at all, so having this has no sense also.
The other one mt7621-dma corresponds to mediatek hsdma controller. There is already
a in tree driver from mediatek for this controller so in case mt7621 Soc also need
this the way to go should be to work on the already mainlined driver. Because of
these reasons, remove these two drivers from staging tree and properly update
device tree include file to remove related nodes accordly.

Best regards,
    Sergio Paracuellos

[0]: https://lkml.org/lkml/2021/10/25/59

Sergio Paracuellos (3):
  staging: ralink-gdma: remove driver from tree
  staging: mt7621-dma: remove driver from tree
  staging: mt7621-dts: remove 'gdma' and 'hsdma' nodes

 drivers/staging/Kconfig                   |   4 -
 drivers/staging/Makefile                  |   2 -
 drivers/staging/mt7621-dma/Kconfig        |   7 -
 drivers/staging/mt7621-dma/Makefile       |   4 -
 drivers/staging/mt7621-dma/TODO           |   5 -
 drivers/staging/mt7621-dma/hsdma-mt7621.c | 758 ------------------
 drivers/staging/mt7621-dts/mt7621.dtsi    |  38 -
 drivers/staging/ralink-gdma/Kconfig       |   8 -
 drivers/staging/ralink-gdma/Makefile      |   4 -
 drivers/staging/ralink-gdma/ralink-gdma.c | 917 ----------------------
 10 files changed, 1747 deletions(-)
 delete mode 100644 drivers/staging/mt7621-dma/Kconfig
 delete mode 100644 drivers/staging/mt7621-dma/Makefile
 delete mode 100644 drivers/staging/mt7621-dma/TODO
 delete mode 100644 drivers/staging/mt7621-dma/hsdma-mt7621.c
 delete mode 100644 drivers/staging/ralink-gdma/Kconfig
 delete mode 100644 drivers/staging/ralink-gdma/Makefile
 delete mode 100644 drivers/staging/ralink-gdma/ralink-gdma.c

-- 
2.33.0


             reply	other threads:[~2021-11-13 19:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-13 19:20 Sergio Paracuellos [this message]
2021-11-13 19:20 ` [PATCH 1/3] staging: ralink-gdma: remove driver from tree Sergio Paracuellos
2021-11-13 19:20 ` [PATCH 2/3] staging: mt7621-dma: " Sergio Paracuellos
2021-11-13 19:20 ` [PATCH 3/3] staging: mt7621-dts: remove 'gdma' and 'hsdma' nodes Sergio Paracuellos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211113192045.32153-1-sergio.paracuellos@gmail.com \
    --to=sergio.paracuellos@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=neil@brown.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.