mbox series

[0/4] ASoC: mediatek: fix device_node leak

Message ID 20211224064719.2031210-1-tzungbi@google.com (mailing list archive)
Headers show
Series ASoC: mediatek: fix device_node leak | expand

Message

Tzung-Bi Shih Dec. 24, 2021, 6:47 a.m. UTC
The series is a follow up series.

The 1st and 2nd patch follow [1] to fix the device_node leak.

The 3rd patch follows [2] to reduce the log verbosity.

The 4th patch cleans the device_node related code on MT8195.
In order to align to previous platforms.

[1]: https://patchwork.kernel.org/project/alsa-devel/patch/20211214040028.2992627-1-tzungbi@google.com/
[2]: https://patchwork.kernel.org/project/alsa-devel/patch/20211220093408.207206-1-tzungbi@google.com/

Tzung-Bi Shih (4):
  ASoC: mediatek: mt8173: fix device_node leak
  ASoC: mediatek: mt8183: fix device_node leak
  ASoC: mediatek: mt8173: reduce log verbosity in probe()
  ASoC: mediatek: mt8195: release device_node after
    snd_soc_register_card

 sound/soc/mediatek/mt8173/mt8173-max98090.c   |  6 +-
 .../mediatek/mt8173/mt8173-rt5650-rt5514.c    |  5 +-
 .../mediatek/mt8173/mt8173-rt5650-rt5676.c    |  5 +-
 sound/soc/mediatek/mt8173/mt8173-rt5650.c     |  5 +-
 .../mediatek/mt8183/mt8183-da7219-max98357.c  |  6 +-
 .../mt8183/mt8183-mt6358-ts3a227-max98357.c   |  7 +-
 .../mt8195/mt8195-mt6359-rt1011-rt5682.c      | 53 +++++----------
 .../mt8195/mt8195-mt6359-rt1019-rt5682.c      | 64 ++++++-------------
 8 files changed, 56 insertions(+), 95 deletions(-)

Comments

Mark Brown Dec. 24, 2021, 4:17 p.m. UTC | #1
On Fri, 24 Dec 2021 14:47:15 +0800, Tzung-Bi Shih wrote:
> The series is a follow up series.
> 
> The 1st and 2nd patch follow [1] to fix the device_node leak.
> 
> The 3rd patch follows [2] to reduce the log verbosity.
> 
> The 4th patch cleans the device_node related code on MT8195.
> In order to align to previous platforms.
> 
> [...]

Applied to

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

Thanks!

[1/4] ASoC: mediatek: mt8173: fix device_node leak
      commit: 493433785df0075afc0c106ab65f10a605d0b35d
[2/4] ASoC: mediatek: mt8183: fix device_node leak
      commit: cb006006fe6221f092fadaffd3f219288304c9ad
[3/4] ASoC: mediatek: mt8173: reduce log verbosity in probe()
      commit: db3f5abe68ea5ea39d84e6af4f0f2ce5d5e2daf4
[4/4] ASoC: mediatek: mt8195: release device_node after snd_soc_register_card
      commit: 082482a5022780d42180a394fe6843e71fe963d8

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