mbox series

[0/8] ASoC: microchip: some cleanups for AT91 sound drivers

Message ID 20230301113807.24036-1-claudiu.beznea@microchip.com (mailing list archive)
Headers show
Series ASoC: microchip: some cleanups for AT91 sound drivers | expand

Message

Claudiu Beznea March 1, 2023, 11:37 a.m. UTC
Hi,

The following patches do some cleanups for Microchip AT91 sound drivers.
Along with it I took the chance and updated MAINTAINERS file.

Thank you,
Claudiu Beznea

Claudiu Beznea (8):
  ASoC: mchp-spdiftx: use FIELD_PREP() where possible
  ASoC: mchp-spdiftx: use regmap_update_bits()
  ASoC: mchp-spdiftx: update debug message
  ASoC: mchp-pdmc: use FIELD_PREP() where possible
  ASoC: mchp-pdmc: return directly ret
  ASoC: mchp-pdmc: avoid casting to/from void pointer
  MAINTAINERS: add myself as maintainer for Microchip AT91 sound drivers
  MAINTAINERS: update Microchip AT91 sound entries with documentation
    files

 MAINTAINERS                    |  9 +++++--
 sound/soc/atmel/mchp-pdmc.c    | 19 ++++++--------
 sound/soc/atmel/mchp-spdiftx.c | 45 ++++++++++++----------------------
 3 files changed, 29 insertions(+), 44 deletions(-)

Comments

Mark Brown March 6, 2023, 1:32 p.m. UTC | #1
On Wed, 01 Mar 2023 13:37:59 +0200, Claudiu Beznea wrote:
> The following patches do some cleanups for Microchip AT91 sound drivers.
> Along with it I took the chance and updated MAINTAINERS file.
> 
> Thank you,
> Claudiu Beznea
> 
> Claudiu Beznea (8):
>   ASoC: mchp-spdiftx: use FIELD_PREP() where possible
>   ASoC: mchp-spdiftx: use regmap_update_bits()
>   ASoC: mchp-spdiftx: update debug message
>   ASoC: mchp-pdmc: use FIELD_PREP() where possible
>   ASoC: mchp-pdmc: return directly ret
>   ASoC: mchp-pdmc: avoid casting to/from void pointer
>   MAINTAINERS: add myself as maintainer for Microchip AT91 sound drivers
>   MAINTAINERS: update Microchip AT91 sound entries with documentation
>     files
> 
> [...]

Applied to

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

Thanks!

[1/8] ASoC: mchp-spdiftx: use FIELD_PREP() where possible
      commit: 28ce5698456ab53540093836c6fee15119cf1821
[2/8] ASoC: mchp-spdiftx: use regmap_update_bits()
      commit: 0ab4bd5bf277349262065e88eb2feaaabf53584c
[3/8] ASoC: mchp-spdiftx: update debug message
      commit: 2d8dad4dc4d4a12afa3c31e72b60727d4c133b99
[4/8] ASoC: mchp-pdmc: use FIELD_PREP() where possible
      commit: 129742576dd1b972ea1e671595a085e29012f7f3
[5/8] ASoC: mchp-pdmc: return directly ret
      commit: 51124a30308e6db8658575e5d9ec1ea3cb3ba3c3
[6/8] ASoC: mchp-pdmc: avoid casting to/from void pointer
      commit: cb72b29cd5cfac20894a040e411dec70bb75097c
[7/8] MAINTAINERS: add myself as maintainer for Microchip AT91 sound drivers
      commit: 8f943f00d7a844daa9acafd304c2178f30ecc255
[8/8] MAINTAINERS: update Microchip AT91 sound entries with documentation files
      commit: 15dbfc04e6865bae1aa275216baa1a7eb55cd2cf

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