All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/1] Add support for IPMB driver
@ 2019-05-08 13:46 Asmaa Mnebhi
  2019-05-08 13:46 ` [PATCH v9 1/1] " Asmaa Mnebhi
  0 siblings, 1 reply; 6+ messages in thread
From: Asmaa Mnebhi @ 2019-05-08 13:46 UTC (permalink / raw)
  To: minyard, wsa, vadimp, michaelsh, rdunlap
  Cc: Asmaa Mnebhi, linux-kernel, linux-i2c

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-05 18:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08 13:46 [PATCH v9 0/1] Add support for IPMB driver Asmaa Mnebhi
2019-05-08 13:46 ` [PATCH v9 1/1] " 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

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.