summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi: Pick up slave address from SMBIOS on an ACPI deviceCorey Minyard2016-11-241-1/+9
* ipmi_si: Clean up printksCorey Minyard2016-11-241-76/+54
* Move platform device creation earlier in the initializationCorey Minyard2016-11-241-15/+31
* ipmi: Periodically check for events, not messagesCorey Minyard2016-11-071-2/+2
* ipmi: remove trydefaults parameter and default initTony Camuso2016-07-271-73/+0
* IPMI: reserve memio regions separatelyCorey Minyard2016-05-161-13/+27
* ipmi: Fix some minor coding style issuesCorey Minyard2016-05-161-13/+12
* 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: put acpi.h with the other headersTony Camuso2016-02-031-2/+1
* ipmi: Remove unnecessary pci_disable_device.Dave Jones2016-01-121-1/+0
* ipmi: constify some struct and char arraysLABBE Corentin2016-01-121-11/+16
* ipmi: move timer init to before irq is setupJan Stancek2015-12-091-4/+4
* char: ipmi: Move MODULE_DEVICE_TABLE() to follow structLuis de Bethencourt2015-11-151-1/+1
* ipmi: Stop the timer immediately if idleCorey Minyard2015-11-151-0/+7
* ipmi: Start the timer and thread on internal msgsCorey Minyard2015-11-151-29/+44
* 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 flush messages in sender() in run-to-completion modeHidehiro Kawai2015-09-031-5/+5
* ipmi: Factor out message flushing procedureHidehiro Kawai2015-09-031-21/+18
* ipmi: Make some data const that was only readCorey Minyard2015-09-031-22/+25
* ipmi: Delete an unnecessary check before the function call "cleanup_one_si"Markus Elfring2015-09-031-3/+1
* char:ipmi - Change 1 to true for bool type variables during initialization.Shailendra Verma2015-09-031-4/+4
* ipmi: Convert the IPMI SI ACPI handling to a platform deviceCorey Minyard2015-09-031-163/+157
* ipmi: Fix a problem that messages are not issued in run_to_completion modeHidehiro Kawai2015-05-051-2/+1
* ipmi: Report an error if ACPI _IFT doesn't existCorey Minyard2015-05-051-1/+3
* ipmi: Don't report err in the SI driver for SSIF devicesCorey Minyard2015-05-051-2/+3
* ipmi: Remove incorrect use of seq_has_overflowedJoe Perches2015-05-051-2/+2
* Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-211-2/+2
|\
| * char: constify of_device_id arrayFabian Frederick2015-03-161-2/+2
* | ipmi: Handle BMCs that don't allow clearing the rcv irq bitCorey Minyard2015-04-101-7/+102
|/
* ipmi: Fix a memory ordering issueCorey Minyard2015-02-191-4/+10
* ipmi: Remove uses of return value of seq_printfJoe Perches2015-02-191-11/+15
* ipmi: Update timespec usage to timespec64John Stultz2015-02-191-12/+13
* ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz2015-02-191-40/+21
* drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause2015-02-191-1/+0
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * char: ipmi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | ipmi: Check the BT interrupt enable periodicallyCorey Minyard2014-12-111-2/+25
* | ipmi: Fix attention handling for system interfacesCorey Minyard2014-12-111-15/+30
* | ipmi: Periodically check to see if irqs and messages are set rightCorey Minyard2014-12-111-96/+101
* | ipmi: Remove the now unused priority from SMI senderCorey Minyard2014-12-111-2/+1
* | ipmi: Remove the now unnecessary message queueCorey Minyard2014-12-111-78/+34
* | ipmi: Fix handling of BMC flagsCorey Minyard2014-12-111-37/+68
* | ipmi: Fix a bug in hot add/removeCorey Minyard2014-12-111-1/+1
* | ipmi: Remove useless sysfs_name parametersCorey Minyard2014-12-111-1/+0
* | ipmi: Move the address source to string to ipmi-generic codeCorey Minyard2014-12-111-7/+3
* | ipmi: Ignore SSIF in the PNP handlingCorey Minyard2014-12-111-0/+5
|/
* ipmi: Clear drvdata when interface is removedTakao Indoh2014-10-071-0/+3