]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Clean up {hp,mic}-det-gpio handling
authorMark Brown <broonie@kernel.org>
Sat, 5 Oct 2024 03:51:35 +0000 (04:51 +0100)
committerMark Brown <broonie@kernel.org>
Sat, 5 Oct 2024 03:51:35 +0000 (04:51 +0100)
commit1a22f70157b40b89ddd6bb382cecc107a5df27d7
treee2b312533a0f842de74d2c034d4d7876889b7315
parentc6e86e19e778553dbedab617aafb25b6bbaf4cd9
parente58b3914ab8303a2783ec1873c17b7a83dd515f7
ASoC: Clean up {hp,mic}-det-gpio handling

Merge series from Geert Uytterhoeven <geert+renesas@glider.be>:

The "gpio" suffix for GPIO consumers was deprecated a while ago, in
favor of the "gpios" suffix.  However, there are still several users of
the "hp-det-gpio" and "mic-det-gpio" properties, in DT bindings,
drivers, and DT source files.

Drivers that use gpiolib handle both the deprecated and new properties
transparently, but that is not the case when using of_property_*() calls
directly.