mbox series

[v2,0/4] ASoC: codecs: adau1373: drop platform data

Message ID 20241028-adau1373-shutdown-v2-0-647f56bbd182@analog.com (mailing list archive)
Headers show
Series ASoC: codecs: adau1373: drop platform data | expand

Message

Nuno Sa via B4 Relay Oct. 28, 2024, 3:43 p.m. UTC
Hi Mark,

Here it goes v2...

v1:
 * https://lore.kernel.org/all/20241021-adau1373-shutdown-v1-0-bec4ff9dfa16@analog.com/ 

v2:
 - Patch 2 (Bindings):
   * Removed extra blank line;
   * Fixed example messed indentation;
   * Added more properties to the example;
   * Add maxItems.
 - Patch 4 (Powerdown gpio):
   * Powerdown the chip when unbound.

---
Nuno Sa (4):
      ASoC: codecs: adau1373: add some kconfig text
      ASoC: dt-bindings: document the adau1373 Codec
      ASoC: codecs: adau1373: drop patform_data
      ASoC: codecs: adau1373: add powerdown gpio

 .../devicetree/bindings/sound/adi,adau1373.yaml    | 111 +++++++++++
 MAINTAINERS                                        |   1 +
 include/sound/adau1373.h                           |  33 ----
 sound/soc/codecs/Kconfig                           |   2 +-
 sound/soc/codecs/adau1373.c                        | 208 ++++++++++++++++-----
 5 files changed, 272 insertions(+), 83 deletions(-)
---
base-commit: e25169fb5a8c37e8f7d1da3d1427dee938f15f07
change-id: 20241024-adau1373-shutdown-912ef2f31b17
--

Thanks!
- Nuno Sá

Comments

Mark Brown Oct. 29, 2024, 8:35 p.m. UTC | #1
On Mon, 28 Oct 2024 16:43:37 +0100, Nuno Sa wrote:
> Here it goes v2...
> 
> v1:
>  * https://lore.kernel.org/all/20241021-adau1373-shutdown-v1-0-bec4ff9dfa16@analog.com/
> 
> v2:
>  - Patch 2 (Bindings):
>    * Removed extra blank line;
>    * Fixed example messed indentation;
>    * Added more properties to the example;
>    * Add maxItems.
>  - Patch 4 (Powerdown gpio):
>    * Powerdown the chip when unbound.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/4] ASoC: codecs: adau1373: add some kconfig text
      commit: bebf0f45326e6cbb6f96e405e4179962a5675aaf
[2/4] ASoC: dt-bindings: document the adau1373 Codec
      commit: 6b26a56fc035971951299dc1330e1fc5d49866c9
[3/4] ASoC: codecs: adau1373: drop patform_data
      commit: 71743cbe28cf1d1f845a30bc9664c3b6a08f0d30
[4/4] ASoC: codecs: adau1373: add powerdown gpio
      commit: ba79bca407d3b7e6f5be209d9b3f73f81ee8d460

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