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 526B6C433EF for ; Thu, 7 Jul 2022 13:55:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235684AbiGGNzO (ORCPT ); Thu, 7 Jul 2022 09:55:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51622 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236040AbiGGNys (ORCPT ); Thu, 7 Jul 2022 09:54:48 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D98AC1A812; Thu, 7 Jul 2022 06:54:09 -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 8AF50B82224; Thu, 7 Jul 2022 13:54:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 66694C341C6; Thu, 7 Jul 2022 13:54:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657202047; bh=bfSNl/kqtaSioIPpTfl5sDM6mMgQPB4Brm2wjepEylM=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=SPH64QzAwqsLdDnV122DcfIvEvPg6xn5BSGyzcOc3Yh5yuFj+R3dAE4uUJ0xyyP6v ylQ7sr3W2x4ZU1hfupBc0JZZCbLFlRYdG58eDvDioEvc4yPcSuJWIlRfOmKB66VQSD 8rgB6Gli0tjmr903J8LB5t6gWX/J/F4lfS8dPo5oLGgSSPyNkXnkHlFoyLLe2ENgSD ACCBnhTe8oX6v21mHV+Vkz/uVbdW1Dxhs8E3iMZnvuSxlLsijX6INZpEsLa9kX87tu mqg2DXK3AXs2md4iuelpv4yjDEVSJ0ja+5zLhg+O5EPtfE7hyNYxAOZrWhlj0sEfqD Zn7W3wZFmAEpA== From: Mark Brown To: paul@crapouillou.net, aidanmacdonald.0x0@gmail.com, tiwai@suse.com, lgirdwood@gmail.com, perex@perex.cz Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org In-Reply-To: <20220706211330.120198-1-aidanmacdonald.0x0@gmail.com> References: <20220706211330.120198-1-aidanmacdonald.0x0@gmail.com> Subject: Re: (subset) [PATCH 00/11] ASoC: cleanups and improvements for jz4740-i2s Message-Id: <165720204509.3916612.8521005481587535129.b4-ty@kernel.org> Date: Thu, 07 Jul 2022 14:54:05 +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, 6 Jul 2022 22:13:19 +0100, Aidan MacDonald wrote: > This series is a preparatory cleanup of the jz4740-i2s driver before > adding support for a new SoC. The last two patches lift unnecessary > restrictions on sample rates and formats -- the existing ones appear > to be derived from the limitations of the JZ4740's internal codec and > don't reflect the actual capabilities of the I2S controller. > > I'm unable to test the series on any JZ47xx SoCs, but I have tested > on an X1000 (which is the SoC I'll be adding in a followup series). > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [01/11] ASoC: jz4740-i2s: Remove Open Firmware dependency commit: 98356c89d44dac838dfbab02975645d828de3099 [02/11] ASoC: jz4740-i2s: Refactor DMA channel setup commit: 8a7691010992886290b340a1ba943067c2e70f85 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 61CF3C433EF for ; Thu, 7 Jul 2022 13:55:38 +0000 (UTC) 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 AB5E6164E; Thu, 7 Jul 2022 15:54:46 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz AB5E6164E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1657202136; bh=bfSNl/kqtaSioIPpTfl5sDM6mMgQPB4Brm2wjepEylM=; h=From:To:In-Reply-To:References:Subject:Date:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=sS/28m6ArdfmFV1Oecetzw1Yy00RUztA3eGqWyoxcK2F2eBcJ9hxyKWxGYPMT2Xnm SF1FOfTWN+omnsvJOWzeCpUEiILb6pWUrAANINie9DVQh2z7/wVvoWW+BpbBwrJqjC wugT7Ul0SN1GYGupgBId5MLkPuvloNDnQCmd6EdE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 59FD1F80104; Thu, 7 Jul 2022 15:54:18 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 8C146F80539; Thu, 7 Jul 2022 15:54:17 +0200 (CEST) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 62C5DF80104 for ; Thu, 7 Jul 2022 15:54:09 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 62C5DF80104 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="SPH64QzA" 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 82FCDB82011; Thu, 7 Jul 2022 13:54:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 66694C341C6; Thu, 7 Jul 2022 13:54:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657202047; bh=bfSNl/kqtaSioIPpTfl5sDM6mMgQPB4Brm2wjepEylM=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=SPH64QzAwqsLdDnV122DcfIvEvPg6xn5BSGyzcOc3Yh5yuFj+R3dAE4uUJ0xyyP6v ylQ7sr3W2x4ZU1hfupBc0JZZCbLFlRYdG58eDvDioEvc4yPcSuJWIlRfOmKB66VQSD 8rgB6Gli0tjmr903J8LB5t6gWX/J/F4lfS8dPo5oLGgSSPyNkXnkHlFoyLLe2ENgSD ACCBnhTe8oX6v21mHV+Vkz/uVbdW1Dxhs8E3iMZnvuSxlLsijX6INZpEsLa9kX87tu mqg2DXK3AXs2md4iuelpv4yjDEVSJ0ja+5zLhg+O5EPtfE7hyNYxAOZrWhlj0sEfqD Zn7W3wZFmAEpA== From: Mark Brown To: paul@crapouillou.net, aidanmacdonald.0x0@gmail.com, tiwai@suse.com, lgirdwood@gmail.com, perex@perex.cz In-Reply-To: <20220706211330.120198-1-aidanmacdonald.0x0@gmail.com> References: <20220706211330.120198-1-aidanmacdonald.0x0@gmail.com> Subject: Re: (subset) [PATCH 00/11] ASoC: cleanups and improvements for jz4740-i2s Message-Id: <165720204509.3916612.8521005481587535129.b4-ty@kernel.org> Date: Thu, 07 Jul 2022 14:54:05 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Cc: alsa-devel@alsa-project.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.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, 6 Jul 2022 22:13:19 +0100, Aidan MacDonald wrote: > This series is a preparatory cleanup of the jz4740-i2s driver before > adding support for a new SoC. The last two patches lift unnecessary > restrictions on sample rates and formats -- the existing ones appear > to be derived from the limitations of the JZ4740's internal codec and > don't reflect the actual capabilities of the I2S controller. > > I'm unable to test the series on any JZ47xx SoCs, but I have tested > on an X1000 (which is the SoC I'll be adding in a followup series). > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [01/11] ASoC: jz4740-i2s: Remove Open Firmware dependency commit: 98356c89d44dac838dfbab02975645d828de3099 [02/11] ASoC: jz4740-i2s: Refactor DMA channel setup commit: 8a7691010992886290b340a1ba943067c2e70f85 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