zephyr/drivers/pcie/endpoint
Abhishek Shah 4d7e88b4dc drivers: pcie_ep: iproc: Remove sys_read8 from unmap API
Originally, sys_read8 to the mapped address was added part of
the unmap API to protect OMAP mapping, i.e. in case of PCIe writes,
OMAP should not be overwritten before writes are completed.

Now that we have added dummy PCIe read in the common APIs, namely
pcie_ep_xfer_data_memcpy and pcie_ep_xfer_data_dma, for the purpose
of flushing PCIe writes; the purpose of protecting OMAP *also*
gets satisfied, randering PCIe read in the unmap useless,
so remove the same.

Signed-off-by: Abhishek Shah <abhishek.shah@broadcom.com>
2020-12-01 14:56:59 -05:00
..
CMakeLists.txt drivers: pcie_ep: iproc: move msi(x) functions 2020-10-22 11:07:39 +02:00
Kconfig drivers: pcie_ep: iproc: shorten file names 2020-10-22 11:07:39 +02:00
Kconfig.iproc drivers: pcie_ep: iproc: shorten file names 2020-10-22 11:07:39 +02:00
pcie_ep_common.c drivers: pcie_ep: Add API to achieve data transfer with system DMA 2020-12-01 14:56:59 -05:00
pcie_ep_iproc_msi.c drivers: pcie_ep: iproc: clear pvm interrupts before handling 2020-11-05 10:18:20 +01:00
pcie_ep_iproc_regs.h drivers: pcie_ep: iproc: Add MSI-X PVM feature for Viper 2020-10-22 11:07:39 +02:00
pcie_ep_iproc.c drivers: pcie_ep: iproc: Remove sys_read8 from unmap API 2020-12-01 14:56:59 -05:00
pcie_ep_iproc.h drivers: pcie_ep: iproc: Add support for PL330 DMA 2020-12-01 14:56:59 -05:00