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 <[email protected]>Acked-by: Alexandre Belloni <[email protected]>Acked-by: Matti Vaittinen <[email protected]> # ROHMAcked-by: Ulf Hansson <[email protected]> # MMCAcked-by: Stephen Boyd <[email protected]> # clkAcked-by: Dmitry Torokhov <[email protected]> # inputAcked-by: Mark Brown <[email protected]>Acked-by: Hans Verkuil <[email protected]> # mediaAcked-by: Sebastian Reichel <[email protected]> # powerAcked-by: Viresh Kumar <[email protected]> # cpufreqLink: https://lore.kernel.org/r/[email protected]Signed-off-by: Rob Herring <[email protected]>
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 <[email protected]>Acked-by: Sam Ravnborg <[email protected]> # for everything in .../bindings/display/Acked-by: Mark Brown <[email protected]>Acked-by: Peter Rosin <[email protected]>Acked-by: Bartosz Golaszewski <[email protected]>Acked-by: Sebastian Reichel <[email protected]>Link: https://lore.kernel.org/r/[email protected]
dt-bindings: power: avs: qcom,cpr: Convert to DT schemaConvert qcom,cpr.txt to DT schema format.Signed-off-by: Yassine Oudjana <[email protected]>Reviewed-by: Rob Herring <[email protected]
dt-bindings: power: avs: qcom,cpr: Convert to DT schemaConvert qcom,cpr.txt to DT schema format.Signed-off-by: Yassine Oudjana <[email protected]>Reviewed-by: Rob Herring <[email protected]>Signed-off-by: Viresh Kumar <[email protected]>
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 <[email protected]>Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>Signed-off-by: Niklas Cassel <[email protected]>Reviewed-by: Rob Herring <[email protected]>Reviewed-by: Bjorn Andersson <[email protected]>Reviewed-by: Ulf Hansson <[email protected]>Signed-off-by: Rafael J. Wysocki <[email protected]>