linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v11 0/1] Add support for IPMB driver
@ 2019-06-10 14:38 Asmaa Mnebhi
  2019-06-10 14:38 ` [PATCH v11 1/1] " Asmaa Mnebhi
  0 siblings, 1 reply; 4+ messages in thread
From: Asmaa Mnebhi @ 2019-06-10 14:38 UTC (permalink / raw)
  To: minyard, wsa, vadimp, michaelsh, rdunlap
  Cc: Asmaa Mnebhi, linux-kernel, linux-i2c

Addressed Corey's comments.
1) simplified the ipmb_read function
2) fixed some nits and mutex/spin lock uses

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 | 383 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 495 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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10 14:38 [PATCH v11 0/1] Add support for IPMB driver Asmaa Mnebhi
2019-06-10 14:38 ` [PATCH v11 1/1] " Asmaa Mnebhi
2019-06-10 17:39   ` Corey Minyard
2019-06-10 18:07     ` 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).