From patchwork Wed May 29 06:44:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: MD Danish Anwar X-Patchwork-Id: 13677934 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 11E85C25B7E for ; Wed, 29 May 2024 06:45:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=8/RNwV9J9DYEkiFFsbkJFtmNyMJBuNTjFldZYrzYHXE=; b=O5eOn5Lqz/HenE FKk3kQkrzIa5Ij6mIngwUjryVs2NSDa6+HIVuKJ1Wt79++Wdcq4kZ8JpREcW8aJxKZrX/spcHU0FV sLeWyfCqwl/LpnlTVzhYIBxbMBzaYzvu6VaLM5j++9fPs1kAL163gXS4zl1nObNBujwiZkDGsg5Gl RoM4N6Bx1JwtIAMPRVOBN0xsv9zwHcJn/4u533iOI1E41fVwPeUSfffXWw0rK3zUNJ+CDgTkuOPAn Sx7ADITnwsZhuRL62MLRjZZutrhKd0E754oYmQWvrJv7OxvVNwIWDBlXowsp8jHuKlvZ1xftjDplz HyxUBPquMLpW+gKjEoBw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sCD3V-000000033OZ-3L8b; Wed, 29 May 2024 06:45:01 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sCD33-000000033CV-377P for linux-arm-kernel@lists.infradead.org; Wed, 29 May 2024 06:44:36 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 44T6iMTr018720; Wed, 29 May 2024 01:44:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1716965062; bh=HO2HfuxjQKssJUkJizZ3YKh6FvlnbbPK8XB/o0Bnpeg=; h=From:To:CC:Subject:Date; b=KS5OOY2btsjnObxJSeW0MLL/PGg721ts2BZppk8kw68ZpkQgnd7aCD8BiEiCjSyvw Blk3mrZOpsdjwC+wDi0XMx6RtB/q3UxoLRLS/wvMmhKUU8sZq6C+E9b3H2ldB8Zj3n aVeU9UbAPjyDjeNb+/vBGFfIDHh/cmhdG02y46u4= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 44T6iM9A011480 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 29 May 2024 01:44:22 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 29 May 2024 01:44:22 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 29 May 2024 01:44:22 -0500 Received: from fllv0122.itg.ti.com (fllv0122.itg.ti.com [10.247.120.72]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 44T6iMbJ053994; Wed, 29 May 2024 01:44:22 -0500 Received: from localhost (danish-tpc.dhcp.ti.com [10.24.69.25]) by fllv0122.itg.ti.com (8.14.7/8.14.7) with ESMTP id 44T6iLkR015791; Wed, 29 May 2024 01:44:21 -0500 From: MD Danish Anwar To: Vignesh Raghavendra , Nishanth Menon CC: Conor Dooley , Krzysztof Kozlowski , Rob Herring , , , , Tero Kristo , , Roger Quadros Subject: [PATCH v2 0/3] Add PRU system events for virtio and MII mode support Date: Wed, 29 May 2024 12:14:17 +0530 Message-ID: <20240529064420.571615-1-danishanwar@ti.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240528_234433_925349_9058B135 X-CRM114-Status: GOOD ( 10.80 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi All, this series adds PRU system events for virtio for AM64x and AM65x and MII mode support for ICSSG on AM64x. These patches were previously posted as individual patches, clubbed them into one series. No functional changes from previous revisions of all patches. Rebased all patches on latest linux-next tagged next-20240529. Patch [1/3] v1 https://lore.kernel.org/all/20240423100608.1421652-1-danishanwar@ti.com/ Patch [2/3] v1 https://lore.kernel.org/all/20240423100838.1421845-1-danishanwar@ti.com/ Patch [3/3] v2 https://lore.kernel.org/all/20240429092919.657629-1-danishanwar@ti.com/ MD Danish Anwar (1): arm64: dts: ti: k3-am642-evm-icssg1-dualemac: add overlay for mii mode Suman Anna (2): arm64: dts: ti: k3-am64-main: Add PRU system events for virtio arm64: dts: ti: k3-am65-main: Add PRU system events for virtio arch/arm64/boot/dts/ti/Makefile | 4 + arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 24 +++++ .../ti/k3-am642-evm-icssg1-dualemac-mii.dtso | 101 ++++++++++++++++++ arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 36 +++++++ 4 files changed, 165 insertions(+) create mode 100644 arch/arm64/boot/dts/ti/k3-am642-evm-icssg1-dualemac-mii.dtso base-commit: 9d99040b1bc8dbf385a8aa535e9efcdf94466e19