mbox series

[GIT,PULL] Devicetree fixes for 5.0-rc

Message ID CAL_JsqLiE8-TCRSigXxaGonaJE=7j9Ywggniy9_QXR3qFSbojg@mail.gmail.com
State Accepted, archived
Headers show
Series [GIT,PULL] Devicetree fixes for 5.0-rc | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git

Checks

Context Check Description
robh/checkpatch warning "total: 2 errors, 1 warnings, 0 lines checked"

Message

Rob Herring Jan. 17, 2019, 2:26 p.m. UTC
Linus,

Please pull DT fixes for 5.0.

Rob

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
tags/devicetree-fixes-for-5.0

for you to fetch changes up to 3705add0b783e0deeb6646ba0311bf214fe52b0a:

  dt-bindings: reset: meson-axg: fix SPDX license id (2019-01-16 12:50:27 -0600)

----------------------------------------------------------------
Devicetree fixes for v5.0:

- Remove now unused struct device_node.type pointer

- Fix meson-axg reset header SPDX tag

- Add missing of_node_put in of_graph_get_remote_port_parent

- Fix several binding doc file references and typos

----------------------------------------------------------------
Jerome Brunet (1):
      dt-bindings: reset: meson-axg: fix SPDX license id

Julia Lawall (1):
      OF: properties: add missing of_node_put

Krzysztof Kozlowski (1):
      dt-bindings: soc: qcom: Fix trivial language typos

Lubomir Rintel (1):
      dt-bindings: marvell,mmp2: fix typos in bindings doc

Otto Sabart (2):
      doc: bindings: fix bad reference to ARM CPU bindings
      doc: gpio-mvebu: fix broken reference to cp110-system-controller0.txt file

Rob Herring (1):
      of: Remove struct device_node.type pointer

 Documentation/devicetree/bindings/arm/cpu-capacity.txt                | 2 +-
 Documentation/devicetree/bindings/arm/idle-states.txt                 | 2 +-
 Documentation/devicetree/bindings/arm/sp810.txt                       | 2 +-
 Documentation/devicetree/bindings/arm/topology.txt                    | 2 +-
 Documentation/devicetree/bindings/clock/marvell,mmp2.txt              | 2 +-
 Documentation/devicetree/bindings/display/arm,pl11x.txt               | 2 +-
 Documentation/devicetree/bindings/gpio/gpio-mvebu.txt                 | 2 --
 Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt | 2 +-
 Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt             | 2 +-
 Documentation/devicetree/bindings/soc/qcom/qcom,smp2p.txt             | 4 ++--
 drivers/of/dynamic.c                                                  | 3 ---
 drivers/of/fdt.c                                                      | 4 ----
 drivers/of/overlay.c                                                  | 3 ---
 drivers/of/pdt.c                                                      | 1 -
 drivers/of/property.c                                                 | 1 +
 include/dt-bindings/reset/amlogic,meson-axg-reset.h                   | 3 +--
 include/linux/of.h                                                    | 1 -
 17 files changed, 12 insertions(+), 26 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 17, 2019, 6:35 p.m. UTC | #1
The pull request you sent on Thu, 17 Jan 2019 08:26:36 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-5.0

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d471c4dfa19f4d6de063256370a5be411a1f3149

Thank you!