[Openipmi-developer] [PATCH v2 0/2] ipmi: ssif_bmc: Add GPIO-based alert mechanism
Brought to you by:
cminyard
|
From: Potin L. <pot...@gm...> - 2024-10-22 01:23:32
|
This patch series introduces a GPIO-based alert mechanism in the SSIF BMC driver. It allows the BMC to notify the host when a response is ready, improving communication efficiency between the BMC and host. Signed-off-by: Potin Lai <pot...@gm...> --- Changes in v2: - Adding gpio.h include in ssif-bmc.yaml examples. - Link to v1: https://lore.kernel.org/r/202...@gm... --- Cosmo Chou (1): ipmi: ssif_bmc: add GPIO-based alert mechanism Potin Lai (1): bindings: ipmi: Add alert GPIO enhancement for SSIF BMC driver Documentation/devicetree/bindings/ipmi/ssif-bmc.yaml | 8 ++++++++ drivers/char/ipmi/ssif_bmc.c | 15 +++++++++++++++ 2 files changed, 23 insertions(+) --- base-commit: 8e929cb546ee42c9a61d24fae60605e9e3192354 change-id: 20241019-ssif-alert-gpios-1b9960f991b1 Best regards, -- Potin Lai <pot...@gm...> |