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 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 99513CD3420 for ; Sun, 1 Sep 2024 17:56:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=TPCSj8FBVReSaeYCO2iGVjW5XuPs23A+QCwQAzU/9t8=; b=aVdljrHztfP8gCO7FW8gdb9PgL pE0m6mo0+szGisbg77B3r91Pvz4nWyNaCEHYZTEPw77TLwWdpB02gawL1xiqaLs0zRArAsxGyGcse 0RlabCTbaxKUk5RpdCQBYw/eyxlE5t1OHqozDd8urfaHhzQa15tfIKMM2YHueqDrrhAxWk69TzcI2 oszsIu+A6apI4EYIg9l3YTSDDypZnfPCYbqgDiCKLhxFgMtrbo/ZTlecb3KYTY7rMTDgV9Tm1VG3D pL/jA457TMbggs3BybYLnOz67aDSN5gkAr6Qc6SwcoprIvBCAqyQX+LhPkUJ3Rkfh4vMLfWezu79K cLyN4A/Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1skooL-0000000C5Pf-2gut; Sun, 01 Sep 2024 17:56:25 +0000 Received: from mail-io1-f53.google.com ([209.85.166.53]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1skonR-0000000C5Gt-3wen for linux-arm-kernel@lists.infradead.org; Sun, 01 Sep 2024 17:55:32 +0000 Received: by mail-io1-f53.google.com with SMTP id ca18e2360f4ac-82a1dadc2d2so140971639f.1 for ; Sun, 01 Sep 2024 10:55:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1725213329; x=1725818129; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=TPCSj8FBVReSaeYCO2iGVjW5XuPs23A+QCwQAzU/9t8=; b=v2iREhMjjzyNwjV2Aq0PhqEXEbHHDc9e3ty2j9KegE93GGyB1R51QMK4xB3jr0xUnT Gbk7YTAx5wWtwto02tU4oXMC7c+s43V39H+q3xeVfIf7WT8ZClzUToxhKscdr7SYAa5K Mn5Pu39LGMPCyOmhiafel+RtSWG/zjvBlJkUff9yiXB/5Ep+60yYyeJh/WM0n5E7Culd qQbQQHGc8nMWFBhPM2q+UvsIW29XFh/YcRs321vtgHfDxtcw4mUlkN2GeKhMb2+HuL7A 1jffBBuSC2/y/AiSafL59JDZL2MGRhFn7OY8seelWl3YQ+Xbg4XGP12GAEcakSjgvUGz t4Mg== X-Forwarded-Encrypted: i=1; AJvYcCUpB/c09i18OwSbQR3UV0rk+4dQc0flmKlxp0zwtlcnji4B1tOnoM3p0XNyhvEyd5x+F/PbFJSQLWgeL+k6A0Iw@lists.infradead.org X-Gm-Message-State: AOJu0YwgS+TiiYpTreCVI4diZhccKamzx9XLkM58NWKyGWgu+UGA5wG7 EYUYBJjl4/EHoVfKLIISFy9+zT1cH4FoyQeNZqDlTx+ul2yVFI5i X-Google-Smtp-Source: AGHT+IHBzBuDzpmGhMq1SRqwPuQgXk2zIrVcNlSo1Z3AcvkCcvK8Npof8O6DWfAfKPf7z5UlPibP3A== X-Received: by 2002:a05:6e02:1c23:b0:39b:25dc:7bd6 with SMTP id e9e14a558f8ab-39f49a1fc8cmr69803675ab.4.1725213328575; Sun, 01 Sep 2024 10:55:28 -0700 (PDT) Received: from localhost (fpd11144dd.ap.nuro.jp. [209.17.68.221]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-7d22e74388dsm5295193a12.3.2024.09.01.10.55.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 01 Sep 2024 10:55:27 -0700 (PDT) Date: Mon, 2 Sep 2024 02:55:26 +0900 From: Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= To: Frank Li Cc: Richard Zhu , Lucas Stach , Lorenzo Pieralisi , Rob Herring , Bjorn Helgaas , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Philipp Zabel , Liam Girdwood , Mark Brown , Manivannan Sadhasivam , Krzysztof Kozlowski , Conor Dooley , linux-pci@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, devicetree@vger.kernel.org, Jason Liu , Conor Dooley Subject: Re: [PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95 Message-ID: <20240901175526.GM235729@rocinante> References: <20240729-pci2_upstream-v8-0-b68ee5ef2b4d@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240729-pci2_upstream-v8-0-b68ee5ef2b4d@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240901_105530_006663_148A153C X-CRM114-Status: UNSURE ( 9.86 ) X-CRM114-Notice: Please train this message. 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 Hello, > Fixed 8mp EP mode problem. > > imx6 actaully for all imx chips (imx6*, imx7*, imx8*, imx9*). To avoid > confuse, rename all imx6_* to imx_*, IMX6_* to IMX_*. pci-imx6.c to > pci-imx.c to avoid confuse. > > Using callback to reduce switch case for core reset and refclk. Applied to controller/imx6, thank you! [01/11] PCI: imx6: Fix establish link failure in EP mode for iMX8MM and iMX8MP https://git.kernel.org/pci/pci/c/c9d04436880c [02/11] PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI https://git.kernel.org/pci/pci/c/f82e7aa14378 [03/11] PCI: imx6: Fix missing call to phy_power_off() in error handling https://git.kernel.org/pci/pci/c/3268637c4f74 [04/11] PCI: imx6: Rename imx6_* with imx_* https://git.kernel.org/pci/pci/c/09bec00b3591 [05/11] PCI: imx6: Introduce SoC specific callbacks for controlling REFCLK https://git.kernel.org/pci/pci/c/8bc6b9ccba59 [06/11] PCI: imx6: Simplify switch-case logic by involve core_reset callback https://git.kernel.org/pci/pci/c/79049b791bbc [07/11] PCI: imx6: Improve comment for workaround ERR010728 https://git.kernel.org/pci/pci/c/ea7eddfc0c9d [08/11] PCI: imx6: Consolidate redundant if-checks https://git.kernel.org/pci/pci/c/dce6ed132a2f [09/11] dt-bindings: PCI: imx6q-pcie: Add i.MX8Q PCIe compatible string https://git.kernel.org/pci/pci/c/99807815121a [10/11] PCI: imx6: Call common PHY API to set mode, speed, and submode https://git.kernel.org/pci/pci/c/b7e35e029881 [11/11] PCI: imx6: Add i.MX8Q PCIe Root Complex (RC) support https://git.kernel.org/pci/pci/c/3474e6ceabdc Krzysztof