diff options
| author | Aksh Garg <a-garg7@ti.com> | 2026-02-24 14:08:16 +0530 |
|---|---|---|
| committer | Manivannan Sadhasivam <mani@kernel.org> | 2026-03-09 11:59:58 +0530 |
| commit | 271d0b1f058ae9815e75233d04b23e3558c3e4f4 (patch) | |
| tree | c2a9fe7c15f09272fd588cfc62287d9bb9d58114 /tools/lib/python/kdoc/python_version.py | |
| parent | 5e5ea39ff55297fc9d6338f26346c2a7738a78ea (diff) | |
PCI: dwc: ep: Fix MSI-X Table Size configuration in dw_pcie_ep_set_msix()
In dw_pcie_ep_set_msix(), while updating the MSI-X Table Size value for
individual functions, Message Control register is read from the passed
function number register space using dw_pcie_ep_readw_dbi(), but always
written back to the Function 0's register space using dw_pcie_writew_dbi().
This causes incorrect MSI-X configuration for the rest of the functions,
other than Function 0.
Fix this by using dw_pcie_ep_writew_dbi() to write to the correct
function's register space, matching the read operation.
Fixes: 70fa02ca1446 ("PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers")
Signed-off-by: Aksh Garg <a-garg7@ti.com>
[mani: commit log]
Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
Link: https://patch.msgid.link/20260224083817.916782-2-a-garg7@ti.com
Diffstat (limited to 'tools/lib/python/kdoc/python_version.py')
0 files changed, 0 insertions, 0 deletions
