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 6FFE7C433F5 for ; Thu, 6 Jan 2022 20:28:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243756AbiAFU2S (ORCPT ); Thu, 6 Jan 2022 15:28:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243754AbiAFU2Q (ORCPT ); Thu, 6 Jan 2022 15:28:16 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8812C061245 for ; Thu, 6 Jan 2022 12:28:15 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 75CC161E16 for ; Thu, 6 Jan 2022 20:28:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE3B5C36AED; Thu, 6 Jan 2022 20:28:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1641500894; bh=BGqh5w32AtbQBoQuseqpX+P4H5soTGDf7+fuVcRonE0=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=dYXzcPsdPgpX4KDM3EK5x+hbwj6AXsuXwNTu6T8A7o40nVnVxTp0DUmqPMXwW69X5 SB9pN7XIF8rVr2iomTtzBbZ28X4b+bqMpGtuCLP71H8dKA+HiO1tS3uxdrRw05YyWF h+5Wbw/fPsKNOXfjWB4Agj6ZDqO5yj7SM5KSPoJ/ASnXwZydNzkUgMkjvdFc9K4YPL cQTBYmWEhZi5xR6SrKx5TyfBZdoi45nDng+FUrgLAycY9d2OvZ44zZ2c2bV/kb2Eb2 YT6G1/WPAQOgZGe3ajonlC0OrwCDl8Td9JOPmp9/aaCVp2L0NoBegqnG7vzxWBlmcR H0fogSQz5UgWQ== From: Mark Brown To: perex@perex.cz, tiwai@suse.com, Shengjiu Wang , Xiubo.Lee@gmail.com, alsa-devel@alsa-project.org, festevam@gmail.com, nicoleotsuka@gmail.com, timur@kernel.org, lgirdwood@gmail.com Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: <1641380883-20709-1-git-send-email-shengjiu.wang@nxp.com> References: <1641380883-20709-1-git-send-email-shengjiu.wang@nxp.com> Subject: Re: [PATCH] ASoC: fsl_asrc: refine the check of available clock divider Message-Id: <164150089249.2243486.14713961651621458604.b4-ty@kernel.org> Date: Thu, 06 Jan 2022 20:28:12 +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 Wed, 5 Jan 2022 19:08:03 +0800, Shengjiu Wang wrote: > According to RM, the clock divider range is from 1 to 8, clock > prescaling ratio may be any power of 2 from 1 to 128. > So the supported divider is not all the value between > 1 and 1024, just limited value in that range. > > Create table for the supported divder and add function to > check the clock divider is available by comparing with > the table. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: fsl_asrc: refine the check of available clock divider commit: 320386343451ab6a3577e0ee200dac56a6182944 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 25D4EC433F5 for ; Thu, 6 Jan 2022 20:30:23 +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 5E2C31AAD; Thu, 6 Jan 2022 21:29:31 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 5E2C31AAD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1641501021; bh=BGqh5w32AtbQBoQuseqpX+P4H5soTGDf7+fuVcRonE0=; h=From:To:In-Reply-To:References:Subject:Date:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=teYwZCQXgXfHV7MF1TMGwvv/o7mbzT949l8Inc8iRP/2MdV9KLhPU7nxAGSSojbhB qvhl3Wl8oSFssmRGniGSmbBV+JOuWDXpD2MI45gIkTkKTyz5ho7tSufAw8e4XSnocC lKFlxMl19Iw4w6HY8YTL3P3t3LsYY/KIYypruw/A= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id B07B7F80510; Thu, 6 Jan 2022 21:28:27 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 4F1FEF80158; Thu, 6 Jan 2022 21:28:23 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id A9870F80121 for ; Thu, 6 Jan 2022 21:28:16 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz A9870F80121 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dYXzcPsd" 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 dfw.source.kernel.org (Postfix) with ESMTPS id 179AB61E21; Thu, 6 Jan 2022 20:28:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE3B5C36AED; Thu, 6 Jan 2022 20:28:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1641500894; bh=BGqh5w32AtbQBoQuseqpX+P4H5soTGDf7+fuVcRonE0=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=dYXzcPsdPgpX4KDM3EK5x+hbwj6AXsuXwNTu6T8A7o40nVnVxTp0DUmqPMXwW69X5 SB9pN7XIF8rVr2iomTtzBbZ28X4b+bqMpGtuCLP71H8dKA+HiO1tS3uxdrRw05YyWF h+5Wbw/fPsKNOXfjWB4Agj6ZDqO5yj7SM5KSPoJ/ASnXwZydNzkUgMkjvdFc9K4YPL cQTBYmWEhZi5xR6SrKx5TyfBZdoi45nDng+FUrgLAycY9d2OvZ44zZ2c2bV/kb2Eb2 YT6G1/WPAQOgZGe3ajonlC0OrwCDl8Td9JOPmp9/aaCVp2L0NoBegqnG7vzxWBlmcR H0fogSQz5UgWQ== From: Mark Brown To: perex@perex.cz, tiwai@suse.com, Shengjiu Wang , Xiubo.Lee@gmail.com, alsa-devel@alsa-project.org, festevam@gmail.com, nicoleotsuka@gmail.com, timur@kernel.org, lgirdwood@gmail.com In-Reply-To: <1641380883-20709-1-git-send-email-shengjiu.wang@nxp.com> References: <1641380883-20709-1-git-send-email-shengjiu.wang@nxp.com> Subject: Re: [PATCH] ASoC: fsl_asrc: refine the check of available clock divider Message-Id: <164150089249.2243486.14713961651621458604.b4-ty@kernel.org> Date: Thu, 06 Jan 2022 20:28:12 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Cc: linuxppc-dev@lists.ozlabs.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, 5 Jan 2022 19:08:03 +0800, Shengjiu Wang wrote: > According to RM, the clock divider range is from 1 to 8, clock > prescaling ratio may be any power of 2 from 1 to 128. > So the supported divider is not all the value between > 1 and 1024, just limited value in that range. > > Create table for the supported divder and add function to > check the clock divider is available by comparing with > the table. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: fsl_asrc: refine the check of available clock divider commit: 320386343451ab6a3577e0ee200dac56a6182944 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