aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-22parisc/ipmi_si_intf: Fix section mismatches on parisc platformHelge Deller1-5/+7
2017-07-10Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-146/+119
2017-06-19ipmi: Convert DMI handling over to a platform deviceCorey Minyard1-144/+117
2017-06-09ipmi: Use the proper default value for register size in ACPICorey Minyard1-4/+4
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-7/+7
2017-04-20Annotate hardware config module parameters in drivers/char/ipmi/David Howells1-7/+7
2017-04-10ipmi_si: use smi_num for init_nameTony Camuso1-3/+16
2016-11-24ipmi: Pick up slave address from SMBIOS on an ACPI deviceCorey Minyard1-1/+9
2016-11-24ipmi_si: Clean up printksCorey Minyard1-76/+54
2016-11-24Move platform device creation earlier in the initializationCorey Minyard1-15/+31
2016-11-07ipmi: Periodically check for events, not messagesCorey Minyard1-2/+2
2016-07-27ipmi: remove trydefaults parameter and default initTony Camuso1-73/+0
2016-05-16IPMI: reserve memio regions separatelyCorey Minyard1-13/+27
2016-05-16ipmi: Fix some minor coding style issuesCorey Minyard1-13/+12
2016-03-18ipmi: do not probe ACPI devices if si_tryacpi is unsetJoe Lawrence1-0/+3
2016-03-18ipmi_si: Avoid a wrong long timeout on transaction doneCorey Minyard1-2/+2
2016-03-18ipmi_si: Fix module parameter doc namesCorey Minyard1-2/+2
2016-02-03ipmi: put acpi.h with the other headersTony Camuso1-2/+1
2016-01-12ipmi: Remove unnecessary pci_disable_device.Dave Jones1-1/+0
2016-01-12ipmi: constify some struct and char arraysLABBE Corentin1-11/+16
2015-12-09ipmi: move timer init to before irq is setupJan Stancek1-4/+4
2015-11-15char: ipmi: Move MODULE_DEVICE_TABLE() to follow structLuis de Bethencourt1-1/+1
2015-11-15ipmi: Stop the timer immediately if idleCorey Minyard1-0/+7
2015-11-15ipmi: Start the timer and thread on internal msgsCorey Minyard1-29/+44
2015-09-03ipmi: add of_device_id in MODULE_DEVICE_TABLEBrijesh Singh1-0/+1
2015-09-03ipmi: Compensate for BMCs that wont set the irq enable bitCorey Minyard1-43/+137
2015-09-03ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai1-5/+5
2015-09-03ipmi: Factor out message flushing procedureHidehiro Kawai1-21/+18
2015-09-03ipmi: Make some data const that was only readCorey Minyard1-22/+25
2015-09-03ipmi: Delete an unnecessary check before the function call "cleanup_one_si"Markus Elfring1-3/+1
2015-09-03char:ipmi - Change 1 to true for bool type variables during initialization.Shailendra Verma1-4/+4
2015-09-03ipmi: Convert the IPMI SI ACPI handling to a platform deviceCorey Minyard1-163/+157
2015-05-05ipmi: Fix a problem that messages are not issued in run_to_completion modeHidehiro Kawai1-2/+1
2015-05-05ipmi: Report an error if ACPI _IFT doesn't existCorey Minyard1-1/+3
2015-05-05ipmi: Don't report err in the SI driver for SSIF devicesCorey Minyard1-2/+3
2015-05-05ipmi: Remove incorrect use of seq_has_overflowedJoe Perches1-2/+2
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+2
2015-04-10ipmi: Handle BMCs that don't allow clearing the rcv irq bitCorey Minyard1-7/+102
2015-03-16char: constify of_device_id arrayFabian Frederick1-2/+2
2015-02-19ipmi: Fix a memory ordering issueCorey Minyard1-4/+10
2015-02-19ipmi: Remove uses of return value of seq_printfJoe Perches1-11/+15
2015-02-19ipmi: Update timespec usage to timespec64John Stultz1-12/+13
2015-02-19ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz1-40/+21
2015-02-19drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause1-1/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-11ipmi: Check the BT interrupt enable periodicallyCorey Minyard1-2/+25
2014-12-11ipmi: Fix attention handling for system interfacesCorey Minyard1-15/+30
2014-12-11ipmi: Periodically check to see if irqs and messages are set rightCorey Minyard1-96/+101
2014-12-11ipmi: Remove the now unused priority from SMI senderCorey Minyard1-2/+1
2014-12-11ipmi: Remove the now unnecessary message queueCorey Minyard1-78/+34