Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753041AbdG1Wwg (ORCPT ); Fri, 28 Jul 2017 18:52:36 -0400 Received: from mail-yw0-f196.google.com ([209.85.161.196]:33475 "EHLO mail-yw0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752763AbdG1Wwe (ORCPT ); Fri, 28 Jul 2017 18:52:34 -0400 MIME-Version: 1.0 From: Rob Herring Date: Fri, 28 Jul 2017 17:52:13 -0500 Message-ID: Subject: [GIT PULL] DeviceTree fixes for 4.13 To: Linus Torvalds Cc: Frank Rowand , Sergei Shtylyov , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" 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: 1054 Lines: 37 Linus, Please pull 2 small DT fixes for 4.13. Rob The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: Linux v4.13-rc1 (2017-07-15 15:22:10 -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.13 for you to fetch changes up to 531da74075a7805768ce3cd323e37e3548cbf6c5: of: irq: fix of_irq_to_resource() error check (2017-07-21 16:58:55 -0500) ---------------------------------------------------------------- DeviceTree fixes for 4.13: - Fix error handling in of_irq_to_resource_table() due to of_irq_to_resource() error return changes. - Fix dtx_diff script due to dts include path changes. ---------------------------------------------------------------- Frank Rowand (1): scripts/dtc: dtx_diff - update include dts paths to match build Sergei Shtylyov (1): of: irq: fix of_irq_to_resource() error check drivers/of/irq.c | 2 +- scripts/dtc/dtx_diff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)