On 2/1/24 13:59, Andy Shevchenko wrote:
On Wed, Jan 31, 2024 at 04:16:51PM +0200, Jarkko Nikula wrote:
I believe RX FIFO depth define 0 is incorrect on Wangxun 10Gb NIC. It
must be at least 1 since code is able to read received data from the
DW_IC_DATA_CMD register.
For now this define is irrelevant since the txgbe_i2c_dw_xfer_quirk()
doesn't use the rx_fifo_depth member variable of struct dw_i2c_dev but
is needed when converting code into generic polling mode implementation.
Shouldn't this formally have a Fixes tag?
I don't think so since this define is not in use before my last patch.
May needlessly bother stable bot & folks.