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=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 8F2C8C15519 for ; Thu, 4 Mar 2021 01:09:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6F9A664EEC for ; Thu, 4 Mar 2021 01:09:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1453534AbhCDBHw (ORCPT ); Wed, 3 Mar 2021 20:07:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:32972 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1453204AbhCDA5Q (ORCPT ); Wed, 3 Mar 2021 19:57:16 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 87A0B64E76; Thu, 4 Mar 2021 00:56:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614819396; bh=0vSvXdGmE87HAvoAagW8EnApB1MQYaYgX3xsBx/2nKs=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=g9HdPDtRwG7MUHPJIO7+CZWdU7gDbUbt7eIH4NiRc46be4EHnYSUEKdhk/qeHD9YV /VuyVpt4Xbf/r6NkydjrNj23OY+5Mh9MDNs5mF7YEzsULtQ2XaHkrpIqQmPjDppOfP j7z4vydtAXQniO0J46iVDQtFTPMaBozUa/SxuLDKZGF6mtK9x3QVhx/KeCeY/NdbW2 Uv4pwwGrCvC+37VUJVTg2CNlv5t+5a+oOsCUBHWB1C0fMwm9ri416zayO98h7loGmY ONuL5C3K7ICu2GVU6E7rdsEALqjnlvRTOYufFEhSgyPwntRypBpILmJoncsVuIVSr6 GNCC/CWlN7Jng== From: Mark Brown To: Codrin Ciubotariu , alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: robh+dt@kernel.org, nicolas.ferre@microchip.com, lgirdwood@gmail.com, ludovic.desroches@microchip.com, tiwai@suse.com, alexandre.belloni@bootlin.com In-Reply-To: <20210301170905.835091-1-codrin.ciubotariu@microchip.com> References: <20210301170905.835091-1-codrin.ciubotariu@microchip.com> Subject: Re: (subset) [PATCH v2 0/7] Add I2S-MCC support for Microchip's SAMA7G5 Message-Id: <161481924068.9553.13493874640788116726.b4-ty@kernel.org> Date: Thu, 04 Mar 2021 00:54:00 +0000 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 Mon, 1 Mar 2021 19:08:58 +0200, Codrin Ciubotariu wrote: > SAMA7G5 includes an updated version of I2S-MCC, found previously on > SAM9X60. This controller includes 8 data pins, 4 for playback and 4 for > capture. For I2S and LEFT_J formats, these pins can be used to > send/receive up to 8 audio channels. For DSP_A, with TDM, any pins pair > (DIN/DOUT) from these 4 can be selected to send/receive data. This > version also includes 2 FIFOs (send and receive). > This patch set starts by moving the driver's bindings to yaml and > continues with adding a new compatible for the SAMA7G5 variant, followed > by the changes needed for I2S/LEFT_J support, TDM pin pair selection and > FIFO support, exclusively for SAMA7G5. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/7] dt-bindings: mchp,i2s-mcc: Add SAMA7G5 to binding commit: 4423a2724e3d1d55adfb1d515a9fa0759e95451e [2/7] ASoC: mchp-i2s-mcc: Add compatible for SAMA7G5 commit: 02d212ce7c72509139ceeee46f631fdf20e4c2fb [3/7] ASoC: mchp-i2s-mcc: Add multi-channel support for I2S and LEFT_J formats commit: 89dcd5cc4bee9f87ef597374a8d7dc0c51436fb2 [4/7] dt-bindings: mchp, i2s-mcc: Add property to specify pin pair for TDM commit: d43f821b8a0162de9e9d392a8f1907c5638f558a [5/7] ASoC: mchp-i2s-mcc: Add support to select TDM pins commit: 1d6257bbe6e9fcaf639f313ccd4cebe1f5e46865 [6/7] ASoC: mchp-i2s-mcc: Add FIFOs support commit: cb43e3692731401d4303c378f530c43bd283716e 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