Re: [Openipmi-developer] [PATCH v3 0/3] ARM: aspeed: add support for the BT IPMI interface

2016-09-20 Thread Cédric Le Goater
On 09/20/2016 04:58 PM, Corey Minyard wrote: > On 09/20/2016 02:01 AM, Cédric Le Goater wrote: >> Hello, >> >> This serie adds support for the iBT interface on Aspeed SOCs (AST2400 >> and AST2500). The BT (Block Transfer) interface is used to perform >> in-band IPMI communication between a host

[Openipmi-developer] [PATCH v3 1/3] ipmi: add an Aspeed BT IPMI BMC driver

2016-09-20 Thread Cédric Le Goater
From: Alistair Popple This patch adds a simple device driver to expose the iBT interface on Aspeed SOCs (AST2400 and AST2500) as a character device. Such SOCs are commonly used as BMCs (BaseBoard Management Controllers) and this driver implements the BMC side of the BT

[Openipmi-developer] [PATCH v3 2/3] ARM: aspeed: Add defconfigs for CONFIG_ASPEED_BT_IPMI_BMC

2016-09-20 Thread Cédric Le Goater
Signed-off-by: Cédric Le Goater --- Changes since v1: - renamed config option arch/arm/configs/aspeed_g4_defconfig | 1 + arch/arm/configs/aspeed_g5_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm/configs/aspeed_g4_defconfig

Re: [Openipmi-developer] [PATCH v3 0/3] ARM: aspeed: add support for the BT IPMI interface

2016-09-20 Thread Corey Minyard
On 09/20/2016 02:01 AM, Cédric Le Goater wrote: > Hello, > > This serie adds support for the iBT interface on Aspeed SOCs (AST2400 > and AST2500). The BT (Block Transfer) interface is used to perform > in-band IPMI communication between a host and its BMC. This driver > implements the BMC side.

Re: [Openipmi-developer] [PATCH v3 3/3] ARM: dts: aspeed: Enable BT IPMI BMC device

2016-09-20 Thread Joel Stanley
On Tue, Sep 20, 2016 at 4:31 PM, Cédric Le Goater wrote: > Signed-off-by: Cédric Le Goater Acked-by: Joel Stanley I'll put this in my tree to send to Arnd. Cheers, Joel > --- > > Changes since v1: > > - added the soc name ast2400 in the