summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_si_intf.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-22char: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-22char: remove use of __devinitBill Pemberton1-12/+12
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder1-1/+1
2012-10-17IPMI: Detect register spacing on PCI interfacesCorey Minyard1-2/+34
2012-07-10PM / IPMI: Remove empty legacy PCI PM callbacksRafael J. Wysocki1-16/+0
2012-03-29Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-46/+26
2012-03-29ipmi: simplify lockingCorey Minyard1-33/+21
2012-03-29ipmi: use a tasklet for handling received messagesCorey Minyard1-12/+2
2012-03-29ipmi: decrease the IPMI message transaction time in interrupt modeSrinivas_Gowda1-1/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-05-27ipmi: convert to seq_file interfaceAlexey Dobriyan1-28/+60
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-24drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchSergey Senozhatsky1-1/+1
2011-03-17Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-47/+23
2011-03-11ipmi: Fix IPMI errors due to timing problemsDoe, YiCheng1-0/+8
2011-02-28ipmi: convert OF driver to platform driverRob Herring1-47/+23
2011-02-11char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driverCorey Minyard1-10/+2
2011-01-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-5/+18
2011-01-12Merge branch 'ipmi' into releaseLen Brown1-4/+16
2011-01-12ACPICA: New GPE handler callback definitionLin Ming1-1/+2
2011-01-04ipmi: explicitly include of_address.h and of_irq.hRob Herring1-0/+2
2011-01-04of: Fixes for OF probing on little endian systemsRob Herring1-4/+4
2010-12-14IPMI: Add one interface to get more info of low-level IPMI deviceZhao Yakui1-4/+16
2010-10-28ipmi: fix __init and __exit attribute locationsCorey Minyard1-7/+7
2010-10-27ipmi: proper spinlock initializationEric Dumazet1-11/+19
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-2/+1
2010-09-23ipmi: fix hardcoded ipmi device exit path warningYinghai Lu1-1/+6
2010-09-23ipmi: fix acpi probe printYinghai Lu1-5/+5
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-08-11ipmi: print info for spmi and smbios paths like acpi and pciYinghai Lu1-1/+11
2010-08-11ipmi: fix memleaking for add_smi when duplicating happenYinghai Lu1-7/+28
2010-08-11drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but ...Justin P. Mattock1-8/+2
2010-08-10ipmi: fix ACPI detection with regspacingYinghai Lu1-0/+8
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-06-30ipmi: set schedule_timeout_wait() value back to oneMartin Wilck1-1/+1
2010-06-30ipmi: make sure drivers were registered before unregistering themMatthew Garrett1-4/+17
2010-05-27ipmi: handle run_to_completion properly in deliver_recv_msg()Jiri Kosina1-3/+8
2010-05-27ipmi: update driver to use dev_printk and its constructsMyron Stowe1-121/+102
2010-05-27ipmi: convert tracking of the ACPI device pointer to a PNP deviceMyron Stowe1-1/+1
2010-05-27ipmi: attempt to register multiple SIs of the same typeMatthew Garrett1-7/+21