linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] sound: Replace deprecated PCI functions
@ 2025-04-04 12:19 Philipp Stanner
  2025-04-04 12:19 ` [PATCH 01/11] ALSA: ad1889: " Philipp Stanner
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Philipp Stanner @ 2025-04-04 12:19 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, Clemens Ladisch, Liam Girdwood,
	Mark Brown, Thorsten Blum, Philipp Stanner, Pierre-Louis Bossart,
	Bard Liao, Peter Ujfalusi, Heiner Kallweit, Maxim Mikityanskiy,
	Kuninori Morimoto, He Lugang, Jerome Brunet, Binbin Zhou,
	Tang Bin
  Cc: linux-parisc, linux-sound, linux-kernel

pcim_iomap_table() and pcim_iomap_regions() have been deprecated by the
PCI subsystem. In sound/, they can easily be replaced with
pcim_iomap_region().

This series was around some time in late summer last year as a single
patch. I lost track of it for a while, but Takashi Iwai (AFAIR)
requested that I split it by component.

So that's being done here. Feel free to squash the patches as you like.

P.

Philipp Stanner (11):
  ALSA: ad1889: Replace deprecated PCI functions
  ALSA: atiixp: Replace deprecated PCI functions
  ALSA: au88x0: Replace deprecated PCI functions
  ALSA: aw2: Replace deprecated PCI functions
  ALSA: bt87x: Replace deprecated PCI functions
  ALSA: cs4281: Replace deprecated PCI functions
  ALSA: hda_intel: Replace deprecated PCI functions
  ALSA: cs5530: Replace deprecated PCI functions
  ALSA: lola: Replace deprecated PCI functions
  ALSA: hdspm: Replace deprecated PCI functions
  ASoC: loongson: Replace deprecated PCI functions

 sound/pci/ad1889.c                    |  7 +++----
 sound/pci/atiixp.c                    |  7 +++----
 sound/pci/atiixp_modem.c              |  7 +++----
 sound/pci/au88x0/au88x0.c             |  7 +++----
 sound/pci/aw2/aw2-alsa.c              |  7 +++----
 sound/pci/bt87x.c                     |  7 +++----
 sound/pci/cs4281.c                    | 13 +++++++------
 sound/pci/cs5530.c                    |  7 +++----
 sound/pci/hda/hda_intel.c             |  7 +++----
 sound/pci/lola/lola.c                 | 16 +++++++++++-----
 sound/pci/rme9652/hdspm.c             |  7 +++----
 sound/soc/loongson/loongson_i2s_pci.c | 13 +++++++------
 12 files changed, 52 insertions(+), 53 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-04-08  9:26 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-04 12:19 [PATCH 00/11] sound: Replace deprecated PCI functions Philipp Stanner
2025-04-04 12:19 ` [PATCH 01/11] ALSA: ad1889: " Philipp Stanner
2025-04-04 12:19 ` [PATCH 02/11] ALSA: atiixp: " Philipp Stanner
2025-04-04 12:19 ` [PATCH 03/11] ALSA: au88x0: " Philipp Stanner
2025-04-04 12:19 ` [PATCH 04/11] ALSA: aw2: " Philipp Stanner
2025-04-04 12:19 ` [PATCH 05/11] ALSA: bt87x: " Philipp Stanner
2025-04-04 12:19 ` [PATCH 06/11] ALSA: cs4281: " Philipp Stanner
2025-04-04 12:19 ` [PATCH 07/11] ALSA: hda_intel: " Philipp Stanner
2025-04-04 12:19 ` [PATCH 08/11] ALSA: cs5530: " Philipp Stanner
2025-04-04 12:19 ` [PATCH 09/11] ALSA: lola: " Philipp Stanner
2025-04-04 12:19 ` [PATCH 10/11] ALSA: hdspm: " Philipp Stanner
2025-04-04 12:19 ` [PATCH 11/11] ASoC: loongson: " Philipp Stanner
2025-04-04 13:47 ` [PATCH 00/11] sound: " Takashi Iwai
2025-04-04 13:49   ` Philipp Stanner
2025-04-07  7:24     ` Takashi Iwai
2025-04-07 23:35 ` (subset) " Mark Brown
2025-04-08  5:22   ` Takashi Iwai
2025-04-08  9:26     ` Mark Brown

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