From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 19 Sep 2016 23:22:13 +0200 (CEST) Received: from mailapp01.imgtec.com ([195.59.15.196]:59953 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23992562AbcISVWGsFtMp (ORCPT ); Mon, 19 Sep 2016 23:22:06 +0200 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id E4DC2B5E484D7; Mon, 19 Sep 2016 22:21:45 +0100 (IST) Received: from localhost (10.100.200.110) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server (TLS) id 14.3.294.0; Mon, 19 Sep 2016 22:21:49 +0100 From: Paul Burton To: , Ralf Baechle CC: Paul Burton , Bartlomiej Zolnierkiewicz , Jacek Anaszewski , , Rob Herring , Alexander Sverdlin , Sebastian Reichel , Andy Yan , Thomas Gleixner , Alexandre Belloni , Krzysztof Kozlowski , John Stultz , Frank Rowand , Andrew Morton , Chris Brand , , , Matthias Brugger , Marc Zyngier , Stephan Linz , Masahiro Yamada , Kees Cook , Nicolas Ferre , Jason Cooper , Dmitry Eremin-Solenikov , David Woodhouse , Mark Rutland Subject: [PATCH v2 00/14] Partial MIPS Malta DT conversion Date: Mon, 19 Sep 2016 22:21:17 +0100 Message-ID: <20160919212132.28893-1-paul.burton@imgtec.com> X-Mailer: git-send-email 2.9.3 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.100.200.110] Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 55173 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: paul.burton@imgtec.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips This series begins converting the MIPS Malta board to use device tree to probe its various devices & peripherals, with the eventual goal of including Malta support in generic kernels. In terms of use the only change should be that kernels will automatically make use of more than 256MB DDR when built for 64 bit, or 32 bit with highmem enabled. The series leaves Malta with a significant amount less platform code and thus closer to being ready for inclusion in a generic MIPS kernel. Applies atop v4.8-rc7. Paul Burton (14): irqchip: i8259: Add domain before mapping parent irq irqchip: i8259: Allow platforms to override poll function irqchip: i8259: Remove unused i8259A_irq_pending MIPS: Malta: Allow PCI devices DMA to lower 2GB physical MIPS: Malta: Use all available DDR by default MIPS: Malta: Probe interrupt controllers via DT of/platform: Probe "isa" busses by default MIPS: Malta: Remove custom DT match table MIPS: Malta: Probe RTC via DT MIPS: Malta: Probe pflash via DT MIPS: Malta: Use syscon-reboot driver to reboot MIPS: Malta: Remove custom halt implementation power: reset: Add Intel PIIX4 poweroff driver MIPS: Malta: Use PIIX4 poweroff driver to power down arch/mips/Kconfig | 7 +- arch/mips/boot/dts/mti/malta.dts | 99 +++++++++++++++ arch/mips/configs/malta_defconfig | 5 +- arch/mips/configs/malta_kvm_defconfig | 5 +- arch/mips/configs/malta_kvm_guest_defconfig | 5 +- arch/mips/configs/malta_qemu_32r6_defconfig | 3 + arch/mips/configs/maltaaprp_defconfig | 3 + arch/mips/configs/maltasmvp_defconfig | 3 + arch/mips/configs/maltasmvp_eva_defconfig | 3 + arch/mips/configs/maltaup_defconfig | 3 + arch/mips/configs/maltaup_xpa_defconfig | 5 +- arch/mips/include/asm/i8259.h | 12 +- arch/mips/mti-malta/Makefile | 2 - arch/mips/mti-malta/malta-dt.c | 15 --- arch/mips/mti-malta/malta-dtshim.c | 187 +++++++++++++++++++++++++++- arch/mips/mti-malta/malta-init.c | 17 ++- arch/mips/mti-malta/malta-int.c | 96 +------------- arch/mips/mti-malta/malta-platform.c | 65 ---------- arch/mips/mti-malta/malta-pm.c | 96 -------------- arch/mips/mti-malta/malta-reset.c | 47 ------- drivers/irqchip/irq-i8259.c | 30 ++--- drivers/of/platform.c | 1 + drivers/power/reset/Kconfig | 10 ++ drivers/power/reset/Makefile | 1 + drivers/power/reset/piix4-poweroff.c | 104 ++++++++++++++++ 25 files changed, 461 insertions(+), 363 deletions(-) delete mode 100644 arch/mips/mti-malta/malta-pm.c delete mode 100644 arch/mips/mti-malta/malta-reset.c create mode 100644 drivers/power/reset/piix4-poweroff.c -- 2.9.3 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailapp01.imgtec.com ([195.59.15.196]:59953 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23992562AbcISVWGsFtMp (ORCPT ); Mon, 19 Sep 2016 23:22:06 +0200 From: Paul Burton Subject: [PATCH v2 00/14] Partial MIPS Malta DT conversion Date: Mon, 19 Sep 2016 22:21:17 +0100 Message-ID: <20160919212132.28893-1-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: linux-mips@linux-mips.org, Ralf Baechle Cc: Paul Burton , Bartlomiej Zolnierkiewicz , Jacek Anaszewski , linux-kernel@vger.kernel.org, Rob Herring , Alexander Sverdlin , Sebastian Reichel , Andy Yan , Thomas Gleixner , Alexandre Belloni , Krzysztof Kozlowski , John Stultz , Frank Rowand , Andrew Morton , Chris Brand , devicetree@vger.kernel.org, linux-pm@vger.kernel.org, Matthias Brugger , Marc Zyngier , Stephan Linz , Masahiro Yamada , Kees Cook , Nicolas Ferre , Jason Cooper , Dmitry Eremin-Solenikov , David Woodhouse , Mark Rutland Message-ID: <20160919212117._DyIMTYt2DZc2UYPTuYgP052OQ6R5MAhz3BfeLEADko@z> This series begins converting the MIPS Malta board to use device tree to probe its various devices & peripherals, with the eventual goal of including Malta support in generic kernels. In terms of use the only change should be that kernels will automatically make use of more than 256MB DDR when built for 64 bit, or 32 bit with highmem enabled. The series leaves Malta with a significant amount less platform code and thus closer to being ready for inclusion in a generic MIPS kernel. Applies atop v4.8-rc7. Paul Burton (14): irqchip: i8259: Add domain before mapping parent irq irqchip: i8259: Allow platforms to override poll function irqchip: i8259: Remove unused i8259A_irq_pending MIPS: Malta: Allow PCI devices DMA to lower 2GB physical MIPS: Malta: Use all available DDR by default MIPS: Malta: Probe interrupt controllers via DT of/platform: Probe "isa" busses by default MIPS: Malta: Remove custom DT match table MIPS: Malta: Probe RTC via DT MIPS: Malta: Probe pflash via DT MIPS: Malta: Use syscon-reboot driver to reboot MIPS: Malta: Remove custom halt implementation power: reset: Add Intel PIIX4 poweroff driver MIPS: Malta: Use PIIX4 poweroff driver to power down arch/mips/Kconfig | 7 +- arch/mips/boot/dts/mti/malta.dts | 99 +++++++++++++++ arch/mips/configs/malta_defconfig | 5 +- arch/mips/configs/malta_kvm_defconfig | 5 +- arch/mips/configs/malta_kvm_guest_defconfig | 5 +- arch/mips/configs/malta_qemu_32r6_defconfig | 3 + arch/mips/configs/maltaaprp_defconfig | 3 + arch/mips/configs/maltasmvp_defconfig | 3 + arch/mips/configs/maltasmvp_eva_defconfig | 3 + arch/mips/configs/maltaup_defconfig | 3 + arch/mips/configs/maltaup_xpa_defconfig | 5 +- arch/mips/include/asm/i8259.h | 12 +- arch/mips/mti-malta/Makefile | 2 - arch/mips/mti-malta/malta-dt.c | 15 --- arch/mips/mti-malta/malta-dtshim.c | 187 +++++++++++++++++++++++++++- arch/mips/mti-malta/malta-init.c | 17 ++- arch/mips/mti-malta/malta-int.c | 96 +------------- arch/mips/mti-malta/malta-platform.c | 65 ---------- arch/mips/mti-malta/malta-pm.c | 96 -------------- arch/mips/mti-malta/malta-reset.c | 47 ------- drivers/irqchip/irq-i8259.c | 30 ++--- drivers/of/platform.c | 1 + drivers/power/reset/Kconfig | 10 ++ drivers/power/reset/Makefile | 1 + drivers/power/reset/piix4-poweroff.c | 104 ++++++++++++++++ 25 files changed, 461 insertions(+), 363 deletions(-) delete mode 100644 arch/mips/mti-malta/malta-pm.c delete mode 100644 arch/mips/mti-malta/malta-reset.c create mode 100644 drivers/power/reset/piix4-poweroff.c -- 2.9.3