]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: add write flush in ixgbe_clock_out_i2c_byte()
authorEmil Tantilov <emil.s.tantilov@intel.com>
Fri, 4 Nov 2011 06:43:23 +0000 (06:43 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 3 Jan 2012 01:43:44 +0000 (17:43 -0800)
commit81fb53f06a4a385cb570821440ed2bdf16dd0267
tree305b8b00fa2e925a20b1f354b735a7c10a57e7ad
parent6a1c55a49d3262af1f991dcb7590f913f050c7c6
ixgbe: add write flush in ixgbe_clock_out_i2c_byte()

I2C access is timing critical. Always do a write flush after writing
to the I2CCTL register.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c