dt-bindings: drop redundant part of title (end, part three)The Devicetree bindings document does not have to say in the title thatit is a "binding", but instead just describe the hardware.Drop t
dt-bindings: drop redundant part of title (end, part three)The Devicetree bindings document does not have to say in the title thatit is a "binding", but instead just describe the hardware.Drop trailing "bindings" in various forms (also with trailing fullstop): find Documentation/devicetree/bindings/ -type f -name '*.yaml' \ -not -name 'trivial-devices.yaml' \ -exec sed -i -e 's/^title: \(.*\) [bB]indings\?\.\?$/title: \1/' {} \;Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>Acked-by: Matti Vaittinen <mazziesaccount@gmail.com> # ROHMAcked-by: Ulf Hansson <ulf.hansson@linaro.org> # MMCAcked-by: Stephen Boyd <sboyd@kernel.org> # clkAcked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> # inputAcked-by: Mark Brown <broonie@kernel.org>Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> # mediaAcked-by: Sebastian Reichel <sre@kernel.org> # powerAcked-by: Viresh Kumar <viresh.kumar@linaro.org> # cpufreqLink: https://lore.kernel.org/r/20221216163815.522628-7-krzysztof.kozlowski@linaro.orgSigned-off-by: Rob Herring <robh@kernel.org>
show more ...
dt-bindings: Fix properties without any typeNow that the schema tools can extract type information for allproperties (in order to decode dtb files), finding properties missingany type definition
dt-bindings: Fix properties without any typeNow that the schema tools can extract type information for allproperties (in order to decode dtb files), finding properties missingany type definition is fairly trivial though not yet automated.Fix the various property schemas which are missing a type. Most of thesetend to be device specific properties which don't have a vendor prefix.A vendor prefix is how we normally ensure a type is defined.Signed-off-by: Rob Herring <robh@kernel.org>Acked-by: Sam Ravnborg <sam@ravnborg.org> # for everything in .../bindings/display/Acked-by: Mark Brown <broonie@kernel.org>Acked-by: Peter Rosin <peda@axentia.se>Acked-by: Bartosz Golaszewski <brgl@bgdev.pl>Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com>Link: https://lore.kernel.org/r/20220519211411.2200720-1-robh@kernel.org
dt-bindings: power: avs: qcom,cpr: Convert to DT schemaConvert qcom,cpr.txt to DT schema format.Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>Reviewed-by: Rob Herring <robh@kernel.org
dt-bindings: power: avs: qcom,cpr: Convert to DT schemaConvert qcom,cpr.txt to DT schema format.Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>Reviewed-by: Rob Herring <robh@kernel.org>Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
dt-bindings: power: avs: Add support for CPR (Core Power Reduction)Add DT bindings to describe the CPR HW found on certain Qualcomm SoCs.Co-developed-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@
dt-bindings: power: avs: Add support for CPR (Core Power Reduction)Add DT bindings to describe the CPR HW found on certain Qualcomm SoCs.Co-developed-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>Reviewed-by: Rob Herring <robh@kernel.org>Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>