dt-bindings: Fix typosFix typos in Documentation/devicetree/bindings. The changes are indescriptions or comments where they shouldn't affect functionality.Signed-off-by: Bjorn Helgaas <bhelgaas
dt-bindings: Fix typosFix typos in Documentation/devicetree/bindings. The changes are indescriptions or comments where they shouldn't affect functionality.Signed-off-by: Bjorn Helgaas <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Rob Herring <[email protected]>
show more ...
dt-bindings: move various timer bindings to timer/ directoryBindings are supposed to be organized by device class/function. Movebindings for various timers to timer/ binding directory.Cc: Linus
dt-bindings: move various timer bindings to timer/ directoryBindings are supposed to be organized by device class/function. Movebindings for various timers to timer/ binding directory.Cc: Linus Walleij <[email protected]>Acked-by: Thierry Reding <[email protected]>Signed-off-by: Rob Herring <[email protected]>
dt-bindings: Remove leading 0x from bindings notationImprove the binding example by removing all the leading 0x to fix thefollowing dtc warnings:Warning (unit_address_format): Node /XXX unit nam
dt-bindings: Remove leading 0x from bindings notationImprove the binding example by removing all the leading 0x to fix thefollowing dtc warnings:Warning (unit_address_format): Node /XXX unit name should not have leading "0x"Converted using the following command:find Documentation/devicetree/bindings -name "*.txt" -exec sed -i -e 's/([^ ])\@0x([0-9a-f])/$1\@$2/g' {} +This is a follow up to commit 48c926cd3414Signed-off-by: Mathieu Malaterre <[email protected]>Signed-off-by: Rob Herring <[email protected]>
nios2: Device tree supportAdd device tree support to arch/nios2.Signed-off-by: Ley Foon Tan <[email protected]>