Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756174AbdGXQGX (ORCPT ); Mon, 24 Jul 2017 12:06:23 -0400 Received: from mail-yw0-f195.google.com ([209.85.161.195]:34350 "EHLO mail-yw0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752336AbdGXQGN (ORCPT ); Mon, 24 Jul 2017 12:06:13 -0400 Date: Mon, 24 Jul 2017 11:06:11 -0500 From: Rob Herring To: Nathan Sullivan Cc: ralf@linux-mips.org, devicetree@vger.kernel.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6] MIPS: NI 169445 board support Message-ID: <20170724160611.65chl7z36nlvv4ii@rob-hp-laptop> References: <1500402549-12090-1-git-send-email-nathan.sullivan@ni.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1500402549-12090-1-git-send-email-nathan.sullivan@ni.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1169 Lines: 25 On Tue, Jul 18, 2017 at 01:29:09PM -0500, Nathan Sullivan wrote: > Support the National Instruments 169445 board. > > Signed-off-by: Nathan Sullivan > --- > Changes since v5: > > - make device tree addresses on the internal bus relative, and compile with > W=2 to be sure they are in the right format. > > Documentation/devicetree/bindings/mips/ni.txt | 7 ++ > MAINTAINERS | 8 ++ > arch/mips/boot/dts/Makefile | 1 + > arch/mips/boot/dts/ni/169445.dts | 100 ++++++++++++++++++++++++ > arch/mips/boot/dts/ni/Makefile | 7 ++ > arch/mips/configs/generic/board-ni169445.config | 27 +++++++ > arch/mips/generic/Kconfig | 6 ++ > arch/mips/generic/vmlinux.its.S | 25 ++++++ > 8 files changed, 181 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mips/ni.txt > create mode 100644 arch/mips/boot/dts/ni/169445.dts > create mode 100644 arch/mips/boot/dts/ni/Makefile > create mode 100644 arch/mips/configs/generic/board-ni169445.config Acked-by: Rob Herring