mbox series

[0/2] PCI: dwc-debugfs: Couple of fixes

Message ID 20250225171239.19574-1-manivannan.sadhasivam@linaro.org (mailing list archive)
Headers show
Series PCI: dwc-debugfs: Couple of fixes | expand

Message

Manivannan Sadhasivam Feb. 25, 2025, 5:12 p.m. UTC
Hi,

This series has a couple of fixes for the recently merged debugfs patches.
This series is rebased on top of pci/controller/dwc branch.

- Mani

Manivannan Sadhasivam (2):
  PCI: dwc-debugfs: Perform deinit only when the debugfs is initialized
  PCI: dwc-debugfs: Return -EOPNOTSUPP if an event counter is not
    supported

 .../controller/dwc/pcie-designware-debugfs.c   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Comments

Hans Zhang Feb. 26, 2025, 1:55 a.m. UTC | #1
Hi Mani,

Can you submit after this patch? Otherwise, will my patch conflict?

https://patchwork.kernel.org/project/linux-pci/patch/20250223141848.231232-1-18255117159@163.com/

Best regards
Hans

On 2025/2/26 01:12, Manivannan Sadhasivam wrote:
> Hi,
> 
> This series has a couple of fixes for the recently merged debugfs patches.
> This series is rebased on top of pci/controller/dwc branch.
> 
> - Mani
> 
> Manivannan Sadhasivam (2):
>    PCI: dwc-debugfs: Perform deinit only when the debugfs is initialized
>    PCI: dwc-debugfs: Return -EOPNOTSUPP if an event counter is not
>      supported
> 
>   .../controller/dwc/pcie-designware-debugfs.c   | 18 ++++++++++++++++++
>   1 file changed, 18 insertions(+)
Krzysztof Wilczyński Feb. 26, 2025, 7:17 a.m. UTC | #2
Hello,

> This series has a couple of fixes for the recently merged debugfs patches.
> This series is rebased on top of pci/controller/dwc branch.

Squashed both patches with the changes already on the branch.

Thank you for both fixes!

	Krzysztof
Krzysztof Wilczyński Feb. 26, 2025, 7:43 a.m. UTC | #3
Hello,

> Can you submit after this patch? Otherwise, will my patch conflict?
> 
> https://patchwork.kernel.org/project/linux-pci/patch/20250223141848.231232-1-18255117159@163.com/

No worries.  We can resolve conflicts while applying. :)

	Krzysztof
Hans Zhang Feb. 26, 2025, 7:45 a.m. UTC | #4
On 2025/2/26 15:43, Krzysztof Wilczyński wrote:
> Hello,
> 
>> Can you submit after this patch? Otherwise, will my patch conflict?
>>
>> https://patchwork.kernel.org/project/linux-pci/patch/20250223141848.231232-1-18255117159@163.com/
> 
> No worries.  We can resolve conflicts while applying. :)
> 

I see, thanks Krzysztof for replying.

Best regards
Hans