1. 12 12月, 2010 1 次提交
  2. 07 12月, 2010 2 次提交
  3. 28 10月, 2010 1 次提交
  4. 06 10月, 2010 2 次提交
  5. 19 8月, 2010 1 次提交
    • A
      ehea: Fix synchronization between HW and SW send queue · 2928db4c
      Andre Detsch 提交于
      ehea: Fix synchronization between HW and SW send queue
      
      When memory is added to / removed from a partition via the Memory DLPAR
      mechanism, the eHEA driver has to do a couple of things to reflect the
      memory change in its own IO address translation tables. This involves
      stopping and restarting the HW queues.
      During this operation, it is possible that HW and SW pointer into these
      queues get out of sync. This results in a situation where packets that
      are attached to a send queue are not transmitted immediately, but
      delayed until further X packets have been put on the queue.
      
      This patch detects such loss of synchronization, and resets the ehea
      port when needed.
      Signed-off-by: NJan-Bernd Themann <themann@de.ibm.com>
      Signed-off-by: NAndre Detsch <adetsch@br.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2928db4c
  6. 06 8月, 2010 1 次提交
  7. 17 6月, 2010 1 次提交
  8. 22 4月, 2010 1 次提交
  9. 05 8月, 2009 1 次提交
  10. 13 6月, 2009 1 次提交
  11. 05 5月, 2009 1 次提交
  12. 14 3月, 2009 1 次提交
  13. 20 2月, 2009 1 次提交
  14. 12 2月, 2009 1 次提交
  15. 22 1月, 2009 1 次提交
  16. 06 1月, 2009 1 次提交
    • S
      net/ehea: bitops work on unsigned longs · 48e4cc77
      Stephen Rothwell 提交于
      The flags field of struct ehea_port is only used with test_bit(),
      clear_bit() and set_bit() and these interfaces only work on
      "unsigned long"s, so change the field to be an "unsigned long".  Also,
      this field only has two bits defined for it (0 and 1) so will still be
      fine if someone builds this driver for a 32 bit arch (at least as far as
      this flags field is concerned).
      
      Also note that ehea_driver_flags is only used in ehca_main.c, so make it
      static in there.
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      48e4cc77
  17. 06 11月, 2008 1 次提交
  18. 28 10月, 2008 1 次提交
  19. 22 10月, 2008 1 次提交
  20. 25 9月, 2008 1 次提交
  21. 04 7月, 2008 2 次提交
  22. 13 5月, 2008 1 次提交
  23. 12 4月, 2008 1 次提交
  24. 29 3月, 2008 3 次提交
  25. 26 3月, 2008 1 次提交
  26. 24 2月, 2008 1 次提交
    • T
      ehea: add kdump support · 21eee2dd
      Thomas Klein 提交于
      This patch adds kdump support to the ehea driver. As the firmware doesn't free
      resource handles automatically, the driver has to run an as simple as possible
      free resource function in case of a crash shutdown. The function iterates over
      two arrays freeing all resource handles which are stored there. The arrays are
      kept up-to-date during normal runtime. The crash handler fn is triggered by the
      recently introduced PPC crash shutdown reg/unreg functions.
      Signed-off-by: NThomas Klein <tklein@de.ibm.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      21eee2dd
  27. 03 2月, 2008 1 次提交
  28. 24 11月, 2007 2 次提交
  29. 29 10月, 2007 1 次提交
  30. 25 10月, 2007 1 次提交
  31. 17 10月, 2007 1 次提交
  32. 11 10月, 2007 3 次提交