Message ID | 20220302083428.3804687-1-s.hauer@pengutronix.de |
---|---|
Headers | show |
Series | ASoC: fsl_sai: Cleanups and 1:1 bclk:mclk ratio support | expand |
Hi Sascha, Can you add Reviewers too? R: Fabio Estevam <festevam@gmail.com> R: Shengjiu Wang <shengjiu.wang@gmail.com> I haven't been working on FSL platforms lately -- will submit a patch to pass my "M:" to Shengjiu. Thanks Nic On Wed, Mar 2, 2022 at 12:34 AM Sascha Hauer <s.hauer@pengutronix.de> wrote: > > This series has some updates for the fsl_sai driver: Some general > cleanup patches, a bugfix in the ip revision checking and finally > the mclk setting is made more accurate and support for 1:1 bclk:mclk > setting is added. > > Ahmad Fatoum (2): > ASoC: fsl_sai: simplify register poking in fsl_sai_set_bclk > ASoC: fsl_sai: implement 1:1 bclk:mclk ratio support > > Sascha Hauer (5): > ASoC: fsl_sai: Drop unnecessary defines > ASoC: fsl_sai: simplify irq return value > ASoC: fsl_sai: store full version instead of major/minor > ASoC: fsl_sai: Use better variable names > ASoC: fsl_sai: use DIV_ROUND_CLOSEST() to calculate divider > > sound/soc/fsl/fsl_sai.c | 100 ++++++++++++++++++++-------------------- > sound/soc/fsl/fsl_sai.h | 9 +--- > 2 files changed, 52 insertions(+), 57 deletions(-) > > -- > 2.30.2 >
On Wed, 2 Mar 2022 09:34:21 +0100, Sascha Hauer wrote: > This series has some updates for the fsl_sai driver: Some general > cleanup patches, a bugfix in the ip revision checking and finally > the mclk setting is made more accurate and support for 1:1 bclk:mclk > setting is added. > > Ahmad Fatoum (2): > ASoC: fsl_sai: simplify register poking in fsl_sai_set_bclk > ASoC: fsl_sai: implement 1:1 bclk:mclk ratio support > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/7] ASoC: fsl_sai: Drop unnecessary defines commit: bd393e2ecc30bde95fcfab23af8246d1724e25cd [2/7] ASoC: fsl_sai: simplify irq return value commit: cb00b4c18f89aa8ffb847cd033467f0958c025a0 [3/7] ASoC: fsl_sai: simplify register poking in fsl_sai_set_bclk commit: 814c9fc46fb987bdb3af093e4818c86e62db4fa5 [4/7] ASoC: fsl_sai: store full version instead of major/minor commit: 99c1e74f25d435c1c714b8ee0dceb7ebb7d2f2f1 [5/7] ASoC: fsl_sai: Use better variable names commit: c56359f4f2adfb81cf7cbea1e8ef9bfc59dbd4ec [6/7] ASoC: fsl_sai: use DIV_ROUND_CLOSEST() to calculate divider commit: 1d4cbdf7bf2eaa794528250a29aed08f1df7f837 [7/7] ASoC: fsl_sai: implement 1:1 bclk:mclk ratio support commit: a50b7926d015c3b8194ab1d7c8aa86db8e4b7700 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