Re: [PATCH v12 1/1] Add support for IPMB driver

2019-06-11 Thread Randy Dunlap
Sent: Monday, June 10, 2019 5:56 PM > To: Asmaa Mnebhi ; miny...@acm.org; w...@the-dreams.de; > Vadim Pasternak ; Michael Shych > Cc: linux-kernel@vger.kernel.org; linux-...@vger.kernel.org > Subject: Re: [PATCH v12 1/1] Add support for IPMB driver > > On 6/10/19 11:57 A

RE: [PATCH v12 1/1] Add support for IPMB driver

2019-06-11 Thread Asmaa Mnebhi
Pasternak ; Michael Shych Cc: linux-kernel@vger.kernel.org; linux-...@vger.kernel.org Subject: Re: [PATCH v12 1/1] Add support for IPMB driver On 6/10/19 11:57 AM, Asmaa Mnebhi wrote: > Support receiving IPMB requests on a Satellite MC from the BMC. > Once a response is ready, this driver wil

Re: [PATCH v12 1/1] Add support for IPMB driver

2019-06-10 Thread Randy Dunlap
On 6/10/19 11:57 AM, Asmaa Mnebhi wrote: > 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. > > Signed-off-by: Asmaa Mnebhi > Acked-by: vad...@mellanox.com > --- > Documentation/IP

RE: [PATCH v12 1/1] Add support for IPMB driver

2019-06-10 Thread Asmaa Mnebhi
: [PATCH v12 1/1] Add support for IPMB driver On Mon, Jun 10, 2019 at 02:57:02PM -0400, Asmaa Mnebhi wrote: > 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. Ok, you

Re: [PATCH v12 1/1] Add support for IPMB driver

2019-06-10 Thread Corey Minyard
On Mon, Jun 10, 2019 at 02:57:02PM -0400, Asmaa Mnebhi wrote: > 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. Ok, you have been patient enough on this, and I think it's good now :

[PATCH v12 1/1] Add support for IPMB driver

2019-06-10 Thread Asmaa Mnebhi
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. Signed-off-by: Asmaa Mnebhi Acked-by: vad...@mellanox.com --- Documentation/IPMB.txt | 103 +++ drivers/char/ipmi/Kco