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 <bhelgaas@google.com>Link: https://lore.kernel.org/r/20230814212822.193684-3-helgaas@kernel.orgSigned-off-by: Rob Herring <robh@kernel.org>
show more ...
dt-bindings: usb: Convert multiple "usb-ohci" bindings to DT schema"usb-ohci" is another "generic" OHCI controller compatible string used byseveral platforms. Add it to the generic-ohci.yaml schem
dt-bindings: usb: Convert multiple "usb-ohci" bindings to DT schema"usb-ohci" is another "generic" OHCI controller compatible string used byseveral platforms. Add it to the generic-ohci.yaml schema and remove allthe old binding docs.Marvell pxa-usb.txt has "usb-ohci" in the example, but actual users don't,so drop it.Signed-off-by: Rob Herring <robh@kernel.org>Link: https://lore.kernel.org/r/20230110-dt-usb-v3-2-5af0541fcf8c@kernel.orgSigned-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
dt-bindings: remove 'interrupt-parent' from bindings'interrupt-parent' is often documented as part of define bindings, butit is really outside the scope of a device binding. It's never requiredin
dt-bindings: remove 'interrupt-parent' from bindings'interrupt-parent' is often documented as part of define bindings, butit is really outside the scope of a device binding. It's never requiredin a given node as it is often inherited from a parent node. Or it canbe implicit if a parent node is an 'interrupt-controller' node. Soremove it from all the binding files.Cc: Mark Rutland <mark.rutland@arm.com>Cc: devicetree@vger.kernel.orgSigned-off-by: Rob Herring <robh@kernel.org>
dt-bindings: gpio: Add binding for Wii GPIO controllerThe Nintendo Wii game console has a GPIO controller, which is used forthe optical disk slot LED, buttons, poweroff, etc. This patch adds abin
dt-bindings: gpio: Add binding for Wii GPIO controllerThe Nintendo Wii game console has a GPIO controller, which is used forthe optical disk slot LED, buttons, poweroff, etc. This patch adds abinding for this GPIO controller.Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>Reviewed-by: Rob Herring <robh@kernel.org>Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
treewide: fix a few typos in comments- kenrel -> kernel- whetehr -> whether- ttt -> tt- sss -> ssSigned-off-by: Justin P. Mattock <justinmattock@gmail.com>Signed-off-by: Jiri Kosina <jkosina@
treewide: fix a few typos in comments- kenrel -> kernel- whetehr -> whether- ttt -> tt- sss -> ssSigned-off-by: Justin P. Mattock <justinmattock@gmail.com>Signed-off-by: Jiri Kosina <jkosina@suse.cz>
dt: Move device tree documentation out of powerpc directoryThe device tree is used by more than just PowerPC. Make the documentationdirectory available to all.v2: reorganized files while moving
dt: Move device tree documentation out of powerpc directoryThe device tree is used by more than just PowerPC. Make the documentationdirectory available to all.v2: reorganized files while moving to create arch and driver specific directories.Signed-off-by: Grant Likely <grant.likely@secretlab.ca>Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>