Add device tree binding document for the SSIF BMC driver.
Signed-off-by: Quan Nguyen
---
v7:
+ Change compatible string from "ampere,ssif-bmc" to "ssif-bmc" [Jae]
v6:
+ None
v5:
+ None
v4:
+ Fix warning with dt_binding_check [Rob]
+ Change aspeed-ssif-bmc.yaml to ssif-bmc.yaml [Quan
When processing I2C_SLAVE_WRITE_REQUESTED event, if slave returns
-EBUSY, i2c controller should issue RxCmdLast command to assert NAK
on the bus.
Signed-off-by: Quan Nguyen
---
v7:
+ None
v6:
+ New introduced in v6 [Quan]
drivers/i2c/busses/i2c-aspeed.c | 5 -
1 fi
This series add support the SSIF BMC driver which is to perform in-band
IPMI communication with their host in management (BMC) side.
SSIF BMC driver in this series is tested with Aspeed AST2500.
Discussion for v6: https://lkml.org/lkml/2022/3/10/340
v7:
+ Remove unnecessary del_timer() in resp
The SMBus system interface (SSIF) IPMI BMC driver can be used to perform
in-band IPMI communication with their host in management (BMC) side.
Thanks Dan for the copy_from_user() fix in the link below.
Link:
https://lore.kernel.org/linux-arm-kernel/20220310114119.13736-4-q...@os.amperecomputing.c
Added Krzysztof Kozlowski
as I'm not aware of the email change
- Quan
On 22/04/2022 11:08, Quan Nguyen wrote:
This series add support the SSIF BMC driver which is to perform in-band
IPMI communication with their host in management (BMC) side.
SSIF BMC driver in this series is tested with Aspee
Added Krzysztof Kozlowski
as I'm not aware of the email change
- Quan
On 22/04/2022 11:08, Quan Nguyen wrote:
The SMBus system interface (SSIF) IPMI BMC driver can be used to perform
in-band IPMI communication with their host in management (BMC) side.
Thanks Dan for the copy_from_user() fix in
Added Krzysztof Kozlowski
as I'm not aware of the email change
- Quan
On 22/04/2022 11:08, Quan Nguyen wrote:
Add device tree binding document for the SSIF BMC driver.
Signed-off-by: Quan Nguyen
---
v7:
+ Change compatible string from "ampere,ssif-bmc" to "ssif-bmc" [Jae]
v6:
+ None
Added Krzysztof Kozlowski
as I'm not aware of the email change
- Quan
On 22/04/2022 11:08, Quan Nguyen wrote:
When processing I2C_SLAVE_WRITE_REQUESTED event, if slave returns
-EBUSY, i2c controller should issue RxCmdLast command to assert NAK
on the bus.
Signed-off-by: Quan Nguyen
---
v7:
On Thu, Apr 21, 2022 at 08:09:41AM -0700, Yu Zhe wrote:
> remove unnecessary void* type castings.
Thanks, queued for next release.
-corey
>
> Signed-off-by: Yu Zhe
> ---
> drivers/char/ipmi/ipmi_msghandler.c | 6 +++---
> drivers/char/ipmi/ipmi_ssif.c | 6 +++---
> 2 files changed, 6 in
remove unnecessary void* type castings.
Signed-off-by: Yu Zhe
---
drivers/char/ipmi/ipmi_msghandler.c | 6 +++---
drivers/char/ipmi/ipmi_ssif.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/char/ipmi/ipmi_msghandler.c
b/drivers/char/ipmi/ipmi_msghandle
On Thu, Apr 21, 2022 at 10:08:35AM +, Wei Yongjun wrote:
> KASAN report null-ptr-deref as follows:
>
> KASAN: null-ptr-deref in range [0x0008-0x000f]
> Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1
> 04/01/2014
> RIP: 0010:ipmi_unregiste
KASAN report null-ptr-deref as follows:
KASAN: null-ptr-deref in range [0x0008-0x000f]
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1
04/01/2014
RIP: 0010:ipmi_unregister_smi+0x7d/0xd50
drivers/char/ipmi/ipmi_msghandler.c:3680
Call Trace:
i
12 matches
Mail list logo