[0/1] Set may payload size for IPQ9574

Message ID 20230724124711.2346886-1-quic_ipkumar@quicinc.com
Headers
Series Set may payload size for IPQ9574 |

Message

Praveenkumar I July 24, 2023, 12:47 p.m. UTC
  IPQ9574 supports 256 bytes of payload size and setting the max will allow
to use it when capable partner is connected.

Praveenkumar I (1):
  PCI: qcom: Add early fixup to set the max payload size for IPQ9574

 drivers/pci/controller/dwc/pcie-qcom.c | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Praveenkumar I July 25, 2023, 4:24 a.m. UTC | #1
On 7/24/2023 6:20 PM, Konrad Dybcio wrote:
> On 24.07.2023 14:47, Praveenkumar I wrote:
>> IPQ9574 supports 256 bytes of payload size and setting the max will allow
>> to use it when capable partner is connected.
>>
> It's not necessary to send a (bogus) cover letter with a single patch.
>
> Please consider using the b4 tool, which takes care of almost all sending-
> related complaints:
>
> https://b4.docs.kernel.org/en/latest/index.html
Sure, will take care hence forth.

- Praveenkumar
> Konrad