* [PATCH] PCI: rcar: user proper naming for R-Car
@ 2023-06-07 19:21 Wolfram Sang
2023-06-07 19:27 ` Biju Das
0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2023-06-07 19:21 UTC (permalink / raw)
To: linux-renesas-soc
Cc: Wolfram Sang, Marek Vasut, Yoshihiro Shimoda, Lorenzo Pieralisi,
Krzysztof Wilczyński, Rob Herring, Bjorn Helgaas, linux-pci,
linux-kernel
Neither RCar, nor Rcar, but R-Car.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
drivers/pci/controller/pcie-rcar-host.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/pci/controller/pcie-rcar-host.c b/drivers/pci/controller/pcie-rcar-host.c
index e80e56b2a842..f4dac8ff97cb 100644
--- a/drivers/pci/controller/pcie-rcar-host.c
+++ b/drivers/pci/controller/pcie-rcar-host.c
@@ -684,7 +684,7 @@ static void rcar_compose_msi_msg(struct irq_data *data, struct msi_msg *msg)
}
static struct irq_chip rcar_msi_bottom_chip = {
- .name = "Rcar MSI",
+ .name = "R-Car MSI",
.irq_ack = rcar_msi_irq_ack,
.irq_mask = rcar_msi_irq_mask,
.irq_unmask = rcar_msi_irq_unmask,
@@ -813,7 +813,7 @@ static int rcar_pcie_enable_msi(struct rcar_pcie_host *host)
/*
* Setup MSI data target using RC base address address, which
- * is guaranteed to be in the low 32bit range on any RCar HW.
+ * is guaranteed to be in the low 32bit range on any R-Car HW.
*/
rcar_pci_write_reg(pcie, lower_32_bits(res.start) | MSIFE, PCIEMSIALR);
rcar_pci_write_reg(pcie, upper_32_bits(res.start), PCIEMSIAUR);
--
2.35.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* RE: [PATCH] PCI: rcar: user proper naming for R-Car
2023-06-07 19:21 [PATCH] PCI: rcar: user proper naming for R-Car Wolfram Sang
@ 2023-06-07 19:27 ` Biju Das
2023-06-07 20:46 ` Wolfram Sang
0 siblings, 1 reply; 3+ messages in thread
From: Biju Das @ 2023-06-07 19:27 UTC (permalink / raw)
To: Wolfram Sang, linux-renesas-soc@vger.kernel.org
Cc: Marek Vasut, Yoshihiro Shimoda, Lorenzo Pieralisi,
Krzysztof Wilczyński, Rob Herring, Bjorn Helgaas,
linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Hi Wolfram,
> Subject: [PATCH] PCI: rcar: user proper naming for R-Car
Typo %s/user/use/ on patch subject??
Cheers,
Biju
>
> Neither RCar, nor Rcar, but R-Car.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
> drivers/pci/controller/pcie-rcar-host.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/pci/controller/pcie-rcar-host.c
> b/drivers/pci/controller/pcie-rcar-host.c
> index e80e56b2a842..f4dac8ff97cb 100644
> --- a/drivers/pci/controller/pcie-rcar-host.c
> +++ b/drivers/pci/controller/pcie-rcar-host.c
> @@ -684,7 +684,7 @@ static void rcar_compose_msi_msg(struct irq_data
> *data, struct msi_msg *msg) }
>
> static struct irq_chip rcar_msi_bottom_chip = {
> - .name = "Rcar MSI",
> + .name = "R-Car MSI",
> .irq_ack = rcar_msi_irq_ack,
> .irq_mask = rcar_msi_irq_mask,
> .irq_unmask = rcar_msi_irq_unmask,
> @@ -813,7 +813,7 @@ static int rcar_pcie_enable_msi(struct rcar_pcie_host
> *host)
>
> /*
> * Setup MSI data target using RC base address address, which
> - * is guaranteed to be in the low 32bit range on any RCar HW.
> + * is guaranteed to be in the low 32bit range on any R-Car HW.
> */
> rcar_pci_write_reg(pcie, lower_32_bits(res.start) | MSIFE,
> PCIEMSIALR);
> rcar_pci_write_reg(pcie, upper_32_bits(res.start), PCIEMSIAUR);
> --
> 2.35.1
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] PCI: rcar: user proper naming for R-Car
2023-06-07 19:27 ` Biju Das
@ 2023-06-07 20:46 ` Wolfram Sang
0 siblings, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2023-06-07 20:46 UTC (permalink / raw)
To: Biju Das
Cc: linux-renesas-soc@vger.kernel.org, Marek Vasut, Yoshihiro Shimoda,
Lorenzo Pieralisi, Krzysztof Wilczyński, Rob Herring,
Bjorn Helgaas, linux-pci@vger.kernel.org,
linux-kernel@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 75 bytes --]
> Typo %s/user/use/ on patch subject??
Yes, you are right. Will send v2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-07 20:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-07 19:21 [PATCH] PCI: rcar: user proper naming for R-Car Wolfram Sang
2023-06-07 19:27 ` Biju Das
2023-06-07 20:46 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox