All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] qtnfmac: pcie datapath updates and fixes
@ 2017-08-29 12:16 Sergey Matyukevich
  2017-08-29 12:16 ` [PATCH 1/5] qtnfmac: drop -D__CHECK_ENDIAN from cflags Sergey Matyukevich
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Sergey Matyukevich @ 2017-08-29 12:16 UTC (permalink / raw)
  To: linux-wireless; +Cc: Igor Mitsyanko, Avinash Patil

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(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-08-31 12:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 12:16 [PATCH 0/5] qtnfmac: pcie datapath updates and fixes Sergey Matyukevich
2017-08-29 12:16 ` [PATCH 1/5] qtnfmac: drop -D__CHECK_ENDIAN from cflags Sergey Matyukevich
2017-08-31 12:58   ` [1/5] " Kalle Valo
2017-08-29 12:16 ` [PATCH 2/5] qtnfmac: module param sanity check Sergey Matyukevich
2017-08-29 12:16 ` [PATCH 3/5] qtnfmac: modify qtnf_map_bar not to return NULL Sergey Matyukevich
2017-08-30  2:13   ` Igor Mitsyanko
2017-08-30  8:45     ` Sergey Matyukevich
2017-08-30  2:14   ` Igor Mitsyanko
2017-08-29 12:16 ` [PATCH 4/5] qtnfmac: fix free_xfer_buffer cleanup Sergey Matyukevich
2017-08-29 12:16 ` [PATCH 5/5] qtnfmac: implement 64-bit dma support Sergey Matyukevich
2017-08-30 16:38   ` Kalle Valo
2017-08-31  9:48     ` Sergey Matyukevich
2017-08-31 11:09       ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.