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 5D0A2C47074 for ; Sat, 6 Jan 2024 05:03:26 +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:References: 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: List-Owner; bh=QsKCMYg3oT+LKxaw93xUPwF7LCptgD4uSMnlR+MF4H0=; b=JLjJLcxI0DKaJG I+v14GYZfXIs4VrFdf4/Pl2bq0iq4oH2+46ghPl1FncaL1pbf/etFCBSi6VNfdup0sHxgXOA9oRUq HKu1wBjSbR1Qsk0ExSP7UeZZ3t3uVswrx4MzWR/qbRHm1HRx333v0LhSeoALsp7yKoK/QF0R5iD6K H+XfRny73Vh92/qr9Glx5vMBZCN8AQVyTJjvNWfk6SzAnBS3yO8uOG/ZFW2GX9xYuUDfKEhU0BNMI A1RjJAZ3wNqLzuht/KlMs4rlsXRE29mpyhdNV4kDKtEU/usk4bBBsXu2JhT6GxujJxw2iFzhD5bkd Oys/+NrQ8ofLOmU1LLxA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rLypi-000kMo-3A; Sat, 06 Jan 2024 05:02:54 +0000 Received: from mail-oo1-f42.google.com ([209.85.161.42]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rLypg-000kMS-1n for linux-arm-kernel@lists.infradead.org; Sat, 06 Jan 2024 05:02:54 +0000 Received: by mail-oo1-f42.google.com with SMTP id 006d021491bc7-596d09af8c1so187548eaf.3 for ; Fri, 05 Jan 2024 21:02:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704517371; x=1705122171; 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=cK8r7/aM3L9XGWvRGZnPsTvaAInBVrLl4heKm8vHNzI=; b=XjOZdv8U/KjWD8i6xjaBaw36TJrqN9JFbC7b1CVmByDqEmeMO4j4k+mL2EbT8BSIX7 Mf16E9qt5R96okbh7w0cNM7VQn0kytNW9uFtbiHfT+Mbf+Xdn+nKMU+YWLmda0apiTSd zZ29erUGnVsaTZ/wzXgnvYrTpx5il1wPvdeBY1XUDU/xjDEY+WfnTi2y/gBcVCTLV1sl m5EYG8NcfqlLY77jQ97wvSXQFaJ8xERieWa2NGaPKvAxT3ww9fdLxKjksDp+46VBP/M5 XLreZVf36N/fZPw+JkOtVD7/fo0+OlxXD4dSYEIXIlcoQQf8naA2YLi2iLtL7twF8c1l omVw== X-Gm-Message-State: AOJu0Yxo3djzvgCe+4paUGrBXYpYBsgg2FqWo/nagpJ22FQMc3AQaqUV RmLKP/NdZTGfNFqIF23fqZw= X-Google-Smtp-Source: AGHT+IGh4zH5m14dFcFkW/DJT9SQlTB83E+Xq0ErohPZJ1em1dUH8frKAoF1I8TghwO6vOchOVVyRw== X-Received: by 2002:a05:6359:7302:b0:175:78d3:1b44 with SMTP id ux2-20020a056359730200b0017578d31b44mr402339rwb.46.1704517370687; Fri, 05 Jan 2024 21:02:50 -0800 (PST) Received: from localhost (fpd11144dd.ap.nuro.jp. [209.17.68.221]) by smtp.gmail.com with ESMTPSA id z21-20020a17090ab11500b0028d19ddb1afsm1089597pjq.33.2024.01.05.21.02.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jan 2024 21:02:49 -0800 (PST) Date: Sat, 6 Jan 2024 14:02:47 +0900 From: Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= To: Peter Robinson Cc: Tom Joseph , Lorenzo Pieralisi , Rob Herring , Bjorn Helgaas , linux-pci@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] PCI: cadence: Make TI J721E depend on ARCH_K3 Message-ID: <20240106050247.GA1227754@rocinante> References: <20240104213910.1426843-1-pbrobinson@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240104213910.1426843-1-pbrobinson@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240105_210252_599189_C93AA198 X-CRM114-Status: UNSURE ( 9.50 ) 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: , 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 Hello, > The J721E PCIe is hardware specific to TI SoC parts so add a dependency > on that so it's available for those SoC parts and for compile testing but > not necessarily everyone who enables the Cadence PCIe controller. Applied to controller/cadence, thank you! [1/1] PCI: j721e: Make TI J721E depend on ARCH_K3 https://git.kernel.org/pci/pci/c/177c9ac6ab3f Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel