From: Jani Nikula <jani.nikula@linux.intel.com>
To: maarten.lankhorst@linux.intel.com, intel-xe@lists.freedesktop.org
Subject: Re: [Intel-xe] [PATCH 00/14] Update sound patches to upstreamable versions.
Date: Tue, 03 Oct 2023 15:40:59 +0300 [thread overview]
Message-ID: <87wmw3g9pg.fsf@intel.com> (raw)
In-Reply-To: <20231003120033.3505-1-maarten.lankhorst@linux.intel.com>
On Tue, 03 Oct 2023, maarten.lankhorst@linux.intel.com wrote:
> From: Maarten Lankhorst <dev@lankhorst.se>
>
> The versions inside xe are old, and I've made several iterations since.
> Posting as series on the mailing list so we get CI results before
> merging it.
What changed since the version posted yesterday?
I was hoping to get the patches annotated to contain upstream commit ids
or links to patches posted upstream.
We can't expect these to be upstreamed as part of xe upstreaming. It's
just too much at once. I think these would need to be upstreamed first.
BR,
Jani.
>
> Maarten Lankhorst (12):
> Revert "sound/soc/sof: Remove deferred probe for SOF"
> Revert "sound/hda: Allow XE as i915 replacement for sound"
> ASoC/SOF/core: Ensure sof_ops_free() is still called when probe never
> ran.
> ALSA: hda/intel: Fix error handling in azx_probe()
> ALSA: hda/i915: Allow override of gpu binding.
> ALSA: hda/i915: Add an allow_modprobe argument to snd_hdac_i915_init
> ALSA: hda/i915: Allow xe as match for i915_component_master_match
> ASoC: Intel: avs: Move snd_hdac_i915_init to before probe_work.
> ALSA: hda/intel: Move snd_hdac_i915_init to before probe_work.
> ASoC: Intel: Skylake: Move snd_hdac_i915_init to before probe_work.
> ASoC: SOF: Intel: Move binding to display driver outside of deferred
> probe
> ALSA: hda/i915: Remove extra argument from snd_hdac_i915_init
>
> Pierre-Louis Bossart (2):
> ASoC: SOF: core: Add probe_early and remove_late callbacks
> ASoC: SOF: Intel: hda: start splitting the probe
>
> sound/hda/hdac_i915.c | 19 +++++++--
> sound/pci/hda/hda_intel.c | 64 +++++++++++++---------------
> sound/soc/intel/avs/core.c | 4 +-
> sound/soc/intel/skylake/skl.c | 31 ++++----------
> sound/soc/sof/Kconfig | 19 +++++++++
> sound/soc/sof/core.c | 53 ++++++++++++++++++++++-
> sound/soc/sof/intel/hda-common-ops.c | 2 +
> sound/soc/sof/intel/hda.c | 60 +++++++++++++-------------
> sound/soc/sof/intel/hda.h | 2 +
> sound/soc/sof/ops.h | 16 +++++++
> sound/soc/sof/sof-pci-dev.c | 3 +-
> sound/soc/sof/sof-priv.h | 7 +++
> 12 files changed, 186 insertions(+), 94 deletions(-)
--
Jani Nikula, Intel
next prev parent reply other threads:[~2023-10-03 12:41 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-03 12:00 [Intel-xe] [PATCH 00/14] Update sound patches to upstreamable versions maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 01/14] Revert "sound/soc/sof: Remove deferred probe for SOF" maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 02/14] Revert "sound/hda: Allow XE as i915 replacement for sound" maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 03/14] ASoC/SOF/core: Ensure sof_ops_free() is still called when probe never ran maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 04/14] ASoC: SOF: core: Add probe_early and remove_late callbacks maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 05/14] ASoC: SOF: Intel: hda: start splitting the probe maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 06/14] ALSA: hda/intel: Fix error handling in azx_probe() maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 07/14] ALSA: hda/i915: Allow override of gpu binding maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 08/14] ALSA: hda/i915: Add an allow_modprobe argument to snd_hdac_i915_init maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 09/14] ALSA: hda/i915: Allow xe as match for i915_component_master_match maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 10/14] ASoC: Intel: avs: Move snd_hdac_i915_init to before probe_work maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 11/14] ALSA: hda/intel: " maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 12/14] ASoC: Intel: Skylake: " maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 13/14] ASoC: SOF: Intel: Move binding to display driver outside of deferred probe maarten.lankhorst
2023-10-03 12:00 ` [Intel-xe] [PATCH 14/14] ALSA: hda/i915: Remove extra argument from snd_hdac_i915_init maarten.lankhorst
2023-10-03 12:18 ` [Intel-xe] ✓ CI.Patch_applied: success for Update sound patches to upstreamable versions Patchwork
2023-10-03 12:18 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-10-03 12:20 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-10-03 12:27 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-10-03 12:27 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-10-03 12:29 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-10-03 12:40 ` Jani Nikula [this message]
2023-10-03 13:05 ` [Intel-xe] ✓ CI.BAT: " Patchwork
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=87wmw3g9pg.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=maarten.lankhorst@linux.intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox