[PATCH v2 0/2] ipmi: ssif_bmc: Add GPIO-based alert mechanism

Potin Lai posted 2 patches 1 month ago
Documentation/devicetree/bindings/ipmi/ssif-bmc.yaml |  8 ++++++++
drivers/char/ipmi/ssif_bmc.c                         | 15 +++++++++++++++
2 files changed, 23 insertions(+)
[PATCH v2 0/2] ipmi: ssif_bmc: Add GPIO-based alert mechanism
Posted by Potin Lai 1 month ago
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 <potin.lai.pt@gmail.com>
---
Changes in v2:
- Adding gpio.h include in ssif-bmc.yaml examples.
- Link to v1: https://lore.kernel.org/r/20241019-ssif-alert-gpios-v1-0-483eee5f99d3@gmail.com

---
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 <potin.lai.pt@gmail.com>