1. 11 7月, 2007 1 次提交
  2. 09 7月, 2007 1 次提交
  3. 10 6月, 2007 1 次提交
  4. 30 5月, 2007 1 次提交
  5. 28 4月, 2007 7 次提交
  6. 10 2月, 2007 1 次提交
  7. 30 1月, 2007 1 次提交
  8. 23 1月, 2007 1 次提交
  9. 06 11月, 2006 1 次提交
  10. 11 10月, 2006 1 次提交
  11. 19 9月, 2006 1 次提交
    • J
      [PATCH] ehea: bugfix for register access functions · 53ccce23
      Jan-Bernd Themann 提交于
      Hi Jeff,
      
      sorry to bother you again. We figured out that the readq function we
      included in the eHEA patch we sent yesterday to access eHEA registers
      is defined as little endian on POWER. This collides with our adapter.
      We talked to some PPC people who told us there is a discussion going
      on about new access functions. We were told to use __raw_readq /
      __raw_writeq for now.
      
      This patch fixes this bug found by our internal tests today.
      Please apply this small patch on the latest patch we sent you yesterday.
      If it is easier for you I can also give you the entire eHEA patch again.
      
      sorry and thanks a lot,
      Jan-Bernd
      Signed-off-by: NJan-Bernd Themann <themann@de.ibm.com>
      
       drivers/net/ehea/ehea.h    |    2 +-
       drivers/net/ehea/ehea_hw.h |   11 ++++++++---
       2 files changed, 9 insertions(+), 4 deletions(-)
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      53ccce23
  12. 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