All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>,
	netdev@vger.kernel.org, richardcochran@gmail.com
Subject: [PATCH net-next v2 0/2][pull request] 100GbE Intel Wired LAN Driver Updates 2022-07-21
Date: Thu, 21 Jul 2022 13:28:40 -0700	[thread overview]
Message-ID: <20220721202842.3276257-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to ice driver only.

Karol adds implementation for GNSS write; data is written to the GNSS
module through TTY device using u-blox UBX protocol.
---
v2:
- Replace looped copy with memcpy() in ice_aq_write_i2c()
- Adjust goto/return in ice_gnss_do_write() for readability
- Add information to documentation
- Drop, previous, patch 1; it was already accepted in another pull
request.

The following are changes since commit 5588d628027092e66195097bdf6835ddf64418b3:
  net/cdc_ncm: Increase NTB max RX/TX values to 64kb
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Karol Kolacinski (2):
  ice: add i2c write command
  ice: add write functionality for GNSS TTY

 .../device_drivers/ethernet/intel/ice.rst     |   9 +
 drivers/net/ethernet/intel/ice/ice.h          |   4 +-
 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |   7 +-
 drivers/net/ethernet/intel/ice/ice_common.c   |  47 +++-
 drivers/net/ethernet/intel/ice/ice_common.h   |   4 +
 drivers/net/ethernet/intel/ice/ice_gnss.c     | 242 ++++++++++++++++--
 drivers/net/ethernet/intel/ice/ice_gnss.h     |  30 ++-
 7 files changed, 308 insertions(+), 35 deletions(-)

-- 
2.35.1


             reply	other threads:[~2022-07-21 20:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21 20:28 Tony Nguyen [this message]
2022-07-21 20:28 ` [PATCH net-next v2 1/2] ice: add i2c write command Tony Nguyen
2022-07-21 20:28 ` [PATCH net-next v2 2/2] ice: add write functionality for GNSS TTY Tony Nguyen
2022-07-23  5:00 ` [PATCH net-next v2 0/2][pull request] 100GbE Intel Wired LAN Driver Updates 2022-07-21 patchwork-bot+netdevbpf

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=20220721202842.3276257-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=richardcochran@gmail.com \
    /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.