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

2016-09-16 Thread Corey Minyard
On 09/16/2016 05:39 AM, Cédric Le Goater wrote: > 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

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

2016-09-16 Thread LABBE Corentin
Hello I have some minor comment below: On Fri, Sep 16, 2016 at 12:39:25PM +0200, Cédric Le Goater wrote: > 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

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

2016-09-16 Thread Cédric Le Goater
Signed-off-by: Cédric Le Goater --- Changes since v1: - added the soc name ast2400 in the compatible cell arch/arm/boot/dts/aspeed-g4.dtsi | 6 ++ arch/arm/boot/dts/aspeed-g5.dtsi | 6 ++ 2 files changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi

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

2016-09-16 Thread Cédric Le Goater
On 09/16/2016 02:29 PM, LABBE Corentin wrote: > Hello > > I have some minor comment below: > > On Fri, Sep 16, 2016 at 12:39:25PM +0200, Cédric Le Goater wrote: >> From: Alistair Popple >> >> This patch adds a simple device driver to expose the iBT interface on >> Aspeed

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

2016-09-16 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 v2 2/3] ARM: aspeed: Add defconfigs for CONFIG_ASPEED_BT_IPMI_BMC

2016-09-16 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 v2 1/3] ipmi: add an Aspeed BT IPMI BMC driver

2016-09-16 Thread Arnd Bergmann
On Friday, September 16, 2016 12:39:25 PM CEST Cédric Le Goater wrote: > 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

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

2016-09-16 Thread Arnd Bergmann
On Friday, September 16, 2016 12:39:24 PM CEST Cédric Le Goater wrote: > > Cédric Le Goater (2): > ARM: aspeed: Add defconfigs for CONFIG_ASPEED_BT_IPMI_BMC > ARM: dts: aspeed: Enable BT IPMI BMC device These two should go through the arm-soc tree, I assume Joel will forward them to