kernel_samsung_a53x/drivers/net/ethernet/intel/igb
Daiwei Li 11b7218c81 igb: Fix not clearing TimeSync interrupts for 82580
[ Upstream commit ba8cf80724dbc09825b52498e4efacb563935408 ]

82580 NICs have a hardware bug that makes it
necessary to write into the TSICR (TimeSync Interrupt Cause) register
to clear it:
https://lore.kernel.org/all/CDCB8BE0.1EC2C%25matthew.vick@intel.com/

Add a conditional so only for 82580 we write into the TSICR register,
so we don't risk losing events for other models.

Without this change, when running ptp4l with an Intel 82580 card,
I get the following output:

> timed out while polling for tx timestamp increasing tx_timestamp_timeout or
> increasing kworker priority may correct this issue, but a driver bug likely
> causes it

This goes away with this change.

This (partially) reverts commit ee14cc9ea19b ("igb: Fix missing time sync events").

Fixes: ee14cc9ea19b ("igb: Fix missing time sync events")
Closes: https://lore.kernel.org/intel-wired-lan/CAN0jFd1kO0MMtOh8N2Ztxn6f7vvDKp2h507sMryobkBKe=xk=w@mail.gmail.com/
Tested-by: Daiwei Li <daiweili@google.com>
Suggested-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Signed-off-by: Daiwei Li <daiweili@google.com>
Acked-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Reviewed-by: Kurt Kanzenbach <kurt@linutronix.de>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-23 23:21:04 +01:00
..
e1000_82575.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_82575.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_defines.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_hw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_i210.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_i210.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_mac.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_mac.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_mbx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_mbx.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_nvm.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_nvm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_phy.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_phy.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
e1000_regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
igb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
igb_ethtool.c igb: Fix potential memory leak in igb_add_ethtool_nfc_entry 2024-11-18 10:58:29 +01:00
igb_hwmon.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
igb_main.c igb: Fix not clearing TimeSync interrupts for 82580 2024-11-23 23:21:04 +01:00
igb_ptp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00