From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BF319C1975A for ; Wed, 25 Mar 2020 03:57:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7FD3C2070A for ; Wed, 25 Mar 2020 03:57:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=flygoat.com header.i=jiaxun.yang@flygoat.com header.b="dcbO+T4i" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726596AbgCYD5F (ORCPT ); Tue, 24 Mar 2020 23:57:05 -0400 Received: from sender3-op-o12.zoho.com.cn ([124.251.121.243]:17839 "EHLO sender3-op-o12.zoho.com.cn" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726103AbgCYD5E (ORCPT ); Tue, 24 Mar 2020 23:57:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1585108545; s=mail; d=flygoat.com; i=jiaxun.yang@flygoat.com; h=From:To:Cc:Message-ID:Subject:Date:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Content-Type; bh=w2jplGfaXO3aWSO9keKFkyE0pQSMu6AFxDUcVwZnrO0=; b=dcbO+T4iZDT2xRJ3Vbrdzh0+Z9qSFaMGqk9IAY0ewZ8HRO3i1/EAqNfwup9QLXzu 21v4Eif72cLSgdiy0JbeXKXBGxlfPNEiR7ntzFq3MnwW8LWz17OlhPgzKVkB0MDrx5u 3zN5LiaANrcV2sepb2zFztGQAlVr4Qui25mKY4vE= Received: from localhost.localdomain (39.155.141.144 [39.155.141.144]) by mx.zoho.com.cn with SMTPS id 1585108543034710.18358746742; Wed, 25 Mar 2020 11:55:43 +0800 (CST) From: Jiaxun Yang To: linux-mips@vger.kernel.org Cc: Jiaxun Yang , Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Mark Rutland , Thomas Bogendoerfer , Huacai Chen , Mauro Carvalho Chehab , "David S. Miller" , Greg Kroah-Hartman , Jonathan Cameron , Andy Shevchenko , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Message-ID: <20200325035537.156911-1-jiaxun.yang@flygoat.com> Subject: [PATCH v8 00/11] Modernize Loongson64 Machine v8 Date: Wed, 25 Mar 2020 11:54:53 +0800 X-Mailer: git-send-email 2.26.0.rc2 In-Reply-To: <20190827085302.5197-1-jiaxun.yang@flygoat.com> References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZohoCNMailClient: External Content-Type: text/plain; charset=utf8 Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Loongson have a long history of contributing their code to mainline kernel. However, it seems like recent years, they are focusing on maintain a kernel= by themselves rather than contribute there code to the community. Kernel is progress rapidly too. Their code slept in mainline for a long per= oid without proper maintainance and became outdated. This patchset brings modern DeviceTree and irqchip support to the Loongson6= 4 machine, and leaves Loongson 2e/f alone since they are too legacy to touch. PCI and some legacy I/O device will be converted later, together with LS7A = PCH support. v1: - dt-bindings fixup according to Rob's comments - irqchip fixup according to Marc's comments - ls3-iointc: Make Core&IP map per-IRQ - Regenerate kconfigs - Typo & style improvements v2: - dt-bindings: Fix IOINTC, collect Rob's review tag - dtbs: Drop CPU Node, merge different ways according to Huacai and Paul's = comments v3: - Split code have been merged - Fix IOINTC binding to allow map any child IRQ to and parent - Convert "HTINTC" into "HTPIC", which mixed HT vectors processing and i825= 9 - Naming style fix according to Huacai's suggestions v4: - More naming related fixes v5: - irqchip fixes thanks to maz (see per file changelog) - Remove unnecessary details in dt-bindings - Credit Huacai with Co-developed-by v6: - HTPIC minor fix - device binding naming fix=20 v7: - Messed up, please ignore it. v8: - Naming fix from Huacai - fix all reasonable checkpatch warnings Jiaxun Yang (11): irqchip: Add driver for Loongson I/O Local Interrupt Controller irqchip: loongson-liointc: Workaround LPC IRQ Errata dt-bindings: interrupt-controller: Add Loongson LIOINTC irqchip: Add driver for Loongson-3 HyperTransport PIC controller dt-bindings: interrupt-controller: Add Loongson-3 HTPIC irqchip: mips-cpu: Convert to simple domain MIPS: Loongson64: Drop legacy IRQ code dt-bindings: mips: Add loongson boards MIPS: Loongson64: Add generic dts MIPS: Loongson64: Load built-in dtbs MAINTAINERS: Update Loongson64 entry .../interrupt-controller/loongson,htpic.yaml | 59 ++++ .../loongson,liointc.yaml | 93 ++++++ .../bindings/mips/loongson/devices.yaml | 27 ++ MAINTAINERS | 1 + arch/mips/Kconfig | 6 +- arch/mips/boot/dts/Makefile | 1 + arch/mips/boot/dts/loongson/Makefile | 4 + .../boot/dts/loongson/loongson3-package.dtsi | 64 +++++ .../dts/loongson/loongson3_4core_rs780e.dts | 25 ++ .../dts/loongson/loongson3_8core_rs780e.dts | 25 ++ arch/mips/boot/dts/loongson/rs780e-pch.dtsi | 26 ++ arch/mips/include/asm/i8259.h | 1 + .../include/asm/mach-loongson64/boot_param.h | 2 + .../asm/mach-loongson64/builtin_dtbs.h | 13 + arch/mips/include/asm/mach-loongson64/irq.h | 30 +- .../include/asm/mach-loongson64/loongson.h | 1 + arch/mips/loongson64/Makefile | 2 +- arch/mips/loongson64/env.c | 23 ++ arch/mips/loongson64/init.c | 6 + arch/mips/loongson64/irq.c | 162 ----------- arch/mips/loongson64/setup.c | 16 ++ arch/mips/loongson64/smp.c | 28 +- drivers/irqchip/Kconfig | 19 ++ drivers/irqchip/Makefile | 2 + drivers/irqchip/irq-loongson-htpic.c | 149 ++++++++++ drivers/irqchip/irq-loongson-liointc.c | 271 ++++++++++++++++++ drivers/irqchip/irq-mips-cpu.c | 2 +- 27 files changed, 846 insertions(+), 212 deletions(-) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/= loongson,htpic.yaml create mode 100644 Documentation/devicetree/bindings/interrupt-controller/= loongson,liointc.yaml create mode 100644 Documentation/devicetree/bindings/mips/loongson/devices= .yaml create mode 100644 arch/mips/boot/dts/loongson/Makefile create mode 100644 arch/mips/boot/dts/loongson/loongson3-package.dtsi create mode 100644 arch/mips/boot/dts/loongson/loongson3_4core_rs780e.dts create mode 100644 arch/mips/boot/dts/loongson/loongson3_8core_rs780e.dts create mode 100644 arch/mips/boot/dts/loongson/rs780e-pch.dtsi create mode 100644 arch/mips/include/asm/mach-loongson64/builtin_dtbs.h delete mode 100644 arch/mips/loongson64/irq.c create mode 100644 drivers/irqchip/irq-loongson-htpic.c create mode 100644 drivers/irqchip/irq-loongson-liointc.c --=20 2.26.0.rc2