Message ID | 20220622062245.21021-1-tinghan.shen@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | Add MT8186 ADSP dt-binding | expand |
On Wed, 22 Jun 2022 14:22:41 +0800, Tinghan Shen wrote: > v3 -> v4: > 1. Update commit message of patch 1/4 > 2. Add review tag to path 3/4 > > v2 -> v3: > 1. Change mbox-names to rx/tx for both mt8186 and mt8195. > 2. Update description of mbox-names > 3. Use static string array instead of kasprintf > 4. Align clock names in dsp driver with dt-bindings > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] dt-bindings: dsp: mediatek: Use meaningful names for mbox commit: 009b21f392759ca7be91bc4be9d9534f6cee2878 [2/4] firmware: mediatek: Use meaningful names for mbox commit: 74bbdd632637628fef8f651bddc5d17aeb7eb46a [3/4] dt-bindings: dsp: mediatek: Add mt8186 dsp document commit: 99370c4ea3d0cee8445f6a1104f25667e3fd47ba [4/4] ASoC: SOF: mediatek: Align mt8186 clock names with dt-bindings commit: acaeb8c62fd1b2b57be1523b8d5b1d64a1a9dc38 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
For the entire series: Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Cheers, Angelo > v3 -> v4: > 1. Update commit message of patch 1/4 > 2. Add review tag to path 3/4 > > v2 -> v3: > 1. Change mbox-names to rx/tx for both mt8186 and mt8195. > 2. Update description of mbox-names > 3. Use static string array instead of kasprintf > 4. Align clock names in dsp driver with dt-bindings > > v1 -> v2: > 1. Change mbox-names from mbox0/mbox1 to rep/req for both mt8186 and mt8195. > 2. rename clock-names and remove unused headers > > Tinghan Shen (4): > dt-bindings: dsp: mediatek: Use meaningful names for mbox > firmware: mediatek: Use meaningful names for mbox > dt-bindings: dsp: mediatek: Add mt8186 dsp document > ASoC: SOF: mediatek: Align mt8186 clock names with dt-bindings > > .../bindings/dsp/mediatek,mt8186-dsp.yaml | 91 +++++++++++++++++++ > .../bindings/dsp/mediatek,mt8195-dsp.yaml | 10 +- > drivers/firmware/mtk-adsp-ipc.c | 36 +++----- > sound/soc/sof/mediatek/mt8186/mt8186-clk.c | 4 +- > 4 files changed, 110 insertions(+), 31 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dsp/mediatek,mt8186-dsp.yaml >