linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Add support for IPMB driver
@ 2019-04-12 21:59 Asmaa Mnebhi
  2019-04-12 21:59 ` [PATCH v1 1/1] " Asmaa Mnebhi
  0 siblings, 1 reply; 4+ messages in thread
From: Asmaa Mnebhi @ 2019-04-12 21:59 UTC (permalink / raw)
  To: minyard; +Cc: Asmaa Mnebhi, linux-kernel, asmaa

Support receiving IPMB requests on a Satellite MC from the BMC.
Once a response is ready, this driver will send back a response
to the BMC via the IPMB channel.

Asmaa Mnebhi (1):
  Add support for IPMB driver

 drivers/char/ipmi/Kconfig        |   8 +
 drivers/char/ipmi/Makefile       |   1 +
 drivers/char/ipmi/ipmb_dev_int.c | 418 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 427 insertions(+)
 create mode 100644 drivers/char/ipmi/ipmb_dev_int.c

-- 
2.1.2


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

end of thread, other threads:[~2019-04-19 18:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12 21:59 [PATCH v1 0/1] Add support for IPMB driver Asmaa Mnebhi
2019-04-12 21:59 ` [PATCH v1 1/1] " Asmaa Mnebhi
2019-04-16 16:16   ` Corey Minyard
2019-04-19 14:05     ` Asmaa Mnebhi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).