From: Niklas Cassel <cassel@kernel.org>
To: "Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Krzysztof Wilczyński" <kw@linux.com>,
"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
"Rob Herring" <robh@kernel.org>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Jingoo Han" <jingoohan1@gmail.com>,
"Marek Vasut" <marek.vasut+renesas@gmail.com>,
"Yoshihiro Shimoda" <yoshihiro.shimoda.uh@renesas.com>,
"Shawn Lin" <shawn.lin@rock-chips.com>,
"Heiko Stuebner" <heiko@sntech.de>,
"Kishon Vijay Abraham I" <kishon@kernel.org>,
"Alan Douglas" <adouglas@cadence.com>
Cc: Wilfred Mallawa <wilfred.mallawa@wdc.com>,
Damien Le Moal <dlemoal@kernel.org>,
Niklas Cassel <cassel@kernel.org>,
linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/6] PCI: endpoint: IRQ callback fixes and cleanups
Date: Tue, 13 May 2025 09:30:55 +0200 [thread overview]
Message-ID: <20250513073055.169486-8-cassel@kernel.org> (raw)
Hello all,
The first two patches in this series are IRQ callback fixes that should
get backported.
The reason why the bugs existed in the first place is because the APIs
are very confusing. The rest of the patches are cleanups of the APIs.
These cleanups should not get backported.
Changes since v1:
-Improved commit message of the fix patches.
-Picked up tags on the fix patches.
-Added cleanups patches.
Niklas Cassel (6):
PCI: dwc: ep: Fix broken set_msix() callback
PCI: cadence-ep: Fix broken set_msix() callback
PCI: endpoint: cleanup get_msi() callback
PCI: endpoint: cleanup set_msi() callback
PCI: endpoint: cleanup get_msix() callback
PCI: endpoint: cleanup set_msix() callback
drivers/pci/controller/cadence/pcie-cadence-ep.c | 10 ++++++----
drivers/pci/controller/dwc/pcie-designware-ep.c | 9 +++++----
drivers/pci/controller/pcie-rcar-ep.c | 5 +++--
drivers/pci/controller/pcie-rockchip-ep.c | 9 +++++----
drivers/pci/endpoint/pci-epc-core.c | 11 +++--------
5 files changed, 22 insertions(+), 22 deletions(-)
--
2.49.0
WARNING: multiple messages have this Message-ID (diff)
From: Niklas Cassel <cassel@kernel.org>
To: "Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Krzysztof Wilczyński" <kw@linux.com>,
"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
"Rob Herring" <robh@kernel.org>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Jingoo Han" <jingoohan1@gmail.com>,
"Marek Vasut" <marek.vasut+renesas@gmail.com>,
"Yoshihiro Shimoda" <yoshihiro.shimoda.uh@renesas.com>,
"Shawn Lin" <shawn.lin@rock-chips.com>,
"Heiko Stuebner" <heiko@sntech.de>,
"Kishon Vijay Abraham I" <kishon@kernel.org>,
"Alan Douglas" <adouglas@cadence.com>
Cc: Wilfred Mallawa <wilfred.mallawa@wdc.com>,
Damien Le Moal <dlemoal@kernel.org>,
Niklas Cassel <cassel@kernel.org>,
linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/6] PCI: endpoint: IRQ callback fixes and cleanups
Date: Tue, 13 May 2025 09:30:55 +0200 [thread overview]
Message-ID: <20250513073055.169486-8-cassel@kernel.org> (raw)
Hello all,
The first two patches in this series are IRQ callback fixes that should
get backported.
The reason why the bugs existed in the first place is because the APIs
are very confusing. The rest of the patches are cleanups of the APIs.
These cleanups should not get backported.
Changes since v1:
-Improved commit message of the fix patches.
-Picked up tags on the fix patches.
-Added cleanups patches.
Niklas Cassel (6):
PCI: dwc: ep: Fix broken set_msix() callback
PCI: cadence-ep: Fix broken set_msix() callback
PCI: endpoint: cleanup get_msi() callback
PCI: endpoint: cleanup set_msi() callback
PCI: endpoint: cleanup get_msix() callback
PCI: endpoint: cleanup set_msix() callback
drivers/pci/controller/cadence/pcie-cadence-ep.c | 10 ++++++----
drivers/pci/controller/dwc/pcie-designware-ep.c | 9 +++++----
drivers/pci/controller/pcie-rcar-ep.c | 5 +++--
drivers/pci/controller/pcie-rockchip-ep.c | 9 +++++----
drivers/pci/endpoint/pci-epc-core.c | 11 +++--------
5 files changed, 22 insertions(+), 22 deletions(-)
--
2.49.0
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next reply other threads:[~2025-05-13 7:33 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-13 7:30 Niklas Cassel [this message]
2025-05-13 7:30 ` [PATCH v2 0/6] PCI: endpoint: IRQ callback fixes and cleanups Niklas Cassel
2025-05-13 7:30 ` [PATCH v2 1/6] PCI: dwc: ep: Fix broken set_msix() callback Niklas Cassel
2025-05-13 7:30 ` [PATCH v2 2/6] PCI: cadence-ep: " Niklas Cassel
2025-05-13 7:30 ` [PATCH v2 3/6] PCI: endpoint: cleanup get_msi() callback Niklas Cassel
2025-05-13 7:30 ` Niklas Cassel
2025-05-14 6:35 ` Damien Le Moal
2025-05-14 6:35 ` Damien Le Moal
2025-05-13 7:30 ` [PATCH v2 4/6] PCI: endpoint: cleanup set_msi() callback Niklas Cassel
2025-05-13 7:30 ` Niklas Cassel
2025-05-14 6:39 ` Damien Le Moal
2025-05-14 6:39 ` Damien Le Moal
2025-05-13 7:31 ` [PATCH v2 5/6] PCI: endpoint: cleanup get_msix() callback Niklas Cassel
2025-05-14 6:41 ` Damien Le Moal
2025-05-13 7:31 ` [PATCH v2 6/6] PCI: endpoint: cleanup set_msix() callback Niklas Cassel
2025-05-14 6:43 ` Damien Le Moal
2025-05-13 10:25 ` [PATCH v2 0/6] PCI: endpoint: IRQ callback fixes and cleanups Krzysztof Wilczyński
2025-05-13 10:25 ` Krzysztof Wilczyński
2025-05-13 12:31 ` Niklas Cassel
2025-05-13 12:31 ` Niklas Cassel
2025-05-13 16:03 ` Manivannan Sadhasivam
2025-05-13 16:03 ` Manivannan Sadhasivam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250513073055.169486-8-cassel@kernel.org \
--to=cassel@kernel.org \
--cc=adouglas@cadence.com \
--cc=bhelgaas@google.com \
--cc=dlemoal@kernel.org \
--cc=heiko@sntech.de \
--cc=jingoohan1@gmail.com \
--cc=kishon@kernel.org \
--cc=kw@linux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=lpieralisi@kernel.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=marek.vasut+renesas@gmail.com \
--cc=robh@kernel.org \
--cc=shawn.lin@rock-chips.com \
--cc=wilfred.mallawa@wdc.com \
--cc=yoshihiro.shimoda.uh@renesas.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.