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

Hi Vadim,

I apologize I forgot to address your previous comment concerning
the ACPI table. I have added the ACPI device id as well as documented
it for whomever wants to use either the ACPI table or device tree.
I did not need that for my testing due to our internal build tools/
code structure.
But I have tested with the device tree and ACPI table as well and
it works fine.

I have addressed your comment concerning using macros instead of magic numbers.

Also, since both you and Corey suggest to not use typecasting,
I will probably change it to GENMASK in my next update. I am waiting
for one more advocate against typecasting!

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 | 397 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 509 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] 3+ messages in thread

end of thread, other threads:[~2019-05-04  6:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-03 22:34 [PATCH v6 0/1] Add support for IPMB driver Asmaa Mnebhi
2019-05-03 22:34 ` [PATCH v6 1/1] " Asmaa Mnebhi
2019-05-04  6:01   ` Vadim Pasternak

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