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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 778B1C2D0E4 for ; Fri, 20 Nov 2020 21:36:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 263762237B for ; Fri, 20 Nov 2020 21:36:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="STsrivqA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728328AbgKTVfm (ORCPT ); Fri, 20 Nov 2020 16:35:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:50826 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727248AbgKTVfl (ORCPT ); Fri, 20 Nov 2020 16:35:41 -0500 Received: from localhost (cpc102334-sgyl38-2-0-cust884.18-2.cable.virginm.net [92.233.91.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 73AC12237B; Fri, 20 Nov 2020 21:35:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605908141; bh=EFiexHFZKW7N+/KrKxGNqn62prfsHu7FTDQCJmxMJts=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=STsrivqAhf90GKlMJGc4Ab5vZuotHcUl+J6aFoNmwlmhupWVdNrgTBwS9GuuPcSNJ WNejah8Hw1fnaL/6Jc+Cp1GqGBEw9AUacZZWUYFBS89eQiib9EQIxX6JPSL0QzenjK I4M6/forAw2zSQBvIRmre7dM/7zXseMQHnEGFJck= Date: Fri, 20 Nov 2020 21:35:19 +0000 From: Mark Brown To: tiwai@suse.com, Jiaxin Yu , matthias.bgg@gmail.com, tzungbi@google.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, robh+dt@kernel.org, alsa-devel@alsa-project.org Cc: Trevor.Wu@mediatek.com, shane.chien@mediatek.com In-Reply-To: <1605841573-1442-1-git-send-email-jiaxin.yu@mediatek.com> References: <1605841573-1442-1-git-send-email-jiaxin.yu@mediatek.com> Subject: Re: [PATCH 0/2] ASoC: mt6359: Fix regulator_dev_lookup() fails for id "LDO_VAUD18" Message-Id: <160590773742.47461.980400438580357576.b4-ty@kernel.org> 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 Fri, 20 Nov 2020 11:06:11 +0800, Jiaxin Yu wrote: > This series fixed "LDO_VAUD18-supply" regulator register fail. > We can see the error log "mt6359-sound supply LDO_VAUD18 not found, using > dummy regulator" when register the DAPM widget "LDO_VAUD18" > Otherwise, the power can not be turned on correctly when recording. > > Jiaxin Yu (2): > ASoC: mediatek: mt6359: Fix regulator_dev_lookup() fails for id > "LDO_VAUD18" > dt-bindings: mediatek: mt6359: remove unused property for mt6359 > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: mediatek: mt6359: Fix regulator_dev_lookup() fails for id "LDO_VAUD18" commit: 9546c76c73a1ee8b662b09f7308bcb63d2cd0d51 [2/2] ASoC: mt6359: remove unused property for mt6359 commit: 6e85530496a496616ece6c444df23522afc81520 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 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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55703C2D0E4 for ; Fri, 20 Nov 2020 21:36:41 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 719C622403 for ; Fri, 20 Nov 2020 21:36:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="Dziu8S2V"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="STsrivqA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 719C622403 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 57B00170B; Fri, 20 Nov 2020 22:35:48 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 57B00170B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1605908198; bh=EFiexHFZKW7N+/KrKxGNqn62prfsHu7FTDQCJmxMJts=; h=Date:From:To:In-Reply-To:References:Subject:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=Dziu8S2VerM3H0UutoV4qTkoks7q2y1JscWhXaUh2/nCwzLTmXdUv9ice42RpqKH1 V3s1QbH1cfQfthw97E0CbpssAP3f91WeJzR+D4AfIZby01WeA1xldoiZ365GrFu3is KNTx8KKyM6ZtChgjAE9CQz+ZLRWr3weMcqrYVRkY= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id B79FAF8016C; Fri, 20 Nov 2020 22:35:47 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 83207F8016C; Fri, 20 Nov 2020 22:35:45 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id B9C43F80166 for ; Fri, 20 Nov 2020 22:35:42 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz B9C43F80166 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="STsrivqA" Received: from localhost (cpc102334-sgyl38-2-0-cust884.18-2.cable.virginm.net [92.233.91.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 73AC12237B; Fri, 20 Nov 2020 21:35:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605908141; bh=EFiexHFZKW7N+/KrKxGNqn62prfsHu7FTDQCJmxMJts=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=STsrivqAhf90GKlMJGc4Ab5vZuotHcUl+J6aFoNmwlmhupWVdNrgTBwS9GuuPcSNJ WNejah8Hw1fnaL/6Jc+Cp1GqGBEw9AUacZZWUYFBS89eQiib9EQIxX6JPSL0QzenjK I4M6/forAw2zSQBvIRmre7dM/7zXseMQHnEGFJck= Date: Fri, 20 Nov 2020 21:35:19 +0000 From: Mark Brown To: tiwai@suse.com, Jiaxin Yu , matthias.bgg@gmail.com, tzungbi@google.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, robh+dt@kernel.org, alsa-devel@alsa-project.org In-Reply-To: <1605841573-1442-1-git-send-email-jiaxin.yu@mediatek.com> References: <1605841573-1442-1-git-send-email-jiaxin.yu@mediatek.com> Subject: Re: [PATCH 0/2] ASoC: mt6359: Fix regulator_dev_lookup() fails for id "LDO_VAUD18" Message-Id: <160590773742.47461.980400438580357576.b4-ty@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Cc: shane.chien@mediatek.com, Trevor.Wu@mediatek.com X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Fri, 20 Nov 2020 11:06:11 +0800, Jiaxin Yu wrote: > This series fixed "LDO_VAUD18-supply" regulator register fail. > We can see the error log "mt6359-sound supply LDO_VAUD18 not found, using > dummy regulator" when register the DAPM widget "LDO_VAUD18" > Otherwise, the power can not be turned on correctly when recording. > > Jiaxin Yu (2): > ASoC: mediatek: mt6359: Fix regulator_dev_lookup() fails for id > "LDO_VAUD18" > dt-bindings: mediatek: mt6359: remove unused property for mt6359 > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: mediatek: mt6359: Fix regulator_dev_lookup() fails for id "LDO_VAUD18" commit: 9546c76c73a1ee8b662b09f7308bcb63d2cd0d51 [2/2] ASoC: mt6359: remove unused property for mt6359 commit: 6e85530496a496616ece6c444df23522afc81520 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 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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0685C56202 for ; Fri, 20 Nov 2020 21:35:52 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2DBA62237B for ; Fri, 20 Nov 2020 21:35:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="v9kKBwnV"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="STsrivqA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2DBA62237B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Subject:References: In-Reply-To:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=6FSI0Tq0kPdOg2TxPBe6LmJ9yUKzsu1Xk67gw7w5uvs=; b=v9kKBwnVlcCxXBwRTd0kYyKOj YQe4s9iWNghaCgVlizeOwB2heX4DT6PO551lGjSmg7qigCIpqNv0DLzFxpLCVi/YoBfZxTOBH6f7u Tiv6go5jvL/nVtZ1ERDpSuqpvndcTIpXwvepQw5oimemyTAKgR2UeqOio5azHDSmX+7dTU9U9TxWA 3adWhgpp5fMlh1oe04j/4KESIbTBOUAdqoWnG7ad/xiShIIfGH9fZWBM3aFvPwe7vyiSiLD6sloox ZnMxyxYyn7Qs4lqynoXU026C0pcloSCTes/d20Io3F8dXPuGHGF23f9iyRInikutDCZlO0tF8vntA XeUatYLdw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kgE4I-0000JV-1Y; Fri, 20 Nov 2020 21:35:46 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kgE4E-0000FQ-Aq; Fri, 20 Nov 2020 21:35:43 +0000 Received: from localhost (cpc102334-sgyl38-2-0-cust884.18-2.cable.virginm.net [92.233.91.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 73AC12237B; Fri, 20 Nov 2020 21:35:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605908141; bh=EFiexHFZKW7N+/KrKxGNqn62prfsHu7FTDQCJmxMJts=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=STsrivqAhf90GKlMJGc4Ab5vZuotHcUl+J6aFoNmwlmhupWVdNrgTBwS9GuuPcSNJ WNejah8Hw1fnaL/6Jc+Cp1GqGBEw9AUacZZWUYFBS89eQiib9EQIxX6JPSL0QzenjK I4M6/forAw2zSQBvIRmre7dM/7zXseMQHnEGFJck= Date: Fri, 20 Nov 2020 21:35:19 +0000 From: Mark Brown To: tiwai@suse.com, Jiaxin Yu , matthias.bgg@gmail.com, tzungbi@google.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, robh+dt@kernel.org, alsa-devel@alsa-project.org In-Reply-To: <1605841573-1442-1-git-send-email-jiaxin.yu@mediatek.com> References: <1605841573-1442-1-git-send-email-jiaxin.yu@mediatek.com> Subject: Re: [PATCH 0/2] ASoC: mt6359: Fix regulator_dev_lookup() fails for id "LDO_VAUD18" Message-Id: <160590773742.47461.980400438580357576.b4-ty@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201120_163542_473455_64C08298 X-CRM114-Status: GOOD ( 14.17 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: shane.chien@mediatek.com, Trevor.Wu@mediatek.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Fri, 20 Nov 2020 11:06:11 +0800, Jiaxin Yu wrote: > This series fixed "LDO_VAUD18-supply" regulator register fail. > We can see the error log "mt6359-sound supply LDO_VAUD18 not found, using > dummy regulator" when register the DAPM widget "LDO_VAUD18" > Otherwise, the power can not be turned on correctly when recording. > > Jiaxin Yu (2): > ASoC: mediatek: mt6359: Fix regulator_dev_lookup() fails for id > "LDO_VAUD18" > dt-bindings: mediatek: mt6359: remove unused property for mt6359 > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: mediatek: mt6359: Fix regulator_dev_lookup() fails for id "LDO_VAUD18" commit: 9546c76c73a1ee8b662b09f7308bcb63d2cd0d51 [2/2] ASoC: mt6359: remove unused property for mt6359 commit: 6e85530496a496616ece6c444df23522afc81520 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 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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98D1EC56202 for ; Fri, 20 Nov 2020 21:36:10 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0737A2237B for ; Fri, 20 Nov 2020 21:36:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="kbz52GHB"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="STsrivqA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0737A2237B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Subject:References: In-Reply-To:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=qpFGuimgpZ1XzfZ5yhR3U1SRBy5OJhyAxys4V0Bir+4=; b=kbz52GHBTf0pw91AczxY6i8mc osvjZysO3WMlB9zzIFWo+00BsXZ5aWZMK5B7UuWuKwCMQh+sqL5m7n59moM2HYxxV1FSZJwX9JHu0 l2WdbIeMwCF9wxcmwbyRq18baA8B5QTy6R99xR/RC//ug6zT5WktMkXX2QS8KMzMVuw353yCacmUu 6zidJmHf1CucueEiuaWSHnjas5aJBO5kX9SmxGkgZ7KgTMXIU4Y2WWBodWGt9C54cd8LAL4YNJPqr fHi7gt8frM1RrFNIsna0K+GKYCE4b425+cvVuDj9YDkueXWBP7nZxeuQ8t4CzVQfK9GOCkBNqwFug Jx80rjdaA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kgE4G-0000Hz-Gw; Fri, 20 Nov 2020 21:35:44 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kgE4E-0000FQ-Aq; Fri, 20 Nov 2020 21:35:43 +0000 Received: from localhost (cpc102334-sgyl38-2-0-cust884.18-2.cable.virginm.net [92.233.91.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 73AC12237B; Fri, 20 Nov 2020 21:35:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605908141; bh=EFiexHFZKW7N+/KrKxGNqn62prfsHu7FTDQCJmxMJts=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=STsrivqAhf90GKlMJGc4Ab5vZuotHcUl+J6aFoNmwlmhupWVdNrgTBwS9GuuPcSNJ WNejah8Hw1fnaL/6Jc+Cp1GqGBEw9AUacZZWUYFBS89eQiib9EQIxX6JPSL0QzenjK I4M6/forAw2zSQBvIRmre7dM/7zXseMQHnEGFJck= Date: Fri, 20 Nov 2020 21:35:19 +0000 From: Mark Brown To: tiwai@suse.com, Jiaxin Yu , matthias.bgg@gmail.com, tzungbi@google.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, robh+dt@kernel.org, alsa-devel@alsa-project.org In-Reply-To: <1605841573-1442-1-git-send-email-jiaxin.yu@mediatek.com> References: <1605841573-1442-1-git-send-email-jiaxin.yu@mediatek.com> Subject: Re: [PATCH 0/2] ASoC: mt6359: Fix regulator_dev_lookup() fails for id "LDO_VAUD18" Message-Id: <160590773742.47461.980400438580357576.b4-ty@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201120_163542_473455_64C08298 X-CRM114-Status: GOOD ( 14.17 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: shane.chien@mediatek.com, Trevor.Wu@mediatek.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 20 Nov 2020 11:06:11 +0800, Jiaxin Yu wrote: > This series fixed "LDO_VAUD18-supply" regulator register fail. > We can see the error log "mt6359-sound supply LDO_VAUD18 not found, using > dummy regulator" when register the DAPM widget "LDO_VAUD18" > Otherwise, the power can not be turned on correctly when recording. > > Jiaxin Yu (2): > ASoC: mediatek: mt6359: Fix regulator_dev_lookup() fails for id > "LDO_VAUD18" > dt-bindings: mediatek: mt6359: remove unused property for mt6359 > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: mediatek: mt6359: Fix regulator_dev_lookup() fails for id "LDO_VAUD18" commit: 9546c76c73a1ee8b662b09f7308bcb63d2cd0d51 [2/2] ASoC: mt6359: remove unused property for mt6359 commit: 6e85530496a496616ece6c444df23522afc81520 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-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel