mbox series

[0/6] ASoC: Intel: machine driver updates for 5.9

Message ID 20200717211337.31956-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: machine driver updates for 5.9 | expand

Message

Pierre-Louis Bossart July 17, 2020, 9:13 p.m. UTC
Small patchset to harden the SoundWire machine driver, change bad
HIDs, update PLL settings and avoid memory leaks. Given that the
SoundWire core parts are not upstream it's probably not necessary to
provide the patches to stable branches.

Bard Liao (1):
  ASoC: Intel: sof_sdw_rt711: remove hard-coded codec name

Kai Vehmanen (2):
  ASoC: Intel: sof_sdw: add support for systems without i915 audio
  ASoC: Intel: sof_sdw: avoid crash if invalid DSP topology loaded

Libin Yang (1):
  ASoC: Intel: common: change match table ehl-rt5660

Pierre-Louis Bossart (1):
  ASoC: Intel: sof_sdw_rt711: remove properties in card remove

Yong Zhi (1):
  ASoC: intel: board: sof_rt5682: Update rt1015 pll input clk freq

 sound/soc/intel/boards/sof_rt5682.c           |  9 +++++-
 sound/soc/intel/boards/sof_sdw.c              | 31 +++++++++++++------
 sound/soc/intel/boards/sof_sdw_common.h       |  2 ++
 sound/soc/intel/boards/sof_sdw_hdmi.c         |  6 ++++
 sound/soc/intel/boards/sof_sdw_rt711.c        | 17 +++++++++-
 .../intel/common/soc-acpi-intel-ehl-match.c   |  2 +-
 6 files changed, 54 insertions(+), 13 deletions(-)


base-commit: 22e9b54307987787efa0ee534aa9e31982ec1161

Comments

Mark Brown July 20, 2020, 2:38 p.m. UTC | #1
On Fri, 17 Jul 2020 16:13:31 -0500, Pierre-Louis Bossart wrote:
> Small patchset to harden the SoundWire machine driver, change bad
> HIDs, update PLL settings and avoid memory leaks. Given that the
> SoundWire core parts are not upstream it's probably not necessary to
> provide the patches to stable branches.
> 
> Bard Liao (1):
>   ASoC: Intel: sof_sdw_rt711: remove hard-coded codec name
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/6] ASoC: Intel: sof_sdw_rt711: remove hard-coded codec name
      (no commit info)
[2/6] ASoC: Intel: sof_sdw_rt711: remove properties in card remove
      (no commit info)
[3/6] ASoC: Intel: sof_sdw: add support for systems without i915 audio
      (no commit info)
[4/6] ASoC: Intel: sof_sdw: avoid crash if invalid DSP topology loaded
      (no commit info)
[5/6] ASoC: intel: board: sof_rt5682: Update rt1015 pll input clk freq
      (no commit info)
[6/6] ASoC: Intel: common: change match table ehl-rt5660
      commit: 58ef60025a1263e78de01b135d05784996383611

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
Mark Brown July 20, 2020, 3:32 p.m. UTC | #2
On Fri, 17 Jul 2020 16:13:31 -0500, Pierre-Louis Bossart wrote:
> Small patchset to harden the SoundWire machine driver, change bad
> HIDs, update PLL settings and avoid memory leaks. Given that the
> SoundWire core parts are not upstream it's probably not necessary to
> provide the patches to stable branches.
> 
> Bard Liao (1):
>   ASoC: Intel: sof_sdw_rt711: remove hard-coded codec name
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/5] ASoC: Intel: sof_sdw_rt711: remove hard-coded codec name
      commit: 1f891055c7d0ce665247c09e97db927f2db37ce7
[2/5] ASoC: Intel: sof_sdw_rt711: remove properties in card remove
      commit: cf0418cd06ce42fcf35beb33e315b5a77e596926
[3/5] ASoC: Intel: sof_sdw: add support for systems without i915 audio
      commit: 15ef2ea035db7bcb9a9d0bf3747fbb7dde67dd97
[4/5] ASoC: Intel: sof_sdw: avoid crash if invalid DSP topology loaded
      commit: 6b540ac763e9d11506ec1eb6b0fadc70292bb4a6
[5/5] ASoC: intel: board: sof_rt5682: Update rt1015 pll input clk freq
      commit: 0d95d06a7aae38f3bd61582e00f0cc06b35ca0ab

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