linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove the wl1273 FM Radio
@ 2025-06-25 13:32 linux
  2025-06-25 13:32 ` [PATCH 1/4] media: radio-wl1273: Remove linux
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: linux @ 2025-06-25 13:32 UTC (permalink / raw)
  To: arnd, lee, mchehab, lgirdwood, broonie, perex, tiwai
  Cc: linux-media, linux-sound, linux-kernel, Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

I noticed that the wl1273 radio had an unused symbol, but then noticed
it is on Arnd's unused driver list:
  https://lore.kernel.org/lkml/a15bb180-401d-49ad-a212-0c81d613fbc8@app.fastmail.com/

So, delete it.
The components seem pretty separable, except for Kconfig dependencies.

That lore URL is over 75 chars, which checkpatch warns about,
suggestions welcome.

Dave

Dr. David Alan Gilbert (4):
  media: radio-wl1273: Remove
  ASoC: wl1273: Remove
  mfd: wl1273-core: Remove
  mfd: wl1273-core: Remove the header

 .../admin-guide/media/radio-cardlist.rst      |    1 -
 drivers/media/radio/Kconfig                   |   17 -
 drivers/media/radio/Makefile                  |    1 -
 drivers/media/radio/radio-wl1273.c            | 2159 -----------------
 drivers/mfd/Kconfig                           |   10 -
 drivers/mfd/Makefile                          |    1 -
 drivers/mfd/wl1273-core.c                     |  262 --
 include/linux/mfd/wl1273-core.h               |  277 ---
 sound/soc/codecs/Kconfig                      |    4 -
 sound/soc/codecs/Makefile                     |    4 +-
 sound/soc/codecs/wl1273.c                     |  500 ----
 sound/soc/codecs/wl1273.h                     |   16 -
 12 files changed, 1 insertion(+), 3251 deletions(-)
 delete mode 100644 drivers/media/radio/radio-wl1273.c
 delete mode 100644 drivers/mfd/wl1273-core.c
 delete mode 100644 include/linux/mfd/wl1273-core.h
 delete mode 100644 sound/soc/codecs/wl1273.c
 delete mode 100644 sound/soc/codecs/wl1273.h

-- 
2.49.0


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

end of thread, other threads:[~2025-09-03  7:23 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25 13:32 [PATCH 0/4] Remove the wl1273 FM Radio linux
2025-06-25 13:32 ` [PATCH 1/4] media: radio-wl1273: Remove linux
2025-08-08 15:52   ` Laurent Pinchart
2025-06-25 13:32 ` [PATCH 2/4] ASoC: wl1273: Remove linux
2025-06-25 14:04   ` Mark Brown
2025-08-14 13:59     ` Dr. David Alan Gilbert
2025-06-25 13:32 ` [PATCH 3/4] mfd: wl1273-core: Remove linux
2025-06-25 13:32 ` [PATCH 4/4] mfd: wl1273-core: Remove the header linux
2025-06-25 14:00 ` [PATCH 0/4] Remove the wl1273 FM Radio Arnd Bergmann
2025-07-01 13:27 ` (subset) " Lee Jones
2025-08-08 15:51   ` Laurent Pinchart
2025-08-08 16:01     ` Dr. David Alan Gilbert
2025-08-08 15:49 ` Laurent Pinchart
2025-09-02 10:32   ` Lee Jones
2025-09-02 10:35     ` Mark Brown
2025-09-02 11:35     ` Laurent Pinchart
2025-09-02 11:47       ` Mark Brown
2025-09-02 12:10         ` Laurent Pinchart
2025-09-02 17:49           ` Dr. David Alan Gilbert
2025-09-03  7:23             ` Lee Jones
2025-08-10  4:31 ` [PATCH] checkpatch: Allow http links of any length in commit logs Joe Perches
2025-08-14 20:08 ` (subset) [PATCH 0/4] Remove the wl1273 FM Radio Mark Brown
2025-08-15 11:29   ` Dr. David Alan Gilbert

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