summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_si_intf.c
AgeCommit message (Expand)Author
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-05-26ipmi: convert to seq_file interfaceAlexey Dobriyan
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchSergey Senozhatsky
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-10ipmi: Fix IPMI errors due to timing problemsDoe, YiCheng
2011-02-28ipmi: convert OF driver to platform driverRob Herring
2011-02-10char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driverCorey Minyard
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-01-12Merge branch 'ipmi' into releaseLen Brown
2011-01-12ACPICA: New GPE handler callback definitionLin Ming
2011-01-04ipmi: explicitly include of_address.h and of_irq.hRob Herring
2011-01-03of: Fixes for OF probing on little endian systemsRob Herring
2010-12-14IPMI: Add one interface to get more info of low-level IPMI deviceZhao Yakui
2010-10-27ipmi: fix __init and __exit attribute locationsCorey Minyard
2010-10-26ipmi: proper spinlock initializationEric Dumazet
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-09-22ipmi: fix hardcoded ipmi device exit path warningYinghai Lu
2010-09-22ipmi: fix acpi probe printYinghai Lu
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-11ipmi: print info for spmi and smbios paths like acpi and pciYinghai Lu
2010-08-11ipmi: fix memleaking for add_smi when duplicating happenYinghai Lu
2010-08-11drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but ...Justin P. Mattock
2010-08-09ipmi: fix ACPI detection with regspacingYinghai Lu
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-06-29ipmi: set schedule_timeout_wait() value back to oneMartin Wilck
2010-06-29ipmi: make sure drivers were registered before unregistering themMatthew Garrett
2010-05-27ipmi: handle run_to_completion properly in deliver_recv_msg()Jiri Kosina
2010-05-27ipmi: update driver to use dev_printk and its constructsMyron Stowe
2010-05-27ipmi: convert tracking of the ACPI device pointer to a PNP deviceMyron Stowe
2010-05-27ipmi: attempt to register multiple SIs of the same typeMatthew Garrett
2010-05-27ipmi: reduce pollingMatthew Garrett
2010-05-27ipmi: reduce polling when interrupts are availableMatthew Garrett
2010-05-27ipmi: change device discovery orderMatthew Garrett
2010-05-27ipmi: only register one si per bmcMatthew Garrett
2010-05-27ipmi: split device discovery and registrationMatthew Garrett
2010-05-27ipmi: change addr_source to an enum rather than stringsMatthew Garrett
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-03-12ipmi: fix slave_addrs setting to actually workBela Lubkin
2010-03-12ipmi: add parameter to limit CPU usage in kipmidMartin Wilck
2009-12-30ACPI: fix ACPI=n allmodconfig buildIngo Molnar
2009-12-15ipmi: add PNP discovery (ACPI namespace via PNPACPI)Bjorn Helgaas
2009-12-15ipmi: refer to table as "SPMI", not "ACPI"Bjorn Helgaas
2009-12-15ipmi: remove unused PCI probe codeBjorn Helgaas
2009-06-15ipmi: remove driver_data direct access of struct deviceGreg Kroah-Hartman
2009-04-21ipmi: test for event buffer before usingCorey Minyard
2009-04-21ipmi: fix platform return checkCorey Minyard