mbox series

[v2,0/1] ipmi: NPCM7xx KCS BMC: enable interrupt to the host

Message ID 1526906399-30140-1-git-send-email-avifishman70@gmail.com
Headers show
Series ipmi: NPCM7xx KCS BMC: enable interrupt to the host | expand

Message

Avi Fishman May 21, 2018, 12:39 p.m. UTC
From: Avi Fishman <AviFishman70@gmail.com>

Changes since version 1:
Apply code style comments from "Wang, Haiyue" <haiyue.wang@linux.intel.com>


Original kcs_bmc_npcm7xx.c was missing enabling to send interrupt to the
host on writes to output buffer.
This patch fixes it by setting the bits that enables the generation of
IRQn events by hardware control based on the status of the OBF flag.


Avi Fishman (1):
  ipmi: NPCM7xx KCS BMC: enable interrupt to the host

 drivers/char/ipmi/kcs_bmc_npcm7xx.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)