]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Jul 2017 17:37:54 +0000 (10:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Jul 2017 17:37:54 +0000 (10:37 -0700)
Pull DeviceTree updates from Rob Herring:

 - vsprintf format specifier %pOF for device_node's. This will enable us
   to stop storing the full node names. Conversion of users will happen
   next cycle.

 - Update documentation to point to DT specification instead of ePAPR.

 - Split out graph and property functions to a separate file.

 - New of-graph functions for ALSA

 - Add vendor prefixes for RISC-V, Linksys, iWave Systems, Roofull,
   Itead, and BananaPi.

 - Improve dtx_diff utility filename printing.

* tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (32 commits)
  of: document /sys/firmware/fdt
  dt-bindings: Add RISC-V vendor prefix
  vsprintf: Add %p extension "%pOF" for device tree
  of: find_node_by_full_name rewrite to compare each level
  of: use kbasename instead of open coding
  dt-bindings: thermal: add file extension to brcm,ns-thermal
  of: update ePAPR references to point to Devicetree Specification
  scripts/dtc: dtx_diff - Show real file names in diff header
  of: detect invalid phandle in overlay
  of: be consistent in form of file mode
  of: make __of_attach_node() static
  of: address.c header comment typo
  of: fdt.c header comment typo
  of: make of_fdt_is_compatible() static
  dt-bindings: display-timing.txt convert non-ascii characters to ascii
  Documentation: remove overlay-notes reference to non-existent file
  dt-bindings: usb: exynos-usb: Add missing required VDD properties
  dt-bindings: Add vendor prefix for Linksys
  MAINTAINERS: add device tree ABI documentation file
  of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd
  ...

1  2 
Documentation/devicetree/bindings/arm/cpus.txt
Documentation/devicetree/bindings/net/ethernet.txt
Documentation/devicetree/bindings/vendor-prefixes.txt
MAINTAINERS
drivers/of/fdt.c
drivers/of/platform.c
lib/vsprintf.c
scripts/checkpatch.pl

index edd7fd2bbbf93704654551cbc53266609a681919,08dd263beeb900c19db0cc5daadabd643aff4949..7da86f22a13b80843d087fe859d6633de4d8b11d
@@@ -8,10 -8,10 +8,11 @@@ The following properties are common to 
    property;
  - max-speed: number, specifies maximum speed in Mbit/s supported by the device;
  - max-frame-size: number, maximum transfer unit (IEEE defined MTU), rather than
-   the maximum frame size (there's contradiction in ePAPR).
+   the maximum frame size (there's contradiction in the Devicetree
+   Specification).
  - phy-mode: string, operation mode of the PHY interface. This is now a de-facto
    standard property; supported values are:
 +  * "internal"
    * "mii"
    * "gmii"
    * "sgmii"
    * "2000base-x",
    * "2500base-x",
    * "rxaui"
- - phy-connection-type: the same as "phy-mode" property but described in ePAPR;
 +  * "xaui"
 +  * "10gbase-kr" (10GBASE-KR, XFI, SFI)
+ - phy-connection-type: the same as "phy-mode" property but described in the
+   Devicetree Specification;
  - phy-handle: phandle, specifies a reference to a node representing a PHY
-   device; this property is described in ePAPR and so preferred;
+   device; this property is described in the Devicetree Specification and so
+   preferred;
  - phy: the same as "phy-handle" property, not recommended for new bindings.
  - phy-device: the same as "phy-handle" property, not recommended for new
    bindings.
index 286f4e1e111fced979da185f562623f0b8167237,de66b61adcb74d6b17256ee931413ca92339581a..708ff2504260c12b88ac7b749ea0badb3322d8e0
@@@ -174,9 -175,9 +177,10 @@@ lantiq    Lantiq Semiconducto
  lego  LEGO Systems A/S
  lenovo        Lenovo Group Ltd.
  lg    LG Corporation
 +libretech     Shenzhen Libre Technology Co., Ltd
  licheepi      Lichee Pi
  linaro        Linaro Limited
+ linksys       Belkin International, Inc. (Linksys)
  linux Linux-specific binding
  lltc  Linear Technology Corporation
  lsi   LSI Corp. (LSI Logic)
diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
diff --cc lib/vsprintf.c
Simple merge
Simple merge