From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D31ABC28D13 for ; Thu, 25 Aug 2022 15:30:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242133AbiHYPaN (ORCPT ); Thu, 25 Aug 2022 11:30:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242143AbiHYP3f (ORCPT ); Thu, 25 Aug 2022 11:29:35 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C4D47BA9F6; Thu, 25 Aug 2022 08:28:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 70EEFB82A20; Thu, 25 Aug 2022 15:28:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1217C43470; Thu, 25 Aug 2022 15:28:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661441302; bh=yKyrbvscUxBwrXmqG5oLczuAvPaScnAReCHkvRnGolI=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=Cd1w5Anzs8A92wu9QLzQRLi2mmaTdtLxtA0SiMVUgcDjfqgy/OW1BTq629FuYNPWB AHwLSRCL3JIsaqE1USVAwSlQVho6W1tvURq098/xRi0XRLtc5/JKmsBRsh5tU1yuwj WoKDmxwOf3zes0JL14l1SVdA7XzM81jc2su/zEwzH3Nk1Iq+dYBiaRvNiLml0xM0+S DtwvO1ags0IrXU4vyfQBUsWpqn+NhiExewo62RLqXCSgj3s5YZyEaoEC9Y4Jo4CB+T +1U9VabK9CaRmOmZahgTfdBTv3GuDLehcLiv32HGP+QkWWPPX3tyjFsCszcv7gPYMB qLhvsO63w40Hw== From: Mark Brown To: chunxu.li@mediatek.com, nfraprado@collabora.com, krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, project_global_chrome_upstream_group@mediatek.com, matthias.bgg@gmail.com, alsa-devel@alsa-project.org, lgirdwood@gmail.com, jiaxin.yu@mediatek.com, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org In-Reply-To: <20220824122319.23918-1-chunxu.li@mediatek.com> References: <20220824122319.23918-1-chunxu.li@mediatek.com> Subject: Re: [PATCH v2 0/2] ASoC: mediatek: dt-bindings: modify machine Message-Id: <166144129763.526663.3235477335040031977.b4-ty@kernel.org> Date: Thu, 25 Aug 2022 16:28:17 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 Aug 2022 20:23:17 +0800, Chunxu Li wrote: > From: "chunxu.li" > > Changes since V1: > - remove unnecessary quotes > > Add SOF related field. > 1. Add a property "mediatek,adsp", Only when adsp phandle could be retrieved, > from DTS, the SOF related part of machine driver is executed. > 2. Add a property "mediatek,dai-link" to support dai-links could be specified > from DTS > > [...] Applied to broonie/sound.git for-next Thanks! [1/2] ASoC: mediatek: dt-bindings: modify machine bindings for SOF commit: 1173107d7c129ff87224814fd38fce5db023aaa0 [2/2] ASoC: mediatek: dt-bindings: modify machine bindings for SOF commit: 1173107d7c129ff87224814fd38fce5db023aaa0 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