mbox series

[RESEND,V1,0/5] Update pcie-tegra194 driver

Message ID 20210527115246.20509-1-omp@nvidia.com
Headers show
Series Update pcie-tegra194 driver | expand

Message

Om Prakash Singh May 27, 2021, 11:52 a.m. UTC
Update pcie-tegra194 driver with bug fixing and cleanup

Om Prakash Singh (5):
  PCI: tegra: Fix handling BME_CHGED event
  PCI: tegra: Fix MSI-X programming
  PCI: tegra: Disable interrupts before entering L2
  PCI: tegra: Don't allow suspend when Tegra PCIe is in EP mode
  PCI: tegra: Cleanup unused code

 drivers/pci/controller/dwc/pcie-tegra194.c | 36 +++++++++++++---------
 1 file changed, 22 insertions(+), 14 deletions(-)

Comments

Krzysztof Wilczyński May 27, 2021, noon UTC | #1
Hi Prakash,

Thank you for sending the patches over!

> Update pcie-tegra194 driver with bug fixing and cleanup
> 
> Om Prakash Singh (5):
>   PCI: tegra: Fix handling BME_CHGED event
>   PCI: tegra: Fix MSI-X programming
>   PCI: tegra: Disable interrupts before entering L2
>   PCI: tegra: Don't allow suspend when Tegra PCIe is in EP mode
>   PCI: tegra: Cleanup unused code
> 
>  drivers/pci/controller/dwc/pcie-tegra194.c | 36 +++++++++++++---------
>  1 file changed, 22 insertions(+), 14 deletions(-)

Why the resend?  I saw you send this series before, and now you are
resending it?  Help me understand what is going on here.

	Krzysztof
Jon Hunter May 27, 2021, 12:49 p.m. UTC | #2
On 27/05/2021 13:00, Krzysztof Wilczyński wrote:
> Hi Prakash,
> 
> Thank you for sending the patches over!
> 
>> Update pcie-tegra194 driver with bug fixing and cleanup
>>
>> Om Prakash Singh (5):
>>   PCI: tegra: Fix handling BME_CHGED event
>>   PCI: tegra: Fix MSI-X programming
>>   PCI: tegra: Disable interrupts before entering L2
>>   PCI: tegra: Don't allow suspend when Tegra PCIe is in EP mode
>>   PCI: tegra: Cleanup unused code
>>
>>  drivers/pci/controller/dwc/pcie-tegra194.c | 36 +++++++++++++---------
>>  1 file changed, 22 insertions(+), 14 deletions(-)
> 
> Why the resend?  I saw you send this series before, and now you are
> resending it?  Help me understand what is going on here.


I suggested resending it because the initial version had two cover
letters and two copies of the same patch. It took me a minute to figure
out what was what. So just ignore the first series.

Jon
Krzysztof Wilczyński May 27, 2021, 12:52 p.m. UTC | #3
Hi Jon,

[...]
> I suggested resending it because the initial version had two cover
> letters and two copies of the same patch. It took me a minute to figure
> out what was what. So just ignore the first series.

Ah, OK.  No worries then.

	Krzysztof