1. 14 12月, 2010 1 次提交
  2. 07 12月, 2010 2 次提交
  3. 07 1月, 2009 1 次提交
    • S
      net/ehea: use consistant type · 8be35bde
      Stephen Rothwell 提交于
      ehea_plpar_hcall9() takes an "unsigned long" array to return its results,
      so change the arrays we pass to it to match.  This is currently only
      64 bit code, so the transformation is actually a noop, but because
      ehea_plpar_hcall9() copies the values of registers into the array,
      if this was ported to a 32 bit hypervisor interface "unsigned long"
      would probably still be the correct type.
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8be35bde
  4. 25 9月, 2008 1 次提交
  5. 03 2月, 2008 1 次提交
  6. 28 4月, 2007 1 次提交
  7. 10 2月, 2007 1 次提交
  8. 23 1月, 2007 1 次提交
  9. 06 11月, 2006 1 次提交
  10. 11 10月, 2006 1 次提交
  11. 14 9月, 2006 1 次提交
    • J
      [PATCH] ehea: IBM eHEA Ethernet Device Driver · 7a291083
      Jan-Bernd Themann 提交于
      Hi Jeff,
      
      I fixed the __iomem issue and tested the driver with sparse. Looks good so far.
      Thanks for your effort.
      
      Jan-Bernd Themann
      Signed-off-by: NJan-Bernd Themann <themann@de.ibm.com>
      
       drivers/net/Kconfig             |    9
       drivers/net/Makefile            |    1
       drivers/net/ehea/Makefile       |    6
       drivers/net/ehea/ehea.h         |  447 ++++++
       drivers/net/ehea/ehea_ethtool.c |  294 ++++
       drivers/net/ehea/ehea_hcall.h   |   51
       drivers/net/ehea/ehea_hw.h      |  287 ++++
       drivers/net/ehea/ehea_main.c    | 2654 ++++++++++++++++++++++++++++++++++++++++
       drivers/net/ehea/ehea_phyp.c    |  705 ++++++++++
       drivers/net/ehea/ehea_phyp.h    |  455 ++++++
       drivers/net/ehea/ehea_qmr.c     |  582 ++++++++
       drivers/net/ehea/ehea_qmr.h     |  358 +++++
       12 files changed, 5849 insertions(+)
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      7a291083