commit | bb5ce9a5cb6e915a2b284a8785686716823679d1 | [log] [tgz] |
---|---|---|
author | Mark Rustad <mark.d.rustad@intel.com> | Sat Aug 08 16:18:02 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Sep 22 15:58:30 2015 -0700 |
tree | 2280c0297754b1c4f5987f7d76ee0bcf33ac8632 | |
parent | 4f9e3a3de0e2fbc49c036322cb2ee656ea8b93fc [diff] |
ixgbe: Provide unlocked I2C methods Most I2C accesses take and release semaphores for each access. Now there is a reason to perform multiple I2C operations under the same holding of the semaphore, so provide unlocked I2C methods for that purpose. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>