summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2015-02-20ipmi: Use is_visible callback for conditional sysfs entriesTakashi Iwai1-43/+17
2015-02-20ipmi: Free ipmi_recv_msg messages from the linked list on closeNicholas Krause1-1/+5
2015-02-20ipmi: avoid gcc warningArnd Bergmann1-8/+21
2015-02-20ipmi: Update timespec usage to timespec64John Stultz1-12/+13
2015-02-20ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz1-40/+21
2015-02-20drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause1-1/+0
2015-02-20char: ipmi: Remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2015-02-20ipmi: Remove a FIXME for slab conversionCorey Minyard1-1/+0
2014-12-30ipmi: Fix compile warning with tv_usecCorey Minyard1-1/+2
2014-12-22ipmi: Fix compile issue with isspace()Corey Minyard1-0/+1
2014-12-22ipmi: Finish cleanup of BMC attributesCorey Minyard1-29/+17
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-12ipmi: Check the BT interrupt enable periodicallyCorey Minyard1-2/+25
2014-12-12ipmi: Fix attention handling for system interfacesCorey Minyard1-15/+30
2014-12-12ipmi: Periodically check to see if irqs and messages are set rightCorey Minyard1-96/+101
2014-12-12drivers/char/ipmi: Add powernv IPMI driverJeremy Kerr3-0/+317
2014-12-12ipmi: Add SMBus interface driver (SSIF)Corey Minyard3-0/+1879
2014-12-12ipmi: Remove the now unused priority from SMI senderCorey Minyard2-4/+3
2014-12-12ipmi: Remove the now unnecessary message queueCorey Minyard1-78/+34
2014-12-12ipmi: Make the message handler easier to use for SMI interfacesCorey Minyard1-40/+162
2014-12-12ipmi: Move message sending into its own functionCorey Minyard1-4/+9
2014-12-12ipmi: rename waiting_msgs to waiting_rcv_msgsCorey Minyard1-15/+16
2014-12-12ipmi: Fix handling of BMC flagsCorey Minyard1-37/+68
2014-12-12ipmi: Initialize BMC device attributesCorey Minyard1-0/+2
2014-12-12ipmi: Unregister previously registered driver in error casetrenn@suse.de1-0/+1
2014-12-12ipmi: Fix a bug in hot add/removeCorey Minyard1-1/+1
2014-12-12ipmi: Remove useless sysfs_name parametersCorey Minyard2-30/+5
2014-12-12ipmi: clean up the device handling for the bmc deviceCorey Minyard1-193/+92
2014-12-12ipmi: Move the address source to string to ipmi-generic codeCorey Minyard2-7/+15
2014-12-12ipmi: Ignore SSIF in the PNP handlingCorey Minyard1-0/+5
2014-10-20char: ipmi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-07ipmi: Clear drvdata when interface is removedTakao Indoh1-0/+3
2014-10-07ipmi: work around gcc-4.9 build warningArnd Bergmann1-3/+3
2014-10-07ipmi/of: Don't use unavailable interfacesBenjamin Herrenschmidt1-0/+3
2014-10-07ipmi: Clean up the error handling for channel config errorsCorey Minyard1-6/+9
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar5-152/+251
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-04-17ipmi: boolify some thingsCorey Minyard2-37/+35
2014-04-17ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard2-96/+174
2014-04-17ipmi: Turn off default probing of interfacesCorey Minyard2-1/+13
2014-04-17ipmi: Reset the KCS timeout when starting error recoveryCorey Minyard1-2/+3
2014-04-17ipmi: Fix a race restarting the timerBodo Stroesser1-18/+28
2014-04-17Char: ipmi_bt_sm, fix infinite loopJiri Slaby1-1/+1
2014-02-08drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-30ipmi: Add missing rv in ipmi_parisc_probe()Geert Uytterhoeven1-0/+1
2014-01-26ipmi: Cleanup error returnCorey Minyard1-15/+29
2014-01-26ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi1-1/+1
2014-01-26ipmi: use USEC_PER_SEC instead of 1000000 for more meaningfulXie XiuQi3-7/+7
2014-01-26ipmi: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2013-09-05BMC support for PARISC machinesThomas Bogendoerfer1-0/+75