summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
Commit message (Expand)AuthorAgeFilesLines
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* ipmi: convert to seq_file interfaceAlexey Dobriyan2011-05-261-28/+60
* drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchSergey Senozhatsky2011-03-231-1/+1
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-161-47/+23
|\
| * ipmi: convert OF driver to platform driverRob Herring2011-02-281-47/+23
* | ipmi: Fix IPMI errors due to timing problemsDoe, YiCheng2011-03-101-0/+8
|/
* char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driverCorey Minyard2011-02-101-10/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-131-5/+18
|\
| * Merge branch 'ipmi' into releaseLen Brown2011-01-121-4/+16
| |\
| | * IPMI: Add one interface to get more info of low-level IPMI deviceZhao Yakui2010-12-141-4/+16
| * | ACPICA: New GPE handler callback definitionLin Ming2011-01-121-1/+2
| |/
* | ipmi: explicitly include of_address.h and of_irq.hRob Herring2011-01-041-0/+2
* | of: Fixes for OF probing on little endian systemsRob Herring2011-01-031-4/+4
|/
* ipmi: fix __init and __exit attribute locationsCorey Minyard2010-10-271-7/+7
* ipmi: proper spinlock initializationEric Dumazet2010-10-261-11/+19
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-2/+1
* | ipmi: fix hardcoded ipmi device exit path warningYinghai Lu2010-09-221-1/+6
* | ipmi: fix acpi probe printYinghai Lu2010-09-221-5/+5
* | 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
OpenPOWER on IntegriCloud