From: Karol Kolacinski <karol.kolacinski@intel.com>
To: intel-wired-lan@lists.osuosl.org
Cc: netdev@vger.kernel.org,
Karol Kolacinski <karol.kolacinski@intel.com>,
anthony.l.nguyen@intel.com, przemyslaw.kitszel@intel.com
Subject: [Intel-wired-lan] [PATCH iwl-net 0/5] Fix E825 initialization
Date: Mon, 30 Sep 2024 14:08:38 +0200 [thread overview]
Message-ID: <20240930121022.671217-1-karol.kolacinski@intel.com> (raw)
E825 products have incorrect initialization procedure, which may lead to
initialization failures and register values.
Fix E825 products initialization by adding correct sync delay, checking the
PHY
revision only for current PHY and adding proper destination device when
reading
port/quad.
In addition, E825 uses PF ID for indexing per PF registers and as a primary
PHY
lane number, which is incorrect.
Jacob Keller (1):
ice: Remove unnecessary offset calculation for PF scoped registers
Karol Kolacinski (4):
ice: Fix E825 initialization
ice: Fix quad registers read on E825
ice: Fix ETH56G FC-FEC Rx offset value
ice: Add correct PHY lane assignment
drivers/net/ethernet/intel/ice/ice_common.c | 42 ++-
drivers/net/ethernet/intel/ice/ice_common.h | 1 +
drivers/net/ethernet/intel/ice/ice_main.c | 6 +-
drivers/net/ethernet/intel/ice/ice_ptp.c | 33 +-
drivers/net/ethernet/intel/ice/ice_ptp.h | 5 +-
.../net/ethernet/intel/ice/ice_ptp_consts.h | 77 +---
drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 335 +++++++++---------
drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 40 +--
drivers/net/ethernet/intel/ice/ice_sbq_cmd.h | 7 +-
drivers/net/ethernet/intel/ice/ice_type.h | 2 -
10 files changed, 261 insertions(+), 287 deletions(-)
base-commit: b93cdc8f443a8d1641f6cbd72349f7f877db314e
--
2.46.1
next reply other threads:[~2024-09-30 12:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-30 12:08 Karol Kolacinski [this message]
2024-09-30 12:08 ` [Intel-wired-lan] [PATCH iwl-net 1/5] ice: Fix E825 initialization Karol Kolacinski
2024-10-02 22:00 ` Tony Nguyen
2024-09-30 12:08 ` [Intel-wired-lan] [PATCH iwl-net 2/5] ice: Fix quad registers read on E825 Karol Kolacinski
2024-10-02 22:08 ` Tony Nguyen
2024-09-30 12:08 ` [Intel-wired-lan] [PATCH iwl-net 3/5] ice: Fix ETH56G FC-FEC Rx offset value Karol Kolacinski
2024-09-30 12:08 ` [Intel-wired-lan] [PATCH iwl-net 4/5] ice: Remove unnecessary offset calculation for PF scoped registers Karol Kolacinski
2024-10-02 22:12 ` Tony Nguyen
2024-09-30 12:08 ` [Intel-wired-lan] [PATCH iwl-net 5/5] ice: Add correct PHY lane assignment Karol Kolacinski
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=20240930121022.671217-1-karol.kolacinski@intel.com \
--to=karol.kolacinski@intel.com \
--cc=anthony.l.nguyen@intel.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=netdev@vger.kernel.org \
--cc=przemyslaw.kitszel@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox