Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753434AbdIXWbh (ORCPT ); Sun, 24 Sep 2017 18:31:37 -0400 Received: from mail-qk0-f194.google.com ([209.85.220.194]:38643 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753122AbdIXWbf (ORCPT ); Sun, 24 Sep 2017 18:31:35 -0400 X-Google-Smtp-Source: AOwi7QB20M3kr9AcyJNcbnrWx2QRmeS9Hnkb9tu0ruklbnsA/orxzLUPpP76779m+xL2y6FjPfoNU6+iO0WWqV0OXg0= MIME-Version: 1.0 From: Rob Herring Date: Sun, 24 Sep 2017 17:31:14 -0500 Message-ID: Subject: [GIT PULL] DeviceTree fixes for 4.14 To: Linus Torvalds Cc: "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Frank Rowand , Mark Rutland Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1421 Lines: 49 Hi Linus, Please pull. Details below. Rob The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e: Linux 4.14-rc1 (2017-09-16 15:47:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-4.14 for you to fetch changes up to 127b8e2692b6c145955bb71e482ca1bc6ce10027: dt-bindings: clk: stm32h7: fix clock-cell size (2017-09-21 18:39:11 -0500) ---------------------------------------------------------------- DeviceTree fixes for 4.14: - Fix build for !OF providing empty of_find_device_by_node - Fix Abracon vendor prefix - Sync dtx_diff include paths (again) - A stm32h7 clock binding doc fix ---------------------------------------------------------------- Alexandre Belloni (1): dt-bindings: fix vendor prefix for Abracon Arnd Bergmann (1): of: provide inline helper for of_find_device_by_node Frank Rowand (1): scripts/dtc: dtx_diff - 2nd update of include dts paths to match build Gabriel Fernandez (1): dt-bindings: clk: stm32h7: fix clock-cell size .../devicetree/bindings/clock/st,stm32h7-rcc.txt | 2 +- .../devicetree/bindings/vendor-prefixes.txt | 2 +- include/linux/of_platform.h | 7 +++++++ scripts/dtc/dtx_diff | 22 +++++++++------------- 4 files changed, 18 insertions(+), 15 deletions(-)