public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] libcxgb4: header file/copyright clean up
@ 2016-09-30 16:35 Steve Wise
       [not found] ` <cover.1475253317.git.swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Wise @ 2016-09-30 16:35 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: dledford-H+wXaHxf7aLQT0dZR+AlfA, leon-DgEjT+Ai2ygdnm+yROfE0A

These patches clean up the header files in libcxgb4 by synching them
with the equivalent upstream versions. The net result of this is proper
dual license copyrights. I also got rid of the libcxgb4/src/queue.h and
replaced it with the ccan list header.

Steve Wise (4):
  libcxgb4: align header files with upstream kernel
  libcxgb4: align t4_regs.h with upstream kernel version.
  libcxgb4: replace t4fw_interface.h with upstream kernel headers
  libcxgb4: use ccan lists

 libcxgb4/src/dev.c            |     9 +-
 libcxgb4/src/libcxgb4.h       |     4 +-
 libcxgb4/src/qp.c             |     4 +-
 libcxgb4/src/queue.h          |   650 -
 libcxgb4/src/t4.h             |    31 +-
 libcxgb4/src/t4_chip_type.h   |    98 +-
 libcxgb4/src/t4_pci_id_tbl.h  |   127 +-
 libcxgb4/src/t4_regs.h        | 64797 ++--------------------------------------
 libcxgb4/src/t4fw_api.h       |  3258 ++
 libcxgb4/src/t4fw_interface.h |  8770 ------
 libcxgb4/src/t4fw_ri_api.h    |   756 +
 11 files changed, 6711 insertions(+), 71793 deletions(-)
 delete mode 100644 libcxgb4/src/queue.h
 create mode 100644 libcxgb4/src/t4fw_api.h
 delete mode 100644 libcxgb4/src/t4fw_interface.h
 create mode 100644 libcxgb4/src/t4fw_ri_api.h

-- 
2.7.0

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-10-02 13:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-30 16:35 [PATCH 0/4] libcxgb4: header file/copyright clean up Steve Wise
     [not found] ` <cover.1475253317.git.swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2016-09-30 16:10   ` [PATCH 1/4] libcxgb4: align header files with upstream kernel Steve Wise
2016-09-30 16:29   ` [PATCH 3/4] libcxgb4: replace t4fw_interface.h with upstream kernel headers Steve Wise
2016-09-30 16:29   ` [PATCH 4/4] libcxgb4: use ccan lists Steve Wise
2016-09-30 16:38   ` [PATCH 0/4] libcxgb4: header file/copyright clean up Steve Wise
2016-09-30 20:31     ` Steve Wise
2016-10-02 13:12       ` Doug Ledford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox