]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: fix update references to stm32 audio bindings
authorArnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Thu, 9 Sep 2021 14:54:49 +0000 (16:54 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 9 Sep 2021 15:10:46 +0000 (16:10 +0100)
commite00b16d88208891d8a23176b00bf31ec6e879a29
treed8e7dd9ca435e457a99b2957bfa4892fb3e5a1b4
parent9c28591c5d52a0bec94daf12f6fb582941be9fc4
MAINTAINERS: fix update references to stm32 audio bindings

The 00d38fd8d2524 ("MAINTAINERS: update references to stm32 audio bindings")
commit update the bindings reference, by
removing bindings/sound/st,stm32-adfsdm.txt, to set the
new reference to bindings/iio/adc/st,stm32-*.yaml.

This leads to "get_maintainer finds" the match for the
Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml,
but also to the IIO bindings
Documentation/devicetree/bindings/iio/adc/st,stm32-adc.yaml

And The commit fixes only a part of the problem:
Documentation/devicetree/bindings/sound/st,stm32-*.txt file have been
also moved to yaml.

Update references to include all stm32 audio bindings file and
exclude the st,stm32-adc.yaml bindings file.

cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fixes: fc57ebf4e4d3 ("MAINTAINERS: update references to stm32 audio bindings")
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Link: https://lore.kernel.org/r/20210909145449.24388-1-arnaud.pouliquen@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
MAINTAINERS