[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220721202842.3276257-1-anthony.l.nguyen@intel.com>
Date:   Thu, 21 Jul 2022 13:28:40 -0700
From:   Tony Nguyen <anthony.l.nguyen@...el.com>
To:     davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
        edumazet@...gle.com
Cc:     Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
        richardcochran@...il.com
Subject: [PATCH net-next v2 0/2][pull request] 100GbE Intel Wired LAN Driver Updates 2022-07-21
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
Powered by blists - more mailing lists
 
