Message ID | 20210115034327.617223-1-swboyd@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: qcom: Minor code cleanups for lpass-cpu | expand |
Thanks Stephen for the cleanup patches. All of them look good to me! On 15/01/2021 03:43, Stephen Boyd wrote: > Here's some minor code cleanups for the lpass-cpu driver. I noticed that > it casts away const from the driver data from DT. That's not great but > fixing it is a little more involved. I'll get to it later. There's also > some questionable clk_get() usage that should probably be > clk_get_optional(). For now this should help a little. > > Cc: V Sujith Kumar Reddy <vsujithk@codeaurora.org> > Cc: Srinivasa Rao <srivasam@codeaurora.org> > Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> > Cc: Cheng-Yi Chiang <cychiang@chromium.org> > > Stephen Boyd (4): > ASoC: qcom: Remove useless debug print > ASoC: qcom: Add some names to regmap configs > ASoC: qcom: Stop casting away __iomem for error pointers > ASoC: qcom: Remove duplicate error messages on ioremap > > sound/soc/qcom/lpass-cpu.c | 17 ++++++----------- > 1 file changed, 6 insertions(+), 11 deletions(-) > Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> >
On Thu, 14 Jan 2021 19:43:23 -0800, Stephen Boyd wrote: > Here's some minor code cleanups for the lpass-cpu driver. I noticed that > it casts away const from the driver data from DT. That's not great but > fixing it is a little more involved. I'll get to it later. There's also > some questionable clk_get() usage that should probably be > clk_get_optional(). For now this should help a little. > > Cc: V Sujith Kumar Reddy <vsujithk@codeaurora.org> > Cc: Srinivasa Rao <srivasam@codeaurora.org> > Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> > Cc: Cheng-Yi Chiang <cychiang@chromium.org> > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: qcom: Remove useless debug print commit: 16117beb16f01a470d40339960ffae1e287c03be [2/4] ASoC: qcom: Add some names to regmap configs commit: 03b49bf9a92b18bbfcc3b5eb206cca8447e9f2cb [3/4] ASoC: qcom: Stop casting away __iomem for error pointers commit: e697df66876c182927899950971c3b4888df3e6e [4/4] ASoC: qcom: Remove duplicate error messages on ioremap commit: 4e15f5060d34dd28591cf3af43d3086a4b76c965 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