This patch set is to add power domains support for RX, TX and VA macros.
Changes since v3:
-- Add dt-bindings support.
Changes since v2:
-- Remove redundant local variable.
-- Update pds error handling sequence.
-- Update module description.
-- Clean up pds init function.
-- Remove redundant arguments.
Changes since v1:
-- Add missing macros in Kconfig.
Srinivasa Rao Mandadapu (2):
ASoC: codecs: Add power domains support in digital macro codecs
ASoC: qcom: dt-bindings: Add bindings for power domains in lpass
digital codecs
.../bindings/sound/qcom,lpass-rx-macro.yaml | 8 +++
.../bindings/sound/qcom,lpass-tx-macro.yaml | 8 +++
.../bindings/sound/qcom,lpass-va-macro.yaml | 8 +++
sound/soc/codecs/Kconfig | 7 +++
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/lpass-macro-common.c | 67 ++++++++++++++++++++++
sound/soc/codecs/lpass-macro-common.h | 17 ++++++
sound/soc/codecs/lpass-rx-macro.c | 13 ++++-
sound/soc/codecs/lpass-tx-macro.c | 10 ++++
sound/soc/codecs/lpass-va-macro.c | 11 +++-
sound/soc/qcom/Kconfig | 1 +
11 files changed, 150 insertions(+), 2 deletions(-)
create mode 100644 sound/soc/codecs/lpass-macro-common.c
create mode 100644 sound/soc/codecs/lpass-macro-common.h
--
2.7.4
On Fri, Feb 25, 2022 at 04:27:02PM +0530, Srinivasa Rao Mandadapu wrote:
> This patch set is to add power domains support for RX, TX and VA macros.
This conflicts with some of the other work going on with these drivers
which got merged, could you rebase please?
On Fri, 25 Feb 2022 16:27:02 +0530, Srinivasa Rao Mandadapu wrote:
> This patch set is to add power domains support for RX, TX and VA macros.
>
> Changes since v3:
> -- Add dt-bindings support.
> Changes since v2:
> -- Remove redundant local variable.
> -- Update pds error handling sequence.
> -- Update module description.
> -- Clean up pds init function.
> -- Remove redundant arguments.
> Changes since v1:
> -- Add missing macros in Kconfig.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/2] ASoC: codecs: Add power domains support in digital macro codecs
commit: 9e3d83c52844f955aa2975f78cee48bf9f72f5e1
[2/2] ASoC: qcom: dt-bindings: Add bindings for power domains in lpass digital codecs
commit: 6619c7d4379aca716a90f7581be2853071c086f6
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