From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8B52AA; Mon, 20 Nov 2023 18:33:44 -0800 (PST) Received: from i5e86193e.versanet.de ([94.134.25.62] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r5GZw-00061V-3J; Tue, 21 Nov 2023 03:33:32 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: lpieralisi@kernel.org, kw@linux.com, robh@kernel.org, bhelgaas@google.com, jingoohan1@gmail.com, gustavo.pimentel@synopsys.com, mani@kernel.org, Yoshihiro Shimoda Cc: linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda , Vignesh Raghavendra , Krzysztof Kozlowski , Alim Akhtar , Richard Zhu , Lucas Stach , Shawn Guo , Sascha Hauer , Fabio Estevam , Minghuan Lian , Mingkai Hu , Roy Zang , Yue Wang , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Jonathan Chocron , Thomas Petazzoni , Jesper Nilsson , Paul Walmsley , Greentime Hu , Chuanhua Lei , Xiaowei Song , Binghui Wang , Andy Gross , Bjorn Andersson , Konrad Dybcio , Marek Vasut , Pratyush Anand , Thierry Reding , Jonathan Hunter , Kunihiko Hayashi , Masami Hiramatsu , Nobuhiro Iwamatsu Subject: Re: [PATCH v2 1/6] PCI: dwc: Drop host prefix from struct dw_pcie_host_ops Date: Tue, 21 Nov 2023 03:33:29 +0100 Message-ID: <5773251.RUnXabflUD@diego> In-Reply-To: <20231114055456.2231990-2-yoshihiro.shimoda.uh@renesas.com> References: <20231114055456.2231990-1-yoshihiro.shimoda.uh@renesas.com> <20231114055456.2231990-2-yoshihiro.shimoda.uh@renesas.com> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Am Dienstag, 14. November 2023, 06:54:51 CET schrieb Yoshihiro Shimoda: > Since the name of dw_pcie_host_ops indicates that it's for host > obviously, drop host prefix from the struct. > > Signed-off-by: Yoshihiro Shimoda > drivers/pci/controller/dwc/pcie-dw-rockchip.c | 2 +- for Rockchip: Acked-by: Heiko Stuebner