summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc'Cédric Le Goater2016-11-181-2/+2
* ipmi: fix crash on reading version from proc after unregisted bmcXie XiuQi2016-10-031-4/+3Star
* ipmi/bt-bmc: remove redundant return value check of platform_get_resource()Wei Yongjun2016-09-301-5/+0Star
* ipmi/bt-bmc: add a dependency on ARCH_ASPEEDCédric Le Goater2016-09-301-0/+1
* ipmi: Fix ioremap error handling in bt-bmcJoel Stanley2016-09-301-2/+2
* ipmi: add an Aspeed BT IPMI BMC driverAlistair Popple2016-09-303-0/+518
* Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-07-271-1/+5
|\
| * i2c: add a protocol parameter to the alert callbackBenjamin Tissoires2016-06-171-1/+5
* | ipmi: remove trydefaults parameter and default initTony Camuso2016-07-273-87/+2Star
* | ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()Junichi Nomura2016-06-131-2/+6
|/
* ipmi: Fix the I2C address extraction from SPMI tablesCorey Minyard2016-05-171-1/+1
* IPMI: reserve memio regions separatelyCorey Minyard2016-05-171-13/+27
* ipmi: Fix some minor coding style issuesCorey Minyard2016-05-171-13/+12Star
* ipmi/watchdog: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai2016-03-221-1/+1
* ipmi: do not probe ACPI devices if si_tryacpi is unsetJoe Lawrence2016-03-181-0/+3
* ipmi_si: Avoid a wrong long timeout on transaction doneCorey Minyard2016-03-181-2/+2
* ipmi_si: Fix module parameter doc namesCorey Minyard2016-03-181-2/+2
* ipmi_ssif: Fix logic around alert handlingCorey Minyard2016-03-181-9/+4Star
* ipmi: put acpi.h with the other headersTony Camuso2016-02-031-2/+1Star
* ipmi: Remove unnecessary pci_disable_device.Dave Jones2016-01-121-1/+0Star
* char: ipmi: Drop owner assignment from i2c_driverKrzysztof Kozlowski2016-01-121-1/+0Star
* ipmi: constify some struct and char arraysLABBE Corentin2016-01-122-14/+20
* ipmi: move timer init to before irq is setupJan Stancek2015-12-091-4/+4
* ipmi watchdog : add panic_wdt_timeout parameterJean-Yves Faye2015-11-161-1/+7
* char: ipmi: Move MODULE_DEVICE_TABLE() to follow structLuis de Bethencourt2015-11-161-1/+1
* ipmi: Stop the timer immediately if idleCorey Minyard2015-11-161-0/+7
* ipmi: Start the timer and thread on internal msgsCorey Minyard2015-11-161-29/+44
* char: ipmi: ipmi_ssif: Replace timeval with timespec64Amitoj Kaur Chawla2015-10-251-4/+5
* ipmi:ssif: Add a module parm to specify that SMBus alerts don't workCorey Minyard2015-09-031-0/+8
* ipmi: add of_device_id in MODULE_DEVICE_TABLEBrijesh Singh2015-09-031-0/+1
* ipmi: Compensate for BMCs that wont set the irq enable bitCorey Minyard2015-09-031-43/+137
* ipmi: Don't call receive handler in the panic contextHidehiro Kawai2015-09-031-1/+7
* ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai2015-09-031-0/+17
* ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai2015-09-032-5/+8
* ipmi: Factor out message flushing procedureHidehiro Kawai2015-09-031-21/+18Star
* ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai2015-09-031-2/+0Star
* ipmi: Make some data const that was only readCorey Minyard2015-09-036-36/+39
* ipmi: constify SSIF ACPI device idsMathias Krause2015-09-031-1/+1
* ipmi: Delete an unnecessary check before the function call "cleanup_one_si"Markus Elfring2015-09-031-3/+1Star
* char:ipmi - Change 1 to true for bool type variables during initialization.Shailendra Verma2015-09-032-6/+6
* impi:Remove unneeded setting of module owner to THIS_MODULE in the platform s...Nicholas Krause2015-09-031-1/+0Star
* ipmi: Add a comment in how messages are delivered from the lower layerCorey Minyard2015-09-031-0/+4
* ipmi/powernv: Fix potential invalid pointer dereferenceNeelesh Gupta2015-09-031-1/+8
* ipmi: Convert the IPMI SI ACPI handling to a platform deviceCorey Minyard2015-09-031-163/+157Star
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-3/+3
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-3/+3
* | ipmi/powernv: Convert to irq event interfaceAlistair Popple2015-05-221-17/+22
|/
* ipmi: Fix multi-part message handlingCorey Minyard2015-05-061-13/+38
* ipmi: Add alert handling to SSIFCorey Minyard2015-05-061-16/+116
* ipmi: Fix a problem that messages are not issued in run_to_completion modeHidehiro Kawai2015-05-061-2/+1Star