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 37509C25B46 for ; Mon, 23 Oct 2023 21:27:04 +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:In-Reply-To:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=x77W1pLgXRwp/So+9bpsSe8FTJg1FEHG7qygkdIKHig=; b=SJhrh+zf2nA8+G a5jjzpqv44L4XLJG/FtjPDgpjPXju9gavN4j4oUxJbVx4EkQaJQ54U/a2WkmHQESKZpeyPip5UZL0 Al3r3g2+tB5UNWxH5E1Yj2ovusvuu8GPy/BYSCu5RV64powh0dqDX6+Py0vMtijNrMGanvE+DSs23 nS0uhquB2Fn2K7CcS4vPwnbow+J8DEvqn35l61W40aTiEJbntwegkPbtCa8OZ5wWCObyMfhu6Icyh PlNF+yRy6BNSzWuUWNhk1ZNA85KH1olwX3X2fyxv5KBlhJ7mAAUQH4CDJwJpJnLgU9SpOafgEB8zC awfBQL2Bg2RsL4kxLomA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qv2RX-008JID-1w; Mon, 23 Oct 2023 21:26:35 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qv2RU-008JHg-2j for linux-arm-kernel@lists.infradead.org; Mon, 23 Oct 2023 21:26:34 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id A31AB622BC; Mon, 23 Oct 2023 21:26:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84F27C433C8; Mon, 23 Oct 2023 21:26:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698096390; bh=ExpyHr72oVSoyPF5INR0ia4PkeXikfJXxCfcnjjlr98=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=UrjjYBaIRfKW39VLUzHGFB3VLQDZ6lZYoUVDsV3MWZpz2pbLJvx26RkNzCyx/AfTq 3UZdDmYme2s6tAvuqV1K0m91AkfqbeCV3tRz1qruwOkTiGLuv27/i+g8csGUROaDFk V2SL8hxYNSWzYzAderc8NJhCiOENUvJDD8cDDSSeXboqF2q4euHcWbUo99BtD6uMO5 0a/9t8uBzwBLEIElfK1Ke+OnY1zpkvFVTB8pMk8DeJ66kNpRj3doNtyL2G7+OyGlGZ VABC0GImvrN/vyzQ46/eS4Mjg9+Mho4PfhIg0SFlCODVK5s2xxz2HeqmqPsL+EK9PM e2AteBWB15O4Q== Date: Mon, 23 Oct 2023 16:26:28 -0500 From: Bjorn Helgaas To: Siddharth Vadapalli Cc: Serge Semin , Manivannan Sadhasivam , bhelgaas@google.com, lpieralisi@kernel.org, robh@kernel.org, kw@linux.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, r-gunasekaran@ti.com, srk@ti.com Subject: Re: [PATCH v3] PCI: keystone: Fix pci_ops for AM654x SoC Message-ID: <20231023212628.GA1627567@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <499a2f6c-3104-492c-be34-3ad286cdf069@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231023_142632_950500_F6A41B15 X-CRM114-Status: GOOD ( 14.19 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Oct 23, 2023 at 05:05:30PM +0530, Siddharth Vadapalli wrote: > On 23/10/23 16:12, Serge Semin wrote: > > ... > > > Siddharth, if it won't be that much bother and you have an access to > > the v3.65-based Keystone PCIe device, could you please have a look > > whether it's possible to implement what Bjorn suggested? > > Unfortunately I don't have any SoC/Device with me that has the v3.65 PCIe > controller, so I will not be able to test Bjorn's suggestion. Huh. 57e1d8206e48 ("MAINTAINERS: move Murali Karicheri to credits") removed the maintainer for pci-keystone.c, so the driver hasn't had a maintainer for over two years. Given the fact that there's no maintainer, I'm more than happy to take a patch to move this code to somewhere in the host_init() callback, even if you don't have the hardware to test it. Bjorn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel