Message ID | 20250404121911.85277-2-phasta@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | sound: Replace deprecated PCI functions | expand |
On Fri, 04 Apr 2025 14:19:01 +0200, Philipp Stanner wrote: > > 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. Thanks for the patches. I suppose those are no urgent fixes, and can be postponed for 6.16? If so, I'll pick them up after 6.15-rc1 merge window is closed. Takashi
On Fri, 2025-04-04 at 15:47 +0200, Takashi Iwai wrote: > On Fri, 04 Apr 2025 14:19:01 +0200, > Philipp Stanner wrote: > > > > 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. > > Thanks for the patches. I suppose those are no urgent fixes, and can > be postponed for 6.16? If so, I'll pick them up after 6.15-rc1 merge > window is closed. Sure, those are just improvements that aren't urgent. Thx, P. > > > Takashi
On Fri, 04 Apr 2025 15:49:36 +0200, Philipp Stanner wrote: > > On Fri, 2025-04-04 at 15:47 +0200, Takashi Iwai wrote: > > On Fri, 04 Apr 2025 14:19:01 +0200, > > Philipp Stanner wrote: > > > > > > 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. > > > > Thanks for the patches. I suppose those are no urgent fixes, and can > > be postponed for 6.16? If so, I'll pick them up after 6.15-rc1 merge > > window is closed. > > Sure, those are just improvements that aren't urgent. Now all patches applied to for-next branch. Thanks. Takashi
On Fri, 04 Apr 2025 14:19:01 +0200, Philipp Stanner wrote: > 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. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [11/11] ASoC: loongson: Replace deprecated PCI functions commit: 7288aa73e5cfb3f37ae93b55d7b7d63eca5140a8 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
On Tue, 08 Apr 2025 01:35:54 +0200, Mark Brown wrote: > > On Fri, 04 Apr 2025 14:19:01 +0200, Philipp Stanner wrote: > > 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. > > > > [...] > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next > > Thanks! > > [11/11] ASoC: loongson: Replace deprecated PCI functions > commit: 7288aa73e5cfb3f37ae93b55d7b7d63eca5140a8 > > All being well this means that it will be integrated into the linux-next > tree (usually sometime in the next 24 hours) and sent to Linus during > the next merge window (or sooner if it is a bug fix), however if > problems are discovered then the patch may be dropped or reverted. > > You may get further e-mails resulting from automated or manual testing > and review of the tree, please engage with people reporting problems and > send followup patches addressing any issues that are reported if needed. > > If any updates are required or you are submitting further changes they > should be sent as incremental updates against current git, existing > patches will not be replaced. > > Please add any relevant lists and maintainers to the CCs when replying > to this mail. Oh, I already applied this one blindly as a part of series to my tree. But it's a trivial fix and shouldn't be a big problem to apply twice... Takashi
On Tue, Apr 08, 2025 at 07:22:54AM +0200, Takashi Iwai wrote: > Mark Brown wrote: > > [11/11] ASoC: loongson: Replace deprecated PCI functions > > commit: 7288aa73e5cfb3f37ae93b55d7b7d63eca5140a8 > Oh, I already applied this one blindly as a part of series to my > tree. But it's a trivial fix and shouldn't be a big problem to apply > twice... Yeah, I saw you applied it after it was already well down the pipeline in a branch in my CI and thought it'd be fine if we ended up with two copies.