mbox series

[0/6] ASoC: mediatek: mt8183: support DP audio

Message ID 20200710052505.3664118-1-tzungbi@google.com (mailing list archive)
Headers show
Series ASoC: mediatek: mt8183: support DP audio | expand

Message

Tzung-Bi Shih July 10, 2020, 5:24 a.m. UTC
This series is a follow up for a long time ago series
(https://patchwork.kernel.org/cover/11204303/).

The old series bound too much on the patches of DRM bridge and ASoC
machine driver.  And unluckily, the dependencies
(https://lore.kernel.org/patchwork/patch/1126819/) have not applied.

Revewing the ASoC patches in the old series, I found that they could be
decoupled from the DRM bridge patches.  And they are harmless as it is
an optional attribute ("hdmi-codec") in DTS.

This series arranges and rebases the harmless ASoC patches for
mt8183-mt6358-ts3a227-max98357 and mt8183-da7219-max98357.

The 1st and 4th patch add an optional DT property.  The 1st patch was
acked long time ago (https://patchwork.kernel.org/patch/11204321/).

The 2nd and 5th patch add DAI link for using hdmi-codec.

The 3rd and 6th patch support the HDMI jack reporting.

Tzung-Bi Shih (6):
  ASoC: dt-bindings: mt8183: add a property "mediatek,hdmi-codec"
  ASoC: mediatek: mt8183: use hdmi-codec
  ASoC: mediatek: mt8183: support HDMI jack reporting
  ASoC: dt-bindings: mt8183-da7219: add a property "mediatek,hdmi-codec"
  ASoC: mediatek: mt8183-da7219: use hdmi-codec
  ASoC: mediatek: mt8183-da7219: support HDMI jack reporting

 .../bindings/sound/mt8183-da7219-max98357.txt |  4 +++
 .../sound/mt8183-mt6358-ts3a227-max98357.txt  |  2 ++
 sound/soc/mediatek/Kconfig                    |  2 ++
 .../mediatek/mt8183/mt8183-da7219-max98357.c  | 29 +++++++++++++++++--
 .../mt8183/mt8183-mt6358-ts3a227-max98357.c   | 29 +++++++++++++++++--
 5 files changed, 60 insertions(+), 6 deletions(-)

Comments

Mark Brown July 10, 2020, 3:39 p.m. UTC | #1
On Fri, 10 Jul 2020 13:24:59 +0800, Tzung-Bi Shih wrote:
> This series is a follow up for a long time ago series
> (https://patchwork.kernel.org/cover/11204303/).
> 
> The old series bound too much on the patches of DRM bridge and ASoC
> machine driver.  And unluckily, the dependencies
> (https://lore.kernel.org/patchwork/patch/1126819/) have not applied.
> 
> [...]

Applied to

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

Thanks!

[1/6] ASoC: dt-bindings: mt8183: add a property "mediatek, hdmi-codec"
      commit: cc07e14b149e4260075093c06b371bcb31574ccc
[2/6] ASoC: mediatek: mt8183: use hdmi-codec
      commit: f2024dc55fcb743469238aa11f9967e0752ac600
[3/6] ASoC: mediatek: mt8183: support HDMI jack reporting
      commit: 88abbf627a56efcd7f24aa119f07069d3d10bd0b
[4/6] ASoC: dt-bindings: mt8183-da7219: add a property "mediatek, hdmi-codec"
      commit: 5653841d1e6bace7897a0b5ca681fa37945fa11b
[5/6] ASoC: mediatek: mt8183-da7219: use hdmi-codec
      commit: 5bdbe977117741a6bf4958c8dfdcb6b9263e9f1c
[6/6] ASoC: mediatek: mt8183-da7219: support HDMI jack reporting
      commit: e25f8afd8869bd97a4d0baea5d8da730913c8541

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