mbox series

[for-next,0/3] Rebrand hfi1 from Intel to Cornelis

Message ID 20211028124426.26694.48584.stgit@awfm-01.cornelisnetworks.com (mailing list archive)
Headers show
Series Rebrand hfi1 from Intel to Cornelis | expand

Message

Dennis Dalessandro Oct. 28, 2021, 12:45 p.m. UTC
Touch up the Intel related branding strings in our drivers to reflect Cornelis.
Note rdmavt did not need any changes.

---

Scott Breyer (3):
      IB/hfi1: Rebranding of hfi1 driver to Cornelis Networks
      IB/qib: Rebranding of qib driver to Cornelis Networks
      IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis Networks


 drivers/infiniband/hw/hfi1/Kconfig              |    4 ++--
 drivers/infiniband/hw/hfi1/chip.c               |    5 +++--
 drivers/infiniband/hw/hfi1/driver.c             |    3 ++-
 drivers/infiniband/hw/hfi1/init.c               |    3 ++-
 drivers/infiniband/hw/qib/qib_driver.c          |    5 +++--
 drivers/infiniband/ulp/opa_vnic/Kconfig         |    4 ++--
 drivers/infiniband/ulp/opa_vnic/Makefile        |    3 ++-
 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c |    7 ++++---
 8 files changed, 20 insertions(+), 14 deletions(-)

--
-Denny

Comments

Jason Gunthorpe Oct. 29, 2021, 4:32 p.m. UTC | #1
On Thu, Oct 28, 2021 at 08:45:55AM -0400, Dennis Dalessandro wrote:
> Touch up the Intel related branding strings in our drivers to reflect Cornelis.
> Note rdmavt did not need any changes.
> 
> ---
> 
> Scott Breyer (3):
>       IB/hfi1: Rebranding of hfi1 driver to Cornelis Networks
>       IB/qib: Rebranding of qib driver to Cornelis Networks
>       IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis Networks

Applied to for-next, thanks

Jason