From patchwork Tue Mar 30 11:04:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dinh Nguyen X-Patchwork-Id: 12172279 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=-23.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 05A3DC433DB for ; Tue, 30 Mar 2021 11:04:32 +0000 (UTC) Received: by mail.kernel.org (Postfix) id D2AE761989; Tue, 30 Mar 2021 11:04:31 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 5AD4161985; Tue, 30 Mar 2021 11:04:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617102271; bh=WItIEkcv1jIXljsuLzmbBpBnmQuP4kRby5C1UMEJTqA=; h=From:List-Id:To:Cc:Subject:Date:From; b=jwH+XFK7XtJhxQ15bJh+1rGSLpHyYAZYdFXIKTBBg07jyofCWjsDePImI0WfDmke8 fu0mYuyWKCNfbRFp1p7KLt8PPohfYrx6SOZy6oZbBchOhznAaTxCMlB3vyeRzUEi9K 4QcinPoVuijCXQgNmfWv+zJLzWu0oHwYoYKSMW2hLKyzsQRMMsyhBcwP0iLYi9gMDw 4VhQhKKZ4Pf7D/YY4gC2KRzQiaM39VZUrpEpO5sDc/Y3+AjrZxMeCaJUlsQuIL5n39 /BPZoZZwjMQwgvDttX3egJk2uStMQhFqPap7wCa91x41NwECqZ73ra29Oc7mQj36US hH26nTL2Ffr5g== From: Dinh Nguyen List-Id: To: arm@kernel.org, soc@kernel.org Cc: dinguyen@kernel.org Subject: [GIT PULL 1/3] SoCFPGA updates for v5.13 Date: Tue, 30 Mar 2021 06:04:28 -0500 Message-Id: <20210330110430.558182-1-dinguyen@kernel.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Hi Arnd, Kevin, and Olof: Please pull in these SoCFPGA updates for v5.13. Thanks, Dinh The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8: Linux 5.12-rc1 (2021-02-28 16:05:19 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_update_for_v5.13 for you to fetch changes up to 4483397b03536506535d611b0cb28a81a69e8edf: ARM: socfpga: drop ARCH_SOCFPGA (2021-03-23 11:03:36 -0500) ---------------------------------------------------------------- SoCFPGA updates for v5.13 - Patches from Krzysztof Kozlowski the cleans up and consolidate support for SoCFPGA platforms - Rename ARCH_SOCFPGA into ARCH_INTEL_SOCFPGA - Consolidate ARCH_STRATIX10 into ARCH_INTEL_SOCFPGA - Consolidate ARCH_AGILEX into ARCH_INTEL_SOCFPGA - Consolidate ARCH_N5X into ARCH_INTEL_SOCFPGA ---------------------------------------------------------------- Krzysztof Kozlowski (15): clk: socfpga: allow building N5X clocks with ARCH_N5X ARM: socfpga: introduce common ARCH_INTEL_SOCFPGA mfd: altera: merge ARCH_SOCFPGA and ARCH_STRATIX10 net: stmmac: merge ARCH_SOCFPGA and ARCH_STRATIX10 clk: socfpga: build together Stratix 10, Agilex and N5X clock drivers clk: socfpga: merge ARCH_SOCFPGA and ARCH_STRATIX10 EDAC: altera: merge ARCH_SOCFPGA and ARCH_STRATIX10 arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGA clk: socfpga: allow compile testing of Stratix 10 / Agilex clocks clk: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs (and compile test) dmaengine: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs fpga: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs i2c: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs reset: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs ARM: socfpga: drop ARCH_SOCFPGA arch/arm/Kconfig | 2 +- arch/arm/Kconfig.debug | 6 +++--- arch/arm/Makefile | 2 +- arch/arm/boot/dts/Makefile | 2 +- arch/arm/configs/multi_v7_defconfig | 2 +- arch/arm/configs/socfpga_defconfig | 2 +- arch/arm/mach-socfpga/Kconfig | 4 ++-- arch/arm64/Kconfig.platforms | 17 ++++------------- arch/arm64/boot/dts/altera/Makefile | 2 +- arch/arm64/boot/dts/intel/Makefile | 6 +++--- arch/arm64/configs/defconfig | 2 +- drivers/clk/Kconfig | 1 + drivers/clk/Makefile | 4 +--- drivers/clk/socfpga/Kconfig | 19 +++++++++++++++++++ drivers/clk/socfpga/Makefile | 11 +++++------ drivers/dma/Kconfig | 2 +- drivers/edac/Kconfig | 2 +- drivers/edac/altera_edac.c | 17 +++++++++++------ drivers/firmware/Kconfig | 2 +- drivers/fpga/Kconfig | 8 ++++---- drivers/i2c/busses/Kconfig | 2 +- drivers/mfd/Kconfig | 4 ++-- drivers/net/ethernet/stmicro/stmmac/Kconfig | 4 ++-- drivers/reset/Kconfig | 6 +++--- 24 files changed, 71 insertions(+), 58 deletions(-) create mode 100644 drivers/clk/socfpga/Kconfig From patchwork Tue Mar 30 11:04:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dinh Nguyen X-Patchwork-Id: 12172281 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=-23.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 9D51FC433C1 for ; Tue, 30 Mar 2021 11:04:32 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 7346F6199A; Tue, 30 Mar 2021 11:04:32 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 074DF61987; Tue, 30 Mar 2021 11:04:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617102272; bh=8dJYjaBl8bSTA5qG93Sb9jICcT3ZEH/X9GL61yw23+Q=; h=From:List-Id:To:Cc:Subject:Date:In-Reply-To:References:From; b=XBl+Gi+GSGoO9gfZpmH4+sLMUrDGfIUWcJWFbrDH+3j0hm64/p2+8XyMTsfXbpRph GB/1XBOi/fV7b7vuIuXfbtZLMprtNkuBZbQwBgwNJv1dBN9rr5AIOPlbzJLM10Th2c Df8O4ABGSSLQIkuK6zEar31qlkiE62PVUlKP8cnjdZkWOrmwvFElSAPu02OSFg836V PFGQtSPsPWYH747LCQhbrc0Jx1kNeavnWiH99/3UnZWmBg84UknU+kg2NYK9tTJuC7 LWsRHFmNRBPDmIKsP9di+932lnnphCs9SnBWOj4pqaAktb2QXbdsH+hHgb9L8vbvrq 3DlKPh2VYpbXA== From: Dinh Nguyen List-Id: To: arm@kernel.org, soc@kernel.org Cc: dinguyen@kernel.org Subject: [GIT PULL 2/3] SoCFPGA DTS updates for v5.13 Date: Tue, 30 Mar 2021 06:04:29 -0500 Message-Id: <20210330110430.558182-2-dinguyen@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210330110430.558182-1-dinguyen@kernel.org> References: <20210330110430.558182-1-dinguyen@kernel.org> MIME-Version: 1.0 Hi Arnd, Kevin, and Olof: Please pull in these SoCFPGA DTS updates for v5.13. Thanks, Dinh The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8: Linux 5.12-rc1 (2021-02-28 16:05:19 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.13 for you to fetch changes up to 0501418e4439d4ba2644b9d9a52287002fbc7553: arm64: dts: intel: adjust qpsi read-delay property (2021-03-30 05:51:30 -0500) ---------------------------------------------------------------- SoCFPGA DTS updates for v5.13 - Patches from Krzysztof Kozlowski that fixes dtc warnings and dtbs_check warnings - Adjust the "cnds,read-delay" value for the Agilex devkit to 2 ---------------------------------------------------------------- Dinh Nguyen (1): arm64: dts: intel: adjust qpsi read-delay property Krzysztof Kozlowski (8): arm64: dts: intel: socfpga: override clocks by label arm64: dts: intel: socfpga_agilex: move clocks out of soc node arm64: dts: intel: socfpga_agilex: move timer out of soc node arm64: dts: intel: socfpga_agilex: remove default status=okay arm64: dts: intel: socfpga_agilex: move usbphy out of soc node arm64: dts: intel: socfpga_agilex: use defined for GIC interrupts arm64: dts: intel: socfpga_agilex: align node names with dtschema arm64: dts: intel: socfpga_agilex_socdk_nand: align LED node names with dtschema arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 222 ++++++++++++--------- arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 14 +- .../boot/dts/intel/socfpga_agilex_socdk_nand.dts | 18 +- arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts | 12 +- 4 files changed, 140 insertions(+), 126 deletions(-) From patchwork Tue Mar 30 11:04:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dinh Nguyen X-Patchwork-Id: 12172283 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=-23.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 4C973C433E1 for ; Tue, 30 Mar 2021 11:04:33 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 19B4361985; Tue, 30 Mar 2021 11:04:33 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 99B0E61987; Tue, 30 Mar 2021 11:04:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617102273; bh=DFcQ2RFcw6wv+dmxb0wZbs4myIc1RRn6c/EoDE7s2SU=; h=From:List-Id:To:Cc:Subject:Date:In-Reply-To:References:From; b=eYL7z809csbZfrjbIZs+Xr07zTKeWaLVvoF0ZxeW8NfIxGyLAzZ7JdxjNGrJ7D6y8 w7G/DslF3M02borV6YS6lVneIH3y/p6+zRU4W+1OfKXTfHSNp0hb4furAaCZQQG2e+ tM+a7iwX7mKKqO06Mst11cHV0j+9riWHzEttqsaCDik6nnvP1q+wvHMThy4yk7znMX F2mOThLxxQMm1Gym5ziSLp2eZkJ0Td2EScL192uifkf4s4Qa/5niFW4o8RuKKHJQ3W mQCL1Iep5iQcCO/SWuNQMRjL/ABtM5GtOBejrfIOiAIDNmZLZgrE3/IU2HNsp3yNnO 3wwNcoaLcQ9YQ== From: Dinh Nguyen List-Id: To: arm@kernel.org, soc@kernel.org Cc: dinguyen@kernel.org Subject: [GIT PULL 3/3] ARM64 defconfig update for v5.13 Date: Tue, 30 Mar 2021 06:04:30 -0500 Message-Id: <20210330110430.558182-3-dinguyen@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210330110430.558182-1-dinguyen@kernel.org> References: <20210330110430.558182-1-dinguyen@kernel.org> MIME-Version: 1.0 Hi Arnd, Kevin, and Olof: Please pull in this ARM64 defconfig update for v5.13. Thanks, Dinh The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8: Linux 5.12-rc1 (2021-02-28 16:05:19 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/arm64_defconfig_for_v5.13 for you to fetch changes up to 40f90f4763e26cc4eb04b37766b7fd3f5952b516: arm64: defconfig: enable Intel's eASIC N5X SoCFPGA and Keem Bay SoC (2021-03-23 12:58:46 -0500) ---------------------------------------------------------------- ARM64 defconfig for v5.13 - Add support for Intel N5X SoCFPGA - Add support for Intel Keem SoC - Add support for Designware SPI driver ---------------------------------------------------------------- Krzysztof Kozlowski (1): arm64: defconfig: enable Intel's eASIC N5X SoCFPGA and Keem Bay SoC arch/arm64/configs/defconfig | 5 +++++ 1 file changed, 5 insertions(+)