Home
last modified time | relevance | path

Searched hist:"1 e108e60a44a924e3666fa2a10b53f6c31522856" (Results 1 – 9 of 9) sorted by relevance

/linux/sound/soc/codecs/
H A Dlpass-macro-common.cdiff 1e108e60a44a924e3666fa2a10b53f6c31522856 Fri Mar 10 15:47:31 CET 2023 Rob Herring <robh@kernel.org> ASoC: Use of_property_present() for testing DT property presence

It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties. As
part of this, convert of_get_property/of_find_property calls to the
recently added of_property_present() helper when we just want to test
for presence of a property and nothing more.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230310144732.1546328-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
/linux/sound/soc/tegra/
H A Dtegra_asoc_machine.cdiff 1e108e60a44a924e3666fa2a10b53f6c31522856 Fri Mar 10 15:47:31 CET 2023 Rob Herring <robh@kernel.org> ASoC: Use of_property_present() for testing DT property presence

It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties. As
part of this, convert of_get_property/of_find_property calls to the
recently added of_property_present() helper when we just want to test
for presence of a property and nothing more.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230310144732.1546328-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
/linux/sound/soc/generic/
H A Daudio-graph-card2.cdiff 1e108e60a44a924e3666fa2a10b53f6c31522856 Fri Mar 10 15:47:31 CET 2023 Rob Herring <robh@kernel.org> ASoC: Use of_property_present() for testing DT property presence

It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties. As
part of this, convert of_get_property/of_find_property calls to the
recently added of_property_present() helper when we just want to test
for presence of a property and nothing more.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230310144732.1546328-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
H A Daudio-graph-card.cdiff 1e108e60a44a924e3666fa2a10b53f6c31522856 Fri Mar 10 15:47:31 CET 2023 Rob Herring <robh@kernel.org> ASoC: Use of_property_present() for testing DT property presence

It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties. As
part of this, convert of_get_property/of_find_property calls to the
recently added of_property_present() helper when we just want to test
for presence of a property and nothing more.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230310144732.1546328-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
/linux/sound/soc/stm/
H A Dstm32_i2s.cdiff 1e108e60a44a924e3666fa2a10b53f6c31522856 Fri Mar 10 15:47:31 CET 2023 Rob Herring <robh@kernel.org> ASoC: Use of_property_present() for testing DT property presence

It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties. As
part of this, convert of_get_property/of_find_property calls to the
recently added of_property_present() helper when we just want to test
for presence of a property and nothing more.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230310144732.1546328-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
H A Dstm32_sai_sub.cdiff 1e108e60a44a924e3666fa2a10b53f6c31522856 Fri Mar 10 15:47:31 CET 2023 Rob Herring <robh@kernel.org> ASoC: Use of_property_present() for testing DT property presence

It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties. As
part of this, convert of_get_property/of_find_property calls to the
recently added of_property_present() helper when we just want to test
for presence of a property and nothing more.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230310144732.1546328-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
/linux/sound/soc/mxs/
H A Dmxs-sgtl5000.cdiff 1e108e60a44a924e3666fa2a10b53f6c31522856 Fri Mar 10 15:47:31 CET 2023 Rob Herring <robh@kernel.org> ASoC: Use of_property_present() for testing DT property presence

It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties. As
part of this, convert of_get_property/of_find_property calls to the
recently added of_property_present() helper when we just want to test
for presence of a property and nothing more.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230310144732.1546328-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
/linux/sound/soc/sh/
H A Dfsi.cdiff 1e108e60a44a924e3666fa2a10b53f6c31522856 Fri Mar 10 15:47:31 CET 2023 Rob Herring <robh@kernel.org> ASoC: Use of_property_present() for testing DT property presence

It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties. As
part of this, convert of_get_property/of_find_property calls to the
recently added of_property_present() helper when we just want to test
for presence of a property and nothing more.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230310144732.1546328-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
/linux/sound/soc/samsung/
H A Di2s.cdiff 1e108e60a44a924e3666fa2a10b53f6c31522856 Fri Mar 10 15:47:31 CET 2023 Rob Herring <robh@kernel.org> ASoC: Use of_property_present() for testing DT property presence

It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties. As
part of this, convert of_get_property/of_find_property calls to the
recently added of_property_present() helper when we just want to test
for presence of a property and nothing more.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230310144732.1546328-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>