Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v3 00/11] Bluetooth: Add asynchronous request support
@ 2013-03-05 18:37 Johan Hedberg
  2013-03-05 18:37 ` [PATCH v3 01/11] Bluetooth: Rename hci_request to hci_req_sync Johan Hedberg
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Johan Hedberg @ 2013-03-05 18:37 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

Here's a v3 of the patch set with Marcel's feedback taken into account.

Johan

----------------------------------------------------------------
Johan Hedberg (11):
      Bluetooth: Rename hci_request to hci_req_sync
      Bluetooth: Fix __hci_request() handling of empty requests
      Bluetooth: Split HCI init sequence into three stages
      Bluetooth: Add initial skeleton for asynchronous HCI requests
      Bluetooth: Refactor HCI command skb creation
      Bluetooth: Introduce new hci_req_add function
      Bluetooth: Fix stand-alone HCI command handling
      Bluetooth: Add request cmd_complete and cmd_status functions
      Bluetooth: Use async requests internally in hci_req_sync
      Bluetooth: Remove unused hdev->init_last_cmd
      Bluetooth: Remove empty HCI event handlers

 include/net/bluetooth/bluetooth.h |   10 +
 include/net/bluetooth/hci_core.h  |   15 +-
 net/bluetooth/hci_core.c          |  668 +++++++++++++++++++++++++++++++------
 net/bluetooth/hci_event.c         |  504 +---------------------------
 net/bluetooth/hci_sock.c          |    5 +
 5 files changed, 603 insertions(+), 599 deletions(-)


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-03-05 23:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 18:37 [PATCH v3 00/11] Bluetooth: Add asynchronous request support Johan Hedberg
2013-03-05 18:37 ` [PATCH v3 01/11] Bluetooth: Rename hci_request to hci_req_sync Johan Hedberg
2013-03-05 18:37 ` [PATCH v3 02/11] Bluetooth: Fix __hci_request() handling of empty requests Johan Hedberg
2013-03-05 18:37 ` [PATCH v3 03/11] Bluetooth: Split HCI init sequence into three stages Johan Hedberg
2013-03-05 18:37 ` [PATCH v3 04/11] Bluetooth: Add initial skeleton for asynchronous HCI requests Johan Hedberg
2013-03-05 18:37 ` [PATCH v3 05/11] Bluetooth: Refactor HCI command skb creation Johan Hedberg
2013-03-05 18:37 ` [PATCH v3 06/11] Bluetooth: Introduce new hci_req_add function Johan Hedberg
2013-03-05 18:37 ` [PATCH v3 07/11] Bluetooth: Fix stand-alone HCI command handling Johan Hedberg
2013-03-05 18:37 ` [PATCH v3 08/11] Bluetooth: Add request cmd_complete and cmd_status functions Johan Hedberg
2013-03-05 18:37 ` [PATCH v3 09/11] Bluetooth: Use async requests internally in hci_req_sync Johan Hedberg
2013-03-05 18:37 ` [PATCH v3 10/11] Bluetooth: Remove unused hdev->init_last_cmd Johan Hedberg
2013-03-05 18:37 ` [PATCH v3 11/11] Bluetooth: Remove empty HCI event handlers Johan Hedberg
2013-03-05 19:31 ` [PATCH v3 00/11] Bluetooth: Add asynchronous request support Marcel Holtmann
2013-03-05 20:04   ` Andre Guedes
2013-03-05 23:15   ` Gustavo Padovan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox