summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-121-2/+2
|\
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* | ipmi: print info for spmi and smbios paths like acpi and pciYinghai Lu2010-08-111-1/+11
* | ipmi: fix memleaking for add_smi when duplicating happenYinghai Lu2010-08-111-7/+28
* | drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but ...Justin P. Mattock2010-08-111-8/+2
* | ipmi: fix ACPI detection with regspacingYinghai Lu2010-08-091-0/+8
|/
* ipmi: set schedule_timeout_wait() value back to oneMartin Wilck2010-06-291-1/+1
* ipmi: make sure drivers were registered before unregistering themMatthew Garrett2010-06-291-4/+17
* 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
OpenPOWER on IntegriCloud