Commits
Kishon Vijay Abraham I committed 12d5228090e
PCI: endpoint: Protect concurrent access to memory allocation with mutex pci-epc-mem uses bitmap to manage the PCI address region. This has to be protected for concurrent access to avoid updating inconsistent state. Use mutex to protect while updating bitmap. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>