summaryrefslogtreecommitdiffstats
path: root/hw/bt.c
Commit message (Expand)AuthorAgeFilesLines
* hw/bt.c: Timeout messages when bt interface isn't functionalAlistair Popple2015-10-081-9/+17
* hw/bt.c: Check for timeout after checking for message responseAlistair Popple2015-10-071-1/+2
* timer: Pass current timer to timer callbacksBenjamin Herrenschmidt2015-09-111-7/+6
* ipmi: Provide a macro for netfn return codeNeelesh Gupta2015-07-101-1/+2
* bt: Check before dequeuing messages with ipmi_dequeue_msgAlistair Popple2015-07-031-1/+1
* hw/bt.c: Fix trivial typosKamalesh Babulal2015-07-021-3/+3
* Support for Naples LPC serial interruptsBenjamin Herrenschmidt2015-06-191-1/+11
* hw/bt: Fix bt_msg_del lockingAlistair Popple2015-06-191-1/+5
* Merge branch 'stable'Stewart Smith2015-06-181-4/+5
|\
| * hw/bt.c: Fix message response searchAlistair Popple2015-06-181-4/+5
* | bt: Remove B_BUSY stateAlistair Popple2015-05-131-18/+6
* | hw/bt: Add netfn to BT_ERR messageJeremy Kerr2015-05-111-2/+3
|/
* Add xscom_ok() and lpc_ok() to check XSCOM and LPC usabilityBenjamin Herrenschmidt2015-05-011-2/+9
* bt: Add a temporary workaround for bmc dropping messagesAlistair Popple2015-04-091-8/+26
* sparse: bt_backend can be staticCédric Le Goater2015-03-051-1/+1
* bt: Make queue length 10Joel Stanley2015-03-041-2/+2
* sparse: state_str is unusedCédric Le Goater2015-02-261-6/+0
* bt: Minor locking fix for bt_get_resp()Alistair Popple2015-02-231-1/+0
* bt: Improve error messagesAlistair Popple2015-02-231-5/+10
* bt: Cleanup bt state machine and fix SMS_ATN bugAlistair Popple2015-02-191-88/+88
* ipmi: handle SMS_ATN eventsJeremy Kerr2015-02-091-0/+6
* ipmi/bt: Enable adding messages to the start of the queueAlistair Popple2014-12-021-5/+23
* bt: Use new polling timer interface instead of OPAL pollersBenjamin Herrenschmidt2014-11-121-7/+22
* bt: Reinitialise bt interface correctly after a resetAlistair Popple2014-11-121-6/+6
* bt/ipmi: Quieten logging outputAlistair Popple2014-11-121-3/+0
* bt: Fix message timeoutsAlistair Popple2014-11-121-7/+14
* bt: Add locking for bt hardware pollingAlistair Popple2014-11-121-34/+40
* bt: Add call to bt_poll to kick start message state machineAlistair Popple2014-11-121-22/+24
* ipmi: Add an opal interface to the ipmi stackAlistair Popple2014-10-301-8/+28
* ipmi/bt: Rework iBT register accessBenjamin Herrenschmidt2014-10-051-33/+54
* bt: Add message timeoutAlistair Popple2014-10-011-5/+35
* bt: Limit the outstanding message queue lengthAlistair Popple2014-10-011-0/+21
* ipmi/bt: Improve message validation and allow out-of-order command responsesAlistair Popple2014-10-011-27/+32
* bt/ipmi: Convert to using asynchronous messagingAlistair Popple2014-10-011-60/+19
* ipmi: Refactored ipmi layer to use generic backendAlistair Popple2014-10-011-20/+28
* bt/ipmi: Fixup allocation of bt/ipmi messagesAlistair Popple2014-10-011-24/+42
* ipmi/bt: Fixup BT device tree propertyAlistair Popple2014-08-141-1/+1
* ipmi: Add a base IPMI stack with a BT driverAlistair Popple2014-08-131-0/+400
OpenPOWER on IntegriCloud