android_kernel_google_msm/drivers/char/ipmi
Corey Minyard 7adf579c8b ipmi: use a tasklet for handling received messages
The IPMI driver would release a lock, deliver a message, then relock.
This is obviously ugly, and this patch converts the message handler
interface to use a tasklet to schedule work.  This lets the receive
handler be called from an interrupt handler with interrupts enabled.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-03-28 17:14:36 -07:00
..
ipmi_bt_sm.c treewide: Fix typos in various parts of the kernel, and fix some comments. 2011-12-02 14:57:31 +01:00
ipmi_devintf.c
ipmi_kcs_sm.c ipmi: increase KCS timeouts 2012-03-28 17:14:36 -07:00
ipmi_msghandler.c ipmi: use a tasklet for handling received messages 2012-03-28 17:14:36 -07:00
ipmi_poweroff.c
ipmi_si_intf.c ipmi: use a tasklet for handling received messages 2012-03-28 17:14:36 -07:00
ipmi_si_sm.h
ipmi_smic_sm.c
ipmi_watchdog.c ipmi_watchdog: restore settings when BMC reset 2011-12-20 10:25:04 -08:00
Kconfig
Makefile