All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan-Bernd Themann <ossthema@de.ibm.com>
To: netdev <netdev@vger.kernel.org>
Cc: meder@de.ibm.com, raisch@de.ibm.com, themann@de.ibm.com,
	tklein@de.ibm.com
Subject: [PATCH 0/5] ehea: IBM eHEA Ethernet Device Driver
Date: Thu, 08 Jun 2006 11:55:18 +0200	[thread overview]
Message-ID: <4487F406.6040907@de.ibm.com> (raw)

Hello,

thanks for your comments. It seems that yesterday's patch 1/4 has not been
delivered. We changed some things according to your comments.

Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>
Changelog-by:  Jan-Bernd Themann <themann@de.ibm.com>

Differences to patch set http://www.spinics.net/lists/netdev/msg05813.html

Changelog:

- reduce number of parameters for debug macro calls
- ehea prefix added to some non static functions
- Makefile and Kconfig improved

  drivers/net/ehea/Kconfig     |    6
  drivers/net/ehea/Makefile    |    7
  drivers/net/ehea/ehea.h      |  434 +++++++
  drivers/net/ehea/ehea_hw.h   |  319 +++++
  drivers/net/ehea/ehea_main.c | 2562 +++++++++++++++++++++++++++++++++++++++++++
  drivers/net/ehea/ehea_phyp.c | 1023 +++++++++++++++++
  drivers/net/ehea/ehea_phyp.h |  625 ++++++++++
  drivers/net/ehea/ehea_qmr.c  |  719 ++++++++++++
  drivers/net/ehea/ehea_qmr.h  |  390 ++++++
  9 files changed, 6085 insertions(+)



                 reply	other threads:[~2006-06-08  9:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4487F406.6040907@de.ibm.com \
    --to=ossthema@de.ibm.com \
    --cc=meder@de.ibm.com \
    --cc=netdev@vger.kernel.org \
    --cc=raisch@de.ibm.com \
    --cc=themann@de.ibm.com \
    --cc=tklein@de.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.