kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Infiniband Subsystem: Remove pci-dma-compat wrapper APIs.
@ 2020-08-09  7:36 Suraj Upadhyay
  2020-08-09  7:41 ` [PATCH 1/4] IB/hfi1: " Suraj Upadhyay
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Suraj Upadhyay @ 2020-08-09  7:36 UTC (permalink / raw)
  To: dledford, jgg; +Cc: linux-rdma, linux-kernel, kernel-janitors

Hii Developers,

	This patch series will replace all the legacy pci-dma-compat wrappers
with the dma-mapping APIs directly in the INFINIBAND Subsystem.

This task is done through a coccinelle script which is described in each commit
message.

The changes are compile tested.

Thanks,

Suraj Upadhyay.

Suraj Upadhyay (4):
  IB/hfi1: Remove pci-dma-compat wrapper APIs
  IB/mthca: Remove pci-dma-compat wrapper APIs
  RDMA/qib: Remove pci-dma-compat wrapper APIs
  RDMA/pvrdma: Remove pci-dma-compat wrapper APIs

 drivers/infiniband/hw/hfi1/pcie.c             |  8 +++----
 drivers/infiniband/hw/hfi1/user_exp_rcv.c     | 13 +++++------
 drivers/infiniband/hw/mthca/mthca_eq.c        | 21 +++++++++--------
 drivers/infiniband/hw/mthca/mthca_main.c      |  8 +++----
 drivers/infiniband/hw/mthca/mthca_memfree.c   | 23 +++++++++++--------
 drivers/infiniband/hw/qib/qib_file_ops.c      | 12 +++++-----
 drivers/infiniband/hw/qib/qib_init.c          |  4 ++--
 drivers/infiniband/hw/qib/qib_pcie.c          |  8 +++----
 drivers/infiniband/hw/qib/qib_user_pages.c    | 12 +++++-----
 .../infiniband/hw/vmw_pvrdma/pvrdma_main.c    |  6 ++---
 10 files changed, 59 insertions(+), 56 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2020-08-24 16:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-09  7:36 [PATCH 0/4] Infiniband Subsystem: Remove pci-dma-compat wrapper APIs Suraj Upadhyay
2020-08-09  7:41 ` [PATCH 1/4] IB/hfi1: " Suraj Upadhyay
2020-08-09  7:43 ` [PATCH 2/4] IB/mthca: " Suraj Upadhyay
2020-08-09  7:44 ` [PATCH 3/4] RDMA/qib: " Suraj Upadhyay
2020-08-09  7:45 ` [PATCH 4/4] RDMA/pvrdma: " Suraj Upadhyay
2020-08-09  7:57 ` [PATCH 5/4] RDMA/efa : " Suraj Upadhyay
2020-08-09  8:10   ` Joe Perches
2020-08-09  8:35 ` [PATCH 0/4] Infiniband Subsystem: " Gal Pressman
2020-08-09  8:50   ` Suraj Upadhyay
2020-08-24 16:42 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).