aboutsummaryrefslogtreecommitdiff
path: root/hw/bt.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-02ipmi/bt: Enable adding messages to the start of the queueAlistair Popple1-5/+23
2014-11-12bt: Use new polling timer interface instead of OPAL pollersBenjamin Herrenschmidt1-7/+22
2014-11-12bt: Reinitialise bt interface correctly after a resetAlistair Popple1-6/+6
2014-11-12bt/ipmi: Quieten logging outputAlistair Popple1-3/+0
2014-11-12bt: Fix message timeoutsAlistair Popple1-7/+14
2014-11-12bt: Add locking for bt hardware pollingAlistair Popple1-34/+40
2014-11-12bt: Add call to bt_poll to kick start message state machineAlistair Popple1-22/+24
2014-10-30ipmi: Add an opal interface to the ipmi stackAlistair Popple1-8/+28
2014-10-05ipmi/bt: Rework iBT register accessBenjamin Herrenschmidt1-33/+54
2014-10-01bt: Add message timeoutAlistair Popple1-5/+35
2014-10-01bt: Limit the outstanding message queue lengthAlistair Popple1-0/+21
2014-10-01ipmi/bt: Improve message validation and allow out-of-order command responsesAlistair Popple1-27/+32
2014-10-01bt/ipmi: Convert to using asynchronous messagingAlistair Popple1-60/+19
2014-10-01ipmi: Refactored ipmi layer to use generic backendAlistair Popple1-20/+28
2014-10-01bt/ipmi: Fixup allocation of bt/ipmi messagesAlistair Popple1-24/+42
2014-08-14ipmi/bt: Fixup BT device tree propertyAlistair Popple1-1/+1
2014-08-13ipmi: Add a base IPMI stack with a BT driverAlistair Popple1-0/+400