mbox series

[v2,0/2] PCI: endpoint: fix bug for an API and simplify another API

Message ID 20241102-pci-epc-core_fix-v2-0-0785f8435be5@quicinc.com (mailing list archive)
Headers show
Series PCI: endpoint: fix bug for an API and simplify another API | expand

Message

Zijun Hu Nov. 2, 2024, 12:20 p.m. UTC
This patch series is to fix bug for API devm_pci_epc_destroy()
and simplify API pci_epc_get().

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
Changes in v2:
- Correct tile and commit message for patch 1/2.
- Add one more patch 2/2 to simplify API pci_epc_get().
- Link to v1: https://lore.kernel.org/r/20241020-pci-epc-core_fix-v1-1-3899705e3537@quicinc.com

---
Zijun Hu (2):
      PCI: endpoint: Fix that API devm_pci_epc_destroy() fails to destroy the EPC device
      PCI: endpoint: Simplify API pci_epc_get() implementation

 drivers/pci/endpoint/pci-epc-core.c | 23 +++++++----------------
 1 file changed, 7 insertions(+), 16 deletions(-)
---
base-commit: 11066801dd4b7c4d75fce65c812723a80c1481ae
change-id: 20241020-pci-epc-core_fix-a92512fa9d19

Best regards,

Comments

Zijun Hu Dec. 5, 2024, 1:46 p.m. UTC | #1
On 2024/11/2 20:20, Zijun Hu wrote:
> This patch series is to fix bug for API devm_pci_epc_destroy()
> and simplify API pci_epc_get().
> 
> Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
> ---
> Changes in v2:
> - Correct tile and commit message for patch 1/2.
> - Add one more patch 2/2 to simplify API pci_epc_get().
> - Link to v1: https://lore.kernel.org/r/20241020-pci-epc-core_fix-v1-1-3899705e3537@quicinc.com
> 
> ---
> Zijun Hu (2):
>       PCI: endpoint: Fix that API devm_pci_epc_destroy() fails to destroy the EPC device
>       PCI: endpoint: Simplify API pci_epc_get() implementation
> 

Hi Krzysztof,

could you code review for this patch series ?

>  drivers/pci/endpoint/pci-epc-core.c | 23 +++++++----------------
>  1 file changed, 7 insertions(+), 16 deletions(-)
> ---
> base-commit: 11066801dd4b7c4d75fce65c812723a80c1481ae
> change-id: 20241020-pci-epc-core_fix-a92512fa9d19
> 
> Best regards,