summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_si_intf.c
AgeCommit message (Expand)AuthorFilesLines
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-06ipmi: Fix a problem that messages are not issued in run_to_completion modeHidehiro Kawai1-2/+1
2015-05-06ipmi: 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/gi...Linus Torvalds1-2/+2
2015-04-11ipmi: 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-20ipmi: Fix a memory ordering issueCorey Minyard1-4/+10
2015-02-20ipmi: Remove uses of return value of seq_printfJoe Perches1-11/+15
2015-02-20ipmi: Update timespec usage to timespec64John Stultz1-12/+13
2015-02-20ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz1-40/+21
2015-02-20drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause1-1/+0
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-12ipmi: Check the BT interrupt enable periodicallyCorey Minyard1-2/+25
2014-12-12ipmi: Fix attention handling for system interfacesCorey Minyard1-15/+30
2014-12-12ipmi: Periodically check to see if irqs and messages are set rightCorey Minyard1-96/+101
2014-12-12ipmi: Remove the now unused priority from SMI senderCorey Minyard1-2/+1
2014-12-12ipmi: Remove the now unnecessary message queueCorey Minyard1-78/+34
2014-12-12ipmi: Fix handling of BMC flagsCorey Minyard1-37/+68
2014-12-12ipmi: Fix a bug in hot add/removeCorey Minyard1-1/+1
2014-12-12ipmi: Remove useless sysfs_name parametersCorey Minyard1-1/+0
2014-12-12ipmi: Move the address source to string to ipmi-generic codeCorey Minyard1-7/+3
2014-12-12ipmi: Ignore SSIF in the PNP handlingCorey Minyard1-0/+5
2014-10-20char: ipmi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-07ipmi: Clear drvdata when interface is removedTakao Indoh1-0/+3
2014-10-07ipmi: work around gcc-4.9 build warningArnd Bergmann1-3/+3
2014-10-07ipmi/of: Don't use unavailable interfacesBenjamin Herrenschmidt1-0/+3
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar1-54/+91
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-04-17ipmi: boolify some thingsCorey Minyard1-25/+25
2014-04-17ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard1-12/+39
2014-04-17ipmi: Turn off default probing of interfacesCorey Minyard1-1/+1
2014-04-17ipmi: Fix a race restarting the timerBodo Stroesser1-18/+28
2014-02-08drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-30ipmi: Add missing rv in ipmi_parisc_probe()Geert Uytterhoeven1-0/+1
2014-01-26ipmi: Cleanup error returnCorey Minyard1-15/+29
2014-01-26ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi1-1/+1
2014-01-26ipmi: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2013-09-05BMC support for PARISC machinesThomas Bogendoerfer1-0/+75
2013-09-05Add MODULE_ALIAS for autoloading ipmi driver on ACPI systemsJordan_Hargrave@Dell.com1-0/+2
2013-05-17ipmi: Improve error messages on failed irq enableCorey Minyard1-6/+10
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-3/+3
2013-02-28ipmi: add options to disable openfirmware and PCI scanningCorey Minyard1-10/+28
2013-02-28ipmi: add new kernel options to prevent automatic ipmi initCorey Minyard1-4/+24
2013-01-04Drivers: char: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-11-22char: remove use of __devexitBill Pemberton1-3/+3