Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1440683pxb; Thu, 4 Feb 2021 13:05:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJzvPU3K0UvgSX51j3pYeG4kEHOkoNgnA8kiu/eAajN/pb2QLnT6/PsZQH0lmOxq5cmJ+ZFw X-Received: by 2002:a50:d90a:: with SMTP id t10mr500650edj.162.1612472706734; Thu, 04 Feb 2021 13:05:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612472706; cv=none; d=google.com; s=arc-20160816; b=It8ZUchpmnV3u0RhCzJbfYd1q9xuYa4Gjc6E2lFq/KcvHM4psnLXQHeTTJPU21+EFe 6hlH7SQBbwyuPQpspI/Pst8k/c5CD+ejFVAoHEPg6zzulip11DKRBWLuQ5FopYYBMHbf wPDlK+yTw7idLAXba0dzbyXHmFzO5dE/54bEEKNevPUf1F8evYtJIM0M3s5Nn/OAXdHg 47RDpWhj97PGv1lQAknasuzWiwpFVRt2jjYcDEZvTwRgqNZo72JL7csjh/kmqBqdI/Gk kiTW7GmiF+H+M1sfw2dnZ0bwodrrq8GOmOXGWr6P+T1t1f4RQxPz6CRubSGdHhqM4y7c woSw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=texZXL99WLI/ZkkP6lcN2AHuT1Zg2DU1gmDYX2HwWU0=; b=gtSpIx3dhydq5cb8xc5tPqsDPRodsNKChRkr8d4YdOesdGf+5ReYu/DqH4AgijZKaA D+CUjZcJk6cg5c81GFCrdqqD10NASemcIxBTPq82U8JiVG6imQUxg2s3HGoHN5y7Bjrd phiiQ1/lhc8bz44gZCMm/eJ3LzySdXBB6Y2Wr60O8ek+Fzd0Z8NEu/6f8/mwupxHnj3P Q/lpDOz11EPVqvMFmmjfp490i09RUvAPEa+kjadPk1tXTyNKiMxT/0rcOv9KMvVxrQaK ZI3dCbz9HOYyqtNKDrK/dcKYkLAsovR0yt007xWStQfcDdu8n0ee5t9QF261dPbzF/KJ LcOQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id re16si3663117ejb.93.2021.02.04.13.04.41; Thu, 04 Feb 2021 13:05:06 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229996AbhBDVBT (ORCPT + 99 others); Thu, 4 Feb 2021 16:01:19 -0500 Received: from elvis.franken.de ([193.175.24.41]:52892 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229537AbhBDVBM (ORCPT ); Thu, 4 Feb 2021 16:01:12 -0500 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1l7ljq-0002rO-00; Thu, 04 Feb 2021 22:00:30 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 9AC80C0D5E; Thu, 4 Feb 2021 21:57:33 +0100 (CET) Date: Thu, 4 Feb 2021 21:57:33 +0100 From: Thomas Bogendoerfer To: Bert Vermeulen Cc: Rob Herring , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Sander Vanheule , John Crispin , Birger Koblitz Subject: Re: [PATCH v4 0/5] Add support for Realtek RTL838x/RTL839x switch SoCs Message-ID: <20210204205733.GA19460@alpha.franken.de> References: <20210119092109.185282-1-bert@biot.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210119092109.185282-1-bert@biot.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 19, 2021 at 10:21:04AM +0100, Bert Vermeulen wrote: > v4: > - Device tree bindings for SoC in separate patch. > - Removed ioremap.h, and declare physical address bases in device tree. > > v3: > - all code removed, the base system is now only device tree files and docs > and some build config. > - ioremap.h restored to the v1 version, with hardcoded I/O ranges, since I > got flak on changing that as suggested. This brings it in line with other > systems in arch/mips/generic. > > v2: > - Removed all new arch/mips/ code, using arch/mips/generic/ instead. > - Use device tree ranges instead of hardcoded addresses for ioremap. > - Moved IRQ driver to drivers/irqchip/ > - Removed reset handling code, will be replaced by device tree config. > - All SoC family id code moved to new soc driver. > - Header moved to realtek/ instead of mach-realtek/ > - As more of the base system now depends on device tree, a sample > dts for the Cisco SG220-26 switch is included. This will be further > filled out, and bindings documented, as drivers get merged. > > Bert Vermeulen (5): > dt-bindings: mips: Add support for RTL83xx SoC series > Add support for Realtek RTL838x/RTL839x switch SoCs > MIPS: Add Realtek RTL838x/RTL839x support as generic MIPS system > dt-bindings: Add Cisco prefix to vendor list > mips: dts: Add support for Cisco SG220-26 switch > > .../devicetree/bindings/mips/realtek-rtl.yaml | 24 ++++++++ > .../devicetree/bindings/vendor-prefixes.yaml | 2 + > arch/mips/Kconfig | 31 ++++++++++ > arch/mips/boot/dts/Makefile | 1 + > arch/mips/boot/dts/realtek/Makefile | 2 + > arch/mips/boot/dts/realtek/cisco_sg220-26.dts | 25 ++++++++ > arch/mips/boot/dts/realtek/rtl838x.dtsi | 21 +++++++ > arch/mips/boot/dts/realtek/rtl83xx.dtsi | 59 +++++++++++++++++++ > 8 files changed, 165 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mips/realtek-rtl.yaml > create mode 100644 arch/mips/boot/dts/realtek/Makefile > create mode 100644 arch/mips/boot/dts/realtek/cisco_sg220-26.dts > create mode 100644 arch/mips/boot/dts/realtek/rtl838x.dtsi > create mode 100644 arch/mips/boot/dts/realtek/rtl83xx.dtsi series applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]