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 87F59C433E0 for ; Thu, 30 Jul 2020 22:28:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5FAE72083B for ; Thu, 30 Jul 2020 22:28:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596148103; bh=oCtQbMc0yIjwTyoUHceGAsyCS/EgZDfLbcmV5WPOPq0=; h=Date:From:To:Cc:In-Reply-To:References:Subject:List-ID:From; b=VWm5/VmJIq1atTxWhNhSoNoameYkVe8ZcziPxJ8x3GbZAhHwdvy2FPxlW7menNj4a JESccCPVfu0SmemPWjB0OIcpi5nIVXwZ/x0lmTiSEGR99QthsvNtVjbaMUSr61W7YL 59+GzlvAH0hPVOTfboX5aa1dMr6JJQC7mPFnDRpQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730607AbgG3W2V (ORCPT ); Thu, 30 Jul 2020 18:28:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:40620 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730399AbgG3W2V (ORCPT ); Thu, 30 Jul 2020 18:28:21 -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 23CBD20829; Thu, 30 Jul 2020 22:28:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596148100; bh=oCtQbMc0yIjwTyoUHceGAsyCS/EgZDfLbcmV5WPOPq0=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=WzaL/zUJErKB3SDcOhK2ZY2fXDqKFTF5FjgwwZn6aP1IpBFKKvuCcgIiZVnarVC5k K3PjnyLsLJJtnuTmWVgq3kb2WjdUC5p26skGiZX5BmQpXsgswCRAwA7VrJam5ojv37 EuoKoYOjT06TXuX+cxfnzVDVi10I4G5TwNlYRUh4= Date: Thu, 30 Jul 2020 23:28:00 +0100 From: Mark Brown To: Liam Girdwood , Jerome Brunet Cc: Kevin Hilman , linux-amlogic@lists.infradead.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org In-Reply-To: <20200729154456.1983396-1-jbrunet@baylibre.com> References: <20200729154456.1983396-1-jbrunet@baylibre.com> Subject: Re: [PATCH 0/4] ASoC: meson: tdm fixes Message-Id: <159614804534.1473.9918282900203412134.b4-ty@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 Jul 2020 17:44:52 +0200, Jerome Brunet wrote: > This patcheset is collection of fixes for the TDM input and output the > axg audio architecture. Its fixes: > - slave mode format setting > - g12 and sm1 skew offset > - tdm clock inversion > - standard daifmt props names which don't require a specific prefix > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: meson: axg-tdm-interface: fix link fmt setup commit: 6878ba91ce84f7a07887a0615af70f969508839f [2/4] ASoC: meson: axg-tdmin: fix g12a skew commit: 80a254394fcfe55450b0351da298ca7231889219 [3/4] ASoC: meson: axg-tdm-formatters: fix sclk inversion commit: 0d3f01dcdc234001f979a0af0b6b31cb9f25b6c1 [4/4] ASoC: meson: cards: remove DT_PREFIX for standard daifmt properties commit: e44815a295a50027a9953f3ef62827d14631b96b 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 48228C433E0 for ; Thu, 30 Jul 2020 22:32:32 +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 C0D3720809 for ; Thu, 30 Jul 2020 22:32:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="vi0Xbl8n"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="WzaL/zUJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C0D3720809 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 9568D16A9; Fri, 31 Jul 2020 00:31:39 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 9568D16A9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1596148350; bh=oCtQbMc0yIjwTyoUHceGAsyCS/EgZDfLbcmV5WPOPq0=; h=Date:From:To:In-Reply-To:References:Subject:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=vi0Xbl8nTsXiQl37WwhM7/83VW9sVx6rKQLxAGtAzPdtq6z2q6zWqAEd4vz2vfLxP aPSdeMSsW6HMzFQwE5BzUULHiYGycXIDyexZMU9nQ62vrY3Df7IZdQEWkvlUKsCgDT NeOd7zfgrkAq2rCqMDa3wkAJw6tcf+nsxl3WxphY= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id AA0BBF802E3; Fri, 31 Jul 2020 00:28:31 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id AD592F800C9; Fri, 31 Jul 2020 00:28:25 +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 32CD0F800C9 for ; Fri, 31 Jul 2020 00:28:22 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 32CD0F800C9 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="WzaL/zUJ" 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 23CBD20829; Thu, 30 Jul 2020 22:28:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596148100; bh=oCtQbMc0yIjwTyoUHceGAsyCS/EgZDfLbcmV5WPOPq0=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=WzaL/zUJErKB3SDcOhK2ZY2fXDqKFTF5FjgwwZn6aP1IpBFKKvuCcgIiZVnarVC5k K3PjnyLsLJJtnuTmWVgq3kb2WjdUC5p26skGiZX5BmQpXsgswCRAwA7VrJam5ojv37 EuoKoYOjT06TXuX+cxfnzVDVi10I4G5TwNlYRUh4= Date: Thu, 30 Jul 2020 23:28:00 +0100 From: Mark Brown To: Liam Girdwood , Jerome Brunet In-Reply-To: <20200729154456.1983396-1-jbrunet@baylibre.com> References: <20200729154456.1983396-1-jbrunet@baylibre.com> Subject: Re: [PATCH 0/4] ASoC: meson: tdm fixes Message-Id: <159614804534.1473.9918282900203412134.b4-ty@kernel.org> Cc: Kevin Hilman , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-amlogic@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 Wed, 29 Jul 2020 17:44:52 +0200, Jerome Brunet wrote: > This patcheset is collection of fixes for the TDM input and output the > axg audio architecture. Its fixes: > - slave mode format setting > - g12 and sm1 skew offset > - tdm clock inversion > - standard daifmt props names which don't require a specific prefix > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: meson: axg-tdm-interface: fix link fmt setup commit: 6878ba91ce84f7a07887a0615af70f969508839f [2/4] ASoC: meson: axg-tdmin: fix g12a skew commit: 80a254394fcfe55450b0351da298ca7231889219 [3/4] ASoC: meson: axg-tdm-formatters: fix sclk inversion commit: 0d3f01dcdc234001f979a0af0b6b31cb9f25b6c1 [4/4] ASoC: meson: cards: remove DT_PREFIX for standard daifmt properties commit: e44815a295a50027a9953f3ef62827d14631b96b 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 ECE27C433DF for ; Thu, 30 Jul 2020 22:28:36 +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 BAA9520838 for ; Thu, 30 Jul 2020 22:28:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="y4J/XwMX"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="WzaL/zUJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BAA9520838 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-amlogic-bounces+linux-amlogic=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:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id: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=rLE+e2U+5AQpk7z9H03PFrUz/dNz6pUuPoxL46DfTIw=; b=y4J/XwMXp09VeVQiCCjDYAl3cq krbwiDYAOiN0C9lVRS9Mvaeg3C0JDSLnSKFcC4En7uIzif2plAFAzFa8aXsNy3HiCiv5bCt7+k0lF 1Pf1fULSIWvvlA6yySwMITSb3x+UFZSyFMtdXU6ciPD2Phbq7kz2ymK8F/1uzEO0fDTjGYxFA2x5V dtYccH9ZYXb8WkrTBkpf/Zc/gwCGXRJKlkrd/QdsiKfZnwQPP+RcK3YYfR74/O7KW8ZER1hxex1n9 3vD4A8NUrC7PlPuKdhTO8JBNAHRB0tHNb+qQjfHcOUhJN60bs41f4EIhIghE8b5K0w76xBsLX47+j goQ6DgeQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k1H2I-0004hG-P4; Thu, 30 Jul 2020 22:28:27 +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 1k1H2D-0004fL-Kb for linux-amlogic@lists.infradead.org; Thu, 30 Jul 2020 22:28:23 +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 23CBD20829; Thu, 30 Jul 2020 22:28:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596148100; bh=oCtQbMc0yIjwTyoUHceGAsyCS/EgZDfLbcmV5WPOPq0=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=WzaL/zUJErKB3SDcOhK2ZY2fXDqKFTF5FjgwwZn6aP1IpBFKKvuCcgIiZVnarVC5k K3PjnyLsLJJtnuTmWVgq3kb2WjdUC5p26skGiZX5BmQpXsgswCRAwA7VrJam5ojv37 EuoKoYOjT06TXuX+cxfnzVDVi10I4G5TwNlYRUh4= Date: Thu, 30 Jul 2020 23:28:00 +0100 From: Mark Brown To: Liam Girdwood , Jerome Brunet In-Reply-To: <20200729154456.1983396-1-jbrunet@baylibre.com> References: <20200729154456.1983396-1-jbrunet@baylibre.com> Subject: Re: [PATCH 0/4] ASoC: meson: tdm fixes Message-Id: <159614804534.1473.9918282900203412134.b4-ty@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200730_182821_898424_4A4F1557 X-CRM114-Status: GOOD ( 12.03 ) X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin Hilman , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org On Wed, 29 Jul 2020 17:44:52 +0200, Jerome Brunet wrote: > This patcheset is collection of fixes for the TDM input and output the > axg audio architecture. Its fixes: > - slave mode format setting > - g12 and sm1 skew offset > - tdm clock inversion > - standard daifmt props names which don't require a specific prefix > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: meson: axg-tdm-interface: fix link fmt setup commit: 6878ba91ce84f7a07887a0615af70f969508839f [2/4] ASoC: meson: axg-tdmin: fix g12a skew commit: 80a254394fcfe55450b0351da298ca7231889219 [3/4] ASoC: meson: axg-tdm-formatters: fix sclk inversion commit: 0d3f01dcdc234001f979a0af0b6b31cb9f25b6c1 [4/4] ASoC: meson: cards: remove DT_PREFIX for standard daifmt properties commit: e44815a295a50027a9953f3ef62827d14631b96b 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-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic