Received: by 10.223.185.116 with SMTP id b49csp300287wrg; Fri, 2 Mar 2018 19:41:25 -0800 (PST) X-Google-Smtp-Source: AG47ELtJQDERjopAppLr8lKSKYqYsbuDAj3HTUDVpNJxS2mJfV2b43vj2Cq3Sca9o+jwA1q+ioGG X-Received: by 10.98.150.212 with SMTP id s81mr7880619pfk.100.1520048485044; Fri, 02 Mar 2018 19:41:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520048485; cv=none; d=google.com; s=arc-20160816; b=Mo/ZZSdxJlLw2OlTlt/eqrUJHDyTN+KU2e0f9Y4jidMCBI8OFt9isR7kHIWrjA+7k+ BODGKgl2jhNT678vyJbSnZ0h1Sd3TGnlxe9WpcHv4So8uWz23LdfW4PoxMVjHnk9I8cw JwXn5Lwv4wZ9Rbt9/jyjHrpG+5FGW8Z4YKps9YLDYbElqWAgLHhn5oHvEj3g5B3SnLPH 5mZ6hs1VLzBaQGUBdt3S0u6uw0fM1uVWFSgXD4xBFiwtKiROYsURyCWy8B25PmjE8lm1 AiqlANRHaQUEyFWI0IhlyVHlFudhXJ7K5sqZIxUGIckAHcxJy5bjEP7n8KkPggHS8Cpp yPBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=K7o+1i/O22oddfpIAB1Uoz/WCfKnpUdw+15Sm6iq+wk=; b=nKixWSx/ywdtpS865Ho0NAIJvwAQDLCjDdab/f662jX2iaVY9fROSd2j/prWUTV+3W AW4RCQmzaq/3l8i8PFppUDn5UJM0sSQPbZgvAExsfxbzolwTpCzuxW/Ewmh+P5dm6Whh /fqpqhcu4UCcPnTykwh1Q8PWYT7uFTXqlzdeqHr28XWkflM2e0fcpgpU+ViaI+Ke+MmE X4tScGrm/zQS1RpW0HDLnWPlOrk1J55GiKEg8uFBQLlVLBuij97ME0+wiZEKjoZEQc8t 2SzhfuOLPAZvVBsTymcdUG7q60oW7JU8qtH+g7GxoyXra8fLet9ziGcm+rvRIDZT1ztL 2O1g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 88-v6si5843450plc.131.2018.03.02.19.41.10; Fri, 02 Mar 2018 19:41:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933543AbeCBWtR (ORCPT + 99 others); Fri, 2 Mar 2018 17:49:17 -0500 Received: from mail.bootlin.com ([62.4.15.54]:52371 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932936AbeCBWtN (ORCPT ); Fri, 2 Mar 2018 17:49:13 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 537BB20794; Fri, 2 Mar 2018 23:49:11 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [88.191.26.124]) by mail.bootlin.com (Postfix) with ESMTPSA id 0DEC5207BB; Fri, 2 Mar 2018 23:49:01 +0100 (CET) From: Alexandre Belloni To: James Hogan , Ralf Baechle Cc: Allan Nielsen , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Alexandre Belloni Subject: [PATCH v4 0/6] MIPS: add support for Microsemi MIPS SoCs Date: Fri, 2 Mar 2018 23:48:05 +0100 Message-Id: <20180302224811.26840-1-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.16.2 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patch series adds initial support for the Microsemi MIPS SoCs. It is currently focusing on the Microsemi Ocelot (VSC7513, VSC7514). Changes in v4: - dropped the reset driver as it has already been taken - Updated the MAINTAINERS entry (new files, changed email address) - moved to the MIPS generic infrastructure - corrected the cpu compatible in ocelot.dtsi Alexandre Belloni (6): dt-bindings: Add vendor prefix for Microsemi Corporation dt-bindings: mips: Add bindings for Microsemi SoCs MIPS: mscc: add ocelot dtsi MIPS: mscc: add ocelot PCB123 device tree MIPS: generic: Add support for Microsemi Ocelot MAINTAINERS: Add entry for Microsemi MIPS SoCs Documentation/devicetree/bindings/mips/mscc.txt | 44 +++++++++ .../devicetree/bindings/vendor-prefixes.txt | 1 + MAINTAINERS | 9 ++ arch/mips/Makefile | 4 + arch/mips/boot/dts/Makefile | 1 + arch/mips/boot/dts/mscc/Makefile | 3 + arch/mips/boot/dts/mscc/ocelot.dtsi | 110 +++++++++++++++++++++ arch/mips/boot/dts/mscc/ocelot_pcb123.dts | 27 +++++ arch/mips/configs/generic/board-ocelot.config | 40 ++++++++ arch/mips/generic/Kconfig | 17 ++++ arch/mips/generic/Makefile | 1 + arch/mips/generic/board-ocelot.c | 83 ++++++++++++++++ 12 files changed, 340 insertions(+) create mode 100644 Documentation/devicetree/bindings/mips/mscc.txt create mode 100644 arch/mips/boot/dts/mscc/Makefile create mode 100644 arch/mips/boot/dts/mscc/ocelot.dtsi create mode 100644 arch/mips/boot/dts/mscc/ocelot_pcb123.dts create mode 100644 arch/mips/configs/generic/board-ocelot.config create mode 100644 arch/mips/generic/board-ocelot.c -- 2.16.2