All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
To: linux-wireless@vger.kernel.org
Cc: Igor Mitsyanko <igor.mitsyanko.os@quantenna.com>,
	Avinash Patil <avinashp@quantenna.com>
Subject: [PATCH 0/5] qtnfmac: pcie datapath updates and fixes
Date: Tue, 29 Aug 2017 15:16:18 +0300	[thread overview]
Message-ID: <20170829121623.24761-1-sergey.matyukevich.os@quantenna.com> (raw)

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

             reply	other threads:[~2017-08-29 12:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-29 12:16 Sergey Matyukevich [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170829121623.24761-1-sergey.matyukevich.os@quantenna.com \
    --to=sergey.matyukevich.os@quantenna.com \
    --cc=avinashp@quantenna.com \
    --cc=igor.mitsyanko.os@quantenna.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.