public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: linux-arm-kernel@lists.infradead.org, tiwai@suse.com,
	robh+dt@kernel.org, Jiaxin Yu <jiaxin.yu@mediatek.com>,
	tzungbi@google.com, linux-mediatek@lists.infradead.org,
	devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
	p.zabel@pengutronix.de, matthias.bgg@gmail.com
Cc: shane.chien@mediatek.com, Bicycle.Tsai@mediatek.com,
	Trevor.Wu@mediatek.com, kuninori.morimoto.gx@renesas.com
Subject: Re: [PATCH v4 0/9] ASoC: Mediatek: Add support for MT8192 SoC
Date: Wed, 04 Nov 2020 20:42:54 +0000	[thread overview]
Message-ID: <160452257414.7226.8411635930831702201.b4-ty@kernel.org> (raw)
In-Reply-To: <1604390378-23993-1-git-send-email-jiaxin.yu@mediatek.com>

On Tue, 3 Nov 2020 15:59:29 +0800, Jiaxin Yu wrote:
> This series of patches adds support for Mediatek AFE for MT8192 SoC. At the same
> time, the calibration function of MT6359 is completed with real machine driver.
> The patch is based on broonie tree "for-next" branch.
> 
> Change since v3:
>   - use normal conditional statements to improve legiblity in [v3,3/9]
>   - remove mtk_i2s_hd_en_event as there's trace in the core
>   - impove mt8192_i2s_enum and mt8192_adda_enum
> 
> [...]

Applied to

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

Thanks!

[1/9] ASoC: mediatek: mt6359: add the calibration functions
      commit: 682c5a72a2bb0745da73211bed5f47ccccd84025
[2/9] ASoC: mediatek: mt8192: add platform driver
      commit: 125ab5d588b0b3b842064c4d53a666ca74521ae8
[3/9] ASoC: mediatek: mt8192: support i2s in platform driver
      commit: 2c37b4ed730bc45e936794031a2fa13d75fb4572
[4/9] ASoC: mediatek: mt8192: support adda in platform driver
      commit: 607ac48595640d549a769f0dde0732e69c3a6c03
[5/9] ASoC: mediatek: mt8192: support pcm in platform driver
      commit: c63b7866011e63038d32bc37f3abd0deabbc34f6
[6/9] ASoC: mediatek: mt8192: support tdm in platform driver
      commit: 52fcd65414abfcf31206d9d8ac6dba9cc1cbbf85
[7/9] dt-bindings: mediatek: mt8192: add audio afe document
      commit: 1afc60e00de3abbb6c559da409c5c1bb8c1d98ec
[8/9] ASoC: mediatek: mt8192: add machine driver with mt6359, rt1015 and rt5682
      commit: 18b13ff23fab34a9d35cec60ed19aceab61dc3f9
[9/9] dt-bindings: mediatek: mt8192: add mt8192-mt6358-rt1015-rt5682 document
      commit: 4a232122124bcbc241b8099c2f98a62c79699324

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

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

      parent reply	other threads:[~2020-11-05  3:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-03  7:59 [PATCH v4 0/9] ASoC: Mediatek: Add support for MT8192 SoC Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 1/9] ASoC: mediatek: mt6359: add the calibration functions Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 2/9] ASoC: mediatek: mt8192: add platform driver Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 3/9] ASoC: mediatek: mt8192: support i2s in " Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 4/9] ASoC: mediatek: mt8192: support adda " Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 5/9] ASoC: mediatek: mt8192: support pcm " Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 6/9] ASoC: mediatek: mt8192: support tdm " Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 7/9] dt-bindings: mediatek: mt8192: add audio afe document Jiaxin Yu
2020-11-04 18:56   ` Rob Herring
2020-11-10 16:00     ` Rob Herring
2020-11-03  7:59 ` [PATCH v4 8/9] ASoC: mediatek: mt8192: add machine driver with mt6359, rt1015 and rt5682 Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 9/9] dt-bindings: mediatek: mt8192: add mt8192-mt6358-rt1015-rt5682 document Jiaxin Yu
2020-11-04 20:42 ` Mark Brown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=160452257414.7226.8411635930831702201.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=Bicycle.Tsai@mediatek.com \
    --cc=Trevor.Wu@mediatek.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jiaxin.yu@mediatek.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=shane.chien@mediatek.com \
    --cc=tiwai@suse.com \
    --cc=tzungbi@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox