mbox series

[v4,0/6] ASoC: mediatek: Add support for MT8195 sound card with max98390 and rt5682

Message ID 20220324053851.27350-1-trevor.wu@mediatek.com (mailing list archive)
Headers show
Series ASoC: mediatek: Add support for MT8195 sound card with max98390 and rt5682 | expand

Message

Trevor Wu (吳文良) March 24, 2022, 5:38 a.m. UTC
This series of patches adds support for mt8195 board with mt6359, max98390
and rt5682.

To prevent from copy-paste components, mt8195 machine drivers and 
dt-bindings are merged in the patch.

Patches are based on broonie tree "for-next" branch.

Changes since v3:
  - apply some suggested changes from reviewers

Changes since v2:
  - split "merge machine driver" into two parts for better understanding

Changes since v1:
  - remove merged patches about reset controller
  - propose a common machine driver instead of machine driver common code
  - propose a common dt-bindings for mt8195 sound card

Trevor Wu (6):
  ASoC: mediatek: mt8195: revise mt8195-mt6359-rt1019-rt5682.c
  ASoC: mediatek: mt8195: merge machine driver
  ASoC: dt-bindings: mediatek: mt8195: merge mt8195 machine yaml
  ASoC: mediatek: mt8195: rename card controls
  ASoC: mediatek: mt8195: add machine support for max98390 and rt5682
  ASoC: dt-bindings: mediatek: mt8195: support
    mt8195-mt6359-max98390-rt5682

 .../sound/mt8195-mt6359-rt1011-rt5682.yaml    |   51 -
 ...-rt1019-rt5682.yaml => mt8195-mt6359.yaml} |    9 +-
 sound/soc/mediatek/Kconfig                    |   26 +-
 sound/soc/mediatek/mt8195/Makefile            |    3 +-
 .../mt8195/mt8195-mt6359-rt1011-rt5682.c      | 1198 -----------------
 ...mt6359-rt1019-rt5682.c => mt8195-mt6359.c} |  862 +++++++-----
 6 files changed, 566 insertions(+), 1583 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1011-rt5682.yaml
 rename Documentation/devicetree/bindings/sound/{mt8195-mt6359-rt1019-rt5682.yaml => mt8195-mt6359.yaml} (84%)
 delete mode 100644 sound/soc/mediatek/mt8195/mt8195-mt6359-rt1011-rt5682.c
 rename sound/soc/mediatek/mt8195/{mt8195-mt6359-rt1019-rt5682.c => mt8195-mt6359.c} (78%)

Comments

Mark Brown April 5, 2022, 9:31 a.m. UTC | #1
On Thu, 24 Mar 2022 13:38:45 +0800, Trevor Wu wrote:
> This series of patches adds support for mt8195 board with mt6359, max98390
> and rt5682.
> 
> To prevent from copy-paste components, mt8195 machine drivers and
> dt-bindings are merged in the patch.
> 
> Patches are based on broonie tree "for-next" branch.
> 
> [...]

Applied to

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

Thanks!

[1/6] ASoC: mediatek: mt8195: revise mt8195-mt6359-rt1019-rt5682.c
      commit: 4dbc714fe07641e7a07731f82152448ef09f3002
[2/6] ASoC: mediatek: mt8195: merge machine driver
      commit: 094e30efa444a118a535cb67ec000bbee9f8d150
[3/6] ASoC: dt-bindings: mediatek: mt8195: merge mt8195 machine yaml
      commit: dc16399078aea4c98f17aa99f0cdea9d5ac9c4a9
[4/6] ASoC: mediatek: mt8195: rename card controls
      commit: 3a0323c26c6720447fd5eff6495c1aea514b77d5
[5/6] ASoC: mediatek: mt8195: add machine support for max98390 and rt5682
      commit: 86a6b9c9dffff1bd653d582cfc5138da75e5f7b0
[6/6] ASoC: dt-bindings: mediatek: mt8195: support mt8195-mt6359-max98390-rt5682
      commit: cae34da5323b6ce4d0dc365d1b971f838dcff318

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