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.1 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 6EE81C4727E for ; Thu, 1 Oct 2020 22:47:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3924E20739 for ; Thu, 1 Oct 2020 22:47:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601592436; bh=ucUxa0HaN69q6wpph89IAO8S5XFVyEHctS45bQykTig=; h=Date:From:To:Cc:In-Reply-To:References:Subject:List-ID:From; b=Z9azLbS45+4FLP/jnBSJNNDiZm2DkPxqeRn6FVQ0qUCHDmMRdRCNB27aKrbQ9NUOF RMKJ6MuGDd3iIHfjXUXEOVPqr+Uniecm8hS4Zo8EM0XWhP0GPM4Eisc2ifSSPhHbg1 nFRQ2yLXbb1OuQwQpd/AE1R6r0gVdHqunIlB7ZCM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733103AbgJAWrP (ORCPT ); Thu, 1 Oct 2020 18:47:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:51212 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726741AbgJAWrO (ORCPT ); Thu, 1 Oct 2020 18:47:14 -0400 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (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 0BF7C206C1; Thu, 1 Oct 2020 22:47:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601592434; bh=ucUxa0HaN69q6wpph89IAO8S5XFVyEHctS45bQykTig=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=ayROnTvhBaiRXUk5chq6bsV9kiMz6CmC6J9M4Y+6EL41VlQrCGTv6NOoHaQMAZhqN LV5wrGawo78IHdC6pEk+p8Bx2fZd6Fqns30TWnYWqYYWJkIAbyfz8pciiDmEkyROl0 6Ki78KVNUgVkCCYvxJDBNM1+KPxe7X8F0lQkjaVk= Date: Thu, 01 Oct 2020 23:46:15 +0100 From: Mark Brown To: NXP Linux Team , Shawn Guo , Liam Girdwood , Timur Tabi , Nicolin Chen , Qinglang Miao , Fabio Estevam , Shengjiu Wang , Sascha Hauer , Xiubo Li , Pengutronix Kernel Team , Jaroslav Kysela , Takashi Iwai Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: <20200929112930.46848-1-miaoqinglang@huawei.com> References: <20200929112930.46848-1-miaoqinglang@huawei.com> Subject: Re: [PATCH -next] ASoC: fsl: imx-mc13783: use devm_snd_soc_register_card() Message-Id: <160159237543.44588.1909303635189216096.b4-ty@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 29 Sep 2020 19:29:30 +0800, Qinglang Miao wrote: > Using devm_snd_soc_register_card() can make the code > shorter and cleaner. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: fsl: imx-mc13783: use devm_snd_soc_register_card() commit: bc772a46125f344ffabd7596c5b6b8c6ef703ea0 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 E2E2CC4727E for ; Thu, 1 Oct 2020 22:48:19 +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 5123721D7D for ; Thu, 1 Oct 2020 22:48:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="C/ZXMm2i"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ayROnTvh" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5123721D7D 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 B59E21AC1; Fri, 2 Oct 2020 00:47:26 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz B59E21AC1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1601592496; bh=ucUxa0HaN69q6wpph89IAO8S5XFVyEHctS45bQykTig=; h=Date:From:To:In-Reply-To:References:Subject:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=C/ZXMm2ian1XsS1a/kdMWskquYyOMbhT5Y6roIIYULf/iG/Z/ptQ1oNtzFo+BZ+/N NpZv2ay2KCwYwvXa1al/5sdgRJ26fheVyDujA5l0dQTTvPdc4S9VMAqQZxknJYRElk yfg543pYGCdba9t53xTkQ9L2om5XTlklFNOhKpv4= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 39C1FF801DB; Fri, 2 Oct 2020 00:47:26 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 6D644F8020C; Fri, 2 Oct 2020 00:47:23 +0200 (CEST) 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 B37C7F800AB for ; Fri, 2 Oct 2020 00:47:17 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz B37C7F800AB Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ayROnTvh" Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (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 0BF7C206C1; Thu, 1 Oct 2020 22:47:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601592434; bh=ucUxa0HaN69q6wpph89IAO8S5XFVyEHctS45bQykTig=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=ayROnTvhBaiRXUk5chq6bsV9kiMz6CmC6J9M4Y+6EL41VlQrCGTv6NOoHaQMAZhqN LV5wrGawo78IHdC6pEk+p8Bx2fZd6Fqns30TWnYWqYYWJkIAbyfz8pciiDmEkyROl0 6Ki78KVNUgVkCCYvxJDBNM1+KPxe7X8F0lQkjaVk= Date: Thu, 01 Oct 2020 23:46:15 +0100 From: Mark Brown To: NXP Linux Team , Shawn Guo , Liam Girdwood , Timur Tabi , Nicolin Chen , Qinglang Miao , Fabio Estevam , Shengjiu Wang , Sascha Hauer , Xiubo Li , Pengutronix Kernel Team , Jaroslav Kysela , Takashi Iwai In-Reply-To: <20200929112930.46848-1-miaoqinglang@huawei.com> References: <20200929112930.46848-1-miaoqinglang@huawei.com> Subject: Re: [PATCH -next] ASoC: fsl: imx-mc13783: use devm_snd_soc_register_card() Message-Id: <160159237543.44588.1909303635189216096.b4-ty@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 Tue, 29 Sep 2020 19:29:30 +0800, Qinglang Miao wrote: > Using devm_snd_soc_register_card() can make the code > shorter and cleaner. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: fsl: imx-mc13783: use devm_snd_soc_register_card() commit: bc772a46125f344ffabd7596c5b6b8c6ef703ea0 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 C08C9C4727E for ; Thu, 1 Oct 2020 22:48:46 +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 707C520739 for ; Thu, 1 Oct 2020 22:48:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="3Nj3/N/j"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ayROnTvh" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 707C520739 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=nHZe9KCZs9GxvvP69CWJE1FksKWprJgjkeBT0xhFr2k=; b=3Nj3/N/jq/idThxusvGv8FlsD deBf2XvRtXP4Q4hPTB8uNYw/eKV4i41caLAajpba6WctNtmfBKieq7lEiDIoN3WCWjy5HmyPgaj+4 5vD69XtfzxgiAW73LflFCrnkuDfiYbms0JNt3I2MZ6vLkwB1z2w/Fji4NkqhN6DgrLdMMaOyWjPep ty6YzfD7hBC+U16kGpO31CAsrCSFZphtlEiV40ATlxTkXU1me3Ty4wD8O1gdwUnwFPRfgksw0tWq9 eQrefgR3l+PE8YQtlpb5IqR/cfJstEvkaxAncnp91sfbYzO7yqVT5aV39SyHcHes4ccQkDz4ENF6Y AgNWWtpbw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kO7M6-0007s1-3k; Thu, 01 Oct 2020 22:47:18 +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 1kO7M3-0007rY-Qs for linux-arm-kernel@lists.infradead.org; Thu, 01 Oct 2020 22:47:16 +0000 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (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 0BF7C206C1; Thu, 1 Oct 2020 22:47:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601592434; bh=ucUxa0HaN69q6wpph89IAO8S5XFVyEHctS45bQykTig=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=ayROnTvhBaiRXUk5chq6bsV9kiMz6CmC6J9M4Y+6EL41VlQrCGTv6NOoHaQMAZhqN LV5wrGawo78IHdC6pEk+p8Bx2fZd6Fqns30TWnYWqYYWJkIAbyfz8pciiDmEkyROl0 6Ki78KVNUgVkCCYvxJDBNM1+KPxe7X8F0lQkjaVk= Date: Thu, 01 Oct 2020 23:46:15 +0100 From: Mark Brown To: NXP Linux Team , Shawn Guo , Liam Girdwood , Timur Tabi , Nicolin Chen , Qinglang Miao , Fabio Estevam , Shengjiu Wang , Sascha Hauer , Xiubo Li , Pengutronix Kernel Team , Jaroslav Kysela , Takashi Iwai In-Reply-To: <20200929112930.46848-1-miaoqinglang@huawei.com> References: <20200929112930.46848-1-miaoqinglang@huawei.com> Subject: Re: [PATCH -next] ASoC: fsl: imx-mc13783: use devm_snd_soc_register_card() Message-Id: <160159237543.44588.1909303635189216096.b4-ty@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201001_184716_137184_50544A2A X-CRM114-Status: GOOD ( 12.40 ) 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: alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 Tue, 29 Sep 2020 19:29:30 +0800, Qinglang Miao wrote: > Using devm_snd_soc_register_card() can make the code > shorter and cleaner. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: fsl: imx-mc13783: use devm_snd_soc_register_card() commit: bc772a46125f344ffabd7596c5b6b8c6ef703ea0 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