summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-111-7/+7
|\
| * Annotate hardware config module parameters in drivers/char/ipmi/David Howells2017-04-201-7/+7
* | ipmi_si: use smi_num for init_nameTony Camuso2017-04-101-3/+16
|/
* ipmi: Pick up slave address from SMBIOS on an ACPI deviceCorey Minyard2016-11-251-1/+9
* ipmi_si: Clean up printksCorey Minyard2016-11-251-76/+54Star
* Move platform device creation earlier in the initializationCorey Minyard2016-11-251-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/+0Star
* IPMI: reserve memio regions separatelyCorey Minyard2016-05-171-13/+27
* ipmi: Fix some minor coding style issuesCorey Minyard2016-05-171-13/+12Star
* 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/+1Star
* ipmi: Remove unnecessary pci_disable_device.Dave Jones2016-01-121-1/+0Star
* 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-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
* 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/+18Star
* 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/+1Star
* 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/+157Star
* ipmi: Fix a problem that messages are not issued in run_to_completion modeHidehiro Kawai2015-05-061-2/+1Star
* ipmi: Report an error if ACPI _IFT doesn't existCorey Minyard2015-05-061-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-111-7/+102
|/
* ipmi: Fix a memory ordering issueCorey Minyard2015-02-201-4/+10
* ipmi: Remove uses of return value of seq_printfJoe Perches2015-02-201-11/+15
* ipmi: Update timespec usage to timespec64John Stultz2015-02-201-12/+13
* ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz2015-02-201-40/+21Star
* drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause2015-02-201-1/+0Star
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * char: ipmi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | 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/+1Star
* | ipmi: Remove the now unnecessary message queueCorey Minyard2014-12-111-78/+34Star
* | 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/+0Star