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

Thank you for your feedback Corey. I have addressed your inlined comments.

I understand your suggestion for making this an I2C driver.
I can certainly make those changes once we hear back from the i2c mailing list.
My only concern is that the ipmb_write is responsible for
sending the response via SMBus, so it needs the total length of the message.
So we need to document that this driver requires that the user program
(it is attached) passes the msg length as the first byte in the message. 

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 | 407 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 416 insertions(+)
 create mode 100644 drivers/char/ipmi/ipmb_dev_int.c

-- 
2.1.2

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

end of thread, other threads:[~2019-04-27 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-17 19:59 [PATCH v2 0/1] *** Add support for IPMB driver *** Asmaa Mnebhi
2019-04-17 19:59 ` [PATCH v2 1/1] Add support for IPMB driver Asmaa Mnebhi
2019-04-27 15:58   ` Wolfram Sang

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).