All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] ASoC: mediatek: Add support for MT8195 sound card with max98390 and rt5682
@ 2022-03-24  5:38 ` Trevor Wu
  0 siblings, 0 replies; 68+ messages in thread
From: Trevor Wu @ 2022-03-24  5:38 UTC (permalink / raw)
  To: broonie, tiwai, robh+dt, matthias.bgg
  Cc: devicetree, alsa-devel, linux-kernel, tzungbi, miles.chen,
	linux-mediatek, trevor.wu, yc.hung, aaronyu, linux-arm-kernel,
	angelogioacchino.delregno

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%)

-- 
2.18.0


^ permalink raw reply	[flat|nested] 68+ messages in thread

end of thread, other threads:[~2022-04-05  9:53 UTC | newest]

Thread overview: 68+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-24  5:38 [PATCH v4 0/6] ASoC: mediatek: Add support for MT8195 sound card with max98390 and rt5682 Trevor Wu
2022-03-24  5:38 ` Trevor Wu
2022-03-24  5:38 ` Trevor Wu
2022-03-24  5:38 ` Trevor Wu
2022-03-24  5:38 ` [PATCH v4 1/6] ASoC: mediatek: mt8195: revise mt8195-mt6359-rt1019-rt5682.c Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24 16:11   ` AngeloGioacchino Del Regno
2022-03-24 16:11     ` AngeloGioacchino Del Regno
2022-03-24 16:11     ` AngeloGioacchino Del Regno
2022-03-24 16:11     ` AngeloGioacchino Del Regno
2022-03-24  5:38 ` [PATCH v4 2/6] ASoC: mediatek: mt8195: merge machine driver Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  7:45   ` Tzung-Bi Shih
2022-03-24  7:45     ` Tzung-Bi Shih
2022-03-24  7:45     ` Tzung-Bi Shih
2022-03-24  7:45     ` Tzung-Bi Shih
2022-03-24 16:10   ` AngeloGioacchino Del Regno
2022-03-24 16:10     ` AngeloGioacchino Del Regno
2022-03-24 16:10     ` AngeloGioacchino Del Regno
2022-03-24 16:10     ` AngeloGioacchino Del Regno
2022-03-24  5:38 ` [PATCH v4 3/6] ASoC: dt-bindings: mediatek: mt8195: merge mt8195 machine yaml Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:57   ` Miles Chen
2022-03-24  5:57     ` Miles Chen
2022-03-24  5:57     ` Miles Chen
2022-03-24  5:57     ` Miles Chen
2022-03-29 23:26   ` Rob Herring
2022-03-29 23:26     ` Rob Herring
2022-03-29 23:26     ` Rob Herring
2022-03-29 23:26     ` Rob Herring
2022-03-24  5:38 ` [PATCH v4 4/6] ASoC: mediatek: mt8195: rename card controls Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24 16:11   ` AngeloGioacchino Del Regno
2022-03-24 16:11     ` AngeloGioacchino Del Regno
2022-03-24 16:11     ` AngeloGioacchino Del Regno
2022-03-24 16:11     ` AngeloGioacchino Del Regno
2022-03-24  5:38 ` [PATCH v4 5/6] ASoC: mediatek: mt8195: add machine support for max98390 and rt5682 Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  7:45   ` Tzung-Bi Shih
2022-03-24  7:45     ` Tzung-Bi Shih
2022-03-24  7:45     ` Tzung-Bi Shih
2022-03-24  7:45     ` Tzung-Bi Shih
2022-03-24 16:12   ` AngeloGioacchino Del Regno
2022-03-24 16:12     ` AngeloGioacchino Del Regno
2022-03-24 16:12     ` AngeloGioacchino Del Regno
2022-03-24 16:12     ` AngeloGioacchino Del Regno
2022-03-24  5:38 ` [PATCH v4 6/6] ASoC: dt-bindings: mediatek: mt8195: support mt8195-mt6359-max98390-rt5682 Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-24  5:38   ` Trevor Wu
2022-03-29 23:26   ` Rob Herring
2022-03-29 23:26     ` Rob Herring
2022-03-29 23:26     ` Rob Herring
2022-03-29 23:26     ` Rob Herring
2022-04-05  9:31 ` [PATCH v4 0/6] ASoC: mediatek: Add support for MT8195 sound card with max98390 and rt5682 Mark Brown
2022-04-05  9:31   ` Mark Brown
2022-04-05  9:31   ` Mark Brown
2022-04-05  9:31   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.