aboutsummaryrefslogtreecommitdiff
path: root/hw/bt.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-05sparse: bt_backend can be staticCédric Le Goater1-1/+1
2015-03-04bt: Make queue length 10Joel Stanley1-2/+2
2015-02-26sparse: state_str is unusedCédric Le Goater1-6/+0
2015-02-23bt: Minor locking fix for bt_get_resp()Alistair Popple1-1/+0
2015-02-23bt: Improve error messagesAlistair Popple1-5/+10
2015-02-19bt: Cleanup bt state machine and fix SMS_ATN bugAlistair Popple1-88/+88
2015-02-09ipmi: handle SMS_ATN eventsJeremy Kerr1-0/+6
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