Hello Kalle, Igor, and all This patches introduces further updates and fixes for pcie datapath in qtnfmac driver: - implement 64-bit dma for hosts enabling CONFIG_ARCH_DMA_ADDR_T_64BIT - sanity check for module params: circ_buf queues should be power-of-2 - misc cleanup according to previous reviews Sergey Matyukevich (5): qtnfmac: drop -D__CHECK_ENDIAN from cflags qtnfmac: module param sanity check qtnfmac: modify qtnf_map_bar not to return NULL qtnfmac: fix free_xfer_buffer cleanup qtnfmac: implement 64-bit dma support Makefile | 4 - pearl/pcie.c | 101 +++++++++++++++++++++++++++++++++++++++--------- pearl/pcie_ipc.h | 10 +--- pearl/pcie_regs_pearl.h | 1 4 files changed, 88 insertions(+), 28 deletions(-)