All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: mt7621-dma: remove dma related drivers from tree
@ 2021-11-13 19:20 Sergio Paracuellos
  2021-11-13 19:20 ` [PATCH 1/3] staging: ralink-gdma: remove driver " Sergio Paracuellos
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sergio Paracuellos @ 2021-11-13 19:20 UTC (permalink / raw)
  To: linux-staging; +Cc: gregkh, neil

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


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

end of thread, other threads:[~2021-11-13 19:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-13 19:20 [PATCH 0/3] staging: mt7621-dma: remove dma related drivers from tree Sergio Paracuellos
2021-11-13 19:20 ` [PATCH 1/3] staging: ralink-gdma: remove driver " 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

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.