aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi: handle run_to_completion properly in deliver_recv_msg()Jiri Kosina2010-05-271-3/+8
* ipmi: update driver to use dev_printk and its constructsMyron Stowe2010-05-271-121/+102
* ipmi: convert tracking of the ACPI device pointer to a PNP deviceMyron Stowe2010-05-271-1/+1
* ipmi: attempt to register multiple SIs of the same typeMatthew Garrett2010-05-271-7/+21
* ipmi: reduce pollingMatthew Garrett2010-05-271-7/+13
* ipmi: reduce polling when interrupts are availableMatthew Garrett2010-05-271-2/+10
* ipmi: change device discovery orderMatthew Garrett2010-05-271-11/+12
* ipmi: only register one si per bmcMatthew Garrett2010-05-271-2/+27
* ipmi: split device discovery and registrationMatthew Garrett2010-05-271-46/+84
* ipmi: change addr_source to an enum rather than stringsMatthew Garrett2010-05-271-19/+25
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-2/+2
* ipmi: fix slave_addrs setting to actually workBela Lubkin2010-03-121-2/+3
* ipmi: add parameter to limit CPU usage in kipmidMartin Wilck2010-03-121-2/+64
* ACPI: fix ACPI=n allmodconfig buildIngo Molnar2009-12-301-2/+2
* ipmi: add PNP discovery (ACPI namespace via PNPACPI)Bjorn Helgaas2009-12-151-0/+104
* ipmi: refer to table as "SPMI", not "ACPI"Bjorn Helgaas2009-12-151-5/+5
* ipmi: remove unused PCI probe codeBjorn Helgaas2009-12-151-4/+0
* ipmi: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-2/+2
* ipmi: test for event buffer before usingCorey Minyard2009-04-211-29/+119
* ipmi: fix platform return checkCorey Minyard2009-04-211-1/+1
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-3/+3
* Fix platform drivers that crash on suspend/resumeDarrick J. Wong2008-11-121-7/+9
* powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala2008-09-231-1/+1
* drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leakAndrew Morton2008-08-201-5/+3
* ipmi/powerpc: Use linux/of_{device,platform}.h instead of asmStephen Rothwell2008-07-301-2/+2
* ipmi: support I/O resources in OF driverNate Case2008-05-141-2/+8
* ipmi: remove ->write_proc codeAlexey Dobriyan2008-04-291-3/+3
* IPMI: Style fixes in the system interface codeCorey Minyard2008-04-291-202/+264
* IPMI: Convert system interface defines to an enumCorey Minyard2008-04-291-17/+43
* ipmi: convert locked counters to atomics in the system interfaceCorey Minyard2008-04-291-74/+66
* ipmi: don't grab locks in run-to-completion modeKonstantin Baydarov2008-04-291-2/+4
* ipmi: run to completion fixesCorey Minyard2008-04-291-24/+19
* ipmi: hold ATTN until upper layer readyCorey Minyard2008-04-291-2/+5
* IPMI: add 0.9 supportCorey Minyard2007-10-181-13/+2
* IPMI: add polled interfaceCorey Minyard2007-10-181-1/+5
* IPMI: don't init irq until readyCorey Minyard2007-10-181-4/+4
* signedness: module_param_array nump argumentAl Viro2007-10-141-9/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-111-3/+3
|\
| * Merge branch 'linux-2.6'Paul Mackerras2007-09-201-1/+2
| |\
| * \ Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-08-281-1/+1
| |\ \
| * | | [POWERPC] Use of_get_property in ipmi codeStephen Rothwell2007-08-171-3/+3
* | | | drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-091-4/+5
| |_|/ |/| |
* | | pci: fix unterminated pci_device_id listsKees Cook2007-09-191-1/+2
| |/ |/|
* | IPMI: fix warning in ipmi_si_intf.cMijo Safradin2007-08-221-1/+1
|/
* ipmi: Fix mem leak in try_init_dmi()Jesper Juhl2007-07-311-0/+1
* drivers/char/ipmi/ipmi_si_intf.c: lower printk severityDan Aloni2007-07-161-1/+1
* IPMI: Add PPC openfirmware unregisterChristian Krafft2007-05-121-0/+4
* IPMI: fix SI address space settingsCorey Minyard2007-05-121-2/+2
* ipmi: add pci remove handlingCorey Minyard2007-05-081-0/+3