From: Asmaa Mnebhi <Asmaa@mellanox.com>
To: minyard@acm.org, wsa@the-dreams.de, vadimp@mellanox.com,
michaelsh@mellanox.com, rdunlap@infradead.org
Cc: Asmaa Mnebhi <Asmaa@mellanox.com>,
linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org
Subject: [PATCH v9 0/1] Add support for IPMB driver
Date: Wed, 8 May 2019 09:46:43 -0400 [thread overview]
Message-ID: <cover.1557322882.git.Asmaa@mellanox.com> (raw)
Addressed Randy's comments about the documentation.
Those instructions are for any software engineer who wants
to build this driver and load it onto their system.
Thank you.
Asmaa Mnebhi (1):
Add support for IPMB driver
Documentation/IPMB.txt | 103 +++++++++++
drivers/char/ipmi/Kconfig | 8 +
drivers/char/ipmi/Makefile | 1 +
drivers/char/ipmi/ipmb_dev_int.c | 382 +++++++++++++++++++++++++++++++++++++++
4 files changed, 494 insertions(+)
create mode 100644 Documentation/IPMB.txt
create mode 100644 drivers/char/ipmi/ipmb_dev_int.c
--
2.1.2
next reply other threads:[~2019-05-08 13:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-08 13:46 Asmaa Mnebhi [this message]
2019-05-08 13:46 ` [PATCH v9 1/1] Add support for IPMB driver Asmaa Mnebhi
2019-05-19 14:02 ` Wolfram Sang
2019-05-20 14:50 ` Asmaa Mnebhi
2019-06-03 20:13 ` Wolfram Sang
2019-06-05 18:08 ` Asmaa Mnebhi
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=cover.1557322882.git.Asmaa@mellanox.com \
--to=asmaa@mellanox.com \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michaelsh@mellanox.com \
--cc=minyard@acm.org \
--cc=rdunlap@infradead.org \
--cc=vadimp@mellanox.com \
--cc=wsa@the-dreams.de \
/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.