1. 14 5月, 2014 1 次提交
  2. 26 3月, 2014 1 次提交
  3. 29 1月, 2014 1 次提交
  4. 27 12月, 2013 1 次提交
  5. 22 10月, 2013 1 次提交
    • D
      bnx2x: Don't pretend during register dump · 4293b9f5
      Dmitry Kravkov 提交于
      As part of a register dump, the interface pretends to have the identity
      of other interfaces of the same physical device in order to perform
      HW configuration for them - specifically, it needs to prevent attentions
      from generating on those functions as the register dump accesses registers
      in common blocks which whose reading might generate an attention.
      
      However, such pretension is unsafe - unlike other flows in which the driver
      uses pretend, during register dump there is no guarantee no other HW access
      will take place (by other flows). If such access will take place, the HW will
      be accessed by the wrong interface, and leave both functions in an incorrect
      state.
      
      This patch removes all pretensions from the register dump flow. Instead, it
      changes initial configuration of attentions such that no fatal attention will
      be generated for other functions as a result of the register dump
      (notice however, a debug print claiming an attention from other functions IS
      possible during the register dump)
      Signed-off-by: NDmitry Kravkov <dmitry@broadcom.com>
      Signed-off-by: NYuval Mintz <yuvalmin@broadcom.com>
      Signed-off-by: NAriel Elior <ariele@broadcom.com>
      Signed-off-by: NEilon Greenstein <eilong@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4293b9f5
  6. 29 9月, 2013 2 次提交
  7. 14 9月, 2013 1 次提交
  8. 06 9月, 2013 1 次提交
  9. 02 7月, 2013 3 次提交
  10. 25 6月, 2013 1 次提交
  11. 03 6月, 2013 3 次提交
  12. 28 5月, 2013 1 次提交
  13. 24 5月, 2013 2 次提交
  14. 01 5月, 2013 1 次提交
  15. 25 4月, 2013 1 次提交
  16. 23 4月, 2013 5 次提交
  17. 28 3月, 2013 1 次提交
  18. 12 3月, 2013 1 次提交
  19. 01 3月, 2013 1 次提交
  20. 24 1月, 2013 3 次提交
  21. 16 1月, 2013 4 次提交
  22. 11 1月, 2013 1 次提交
  23. 02 1月, 2013 2 次提交
  24. 03 12月, 2012 1 次提交