mbox series

[0/3] bluetooth: hci_ll: Get MAC address from NVMEM

Message ID 1512357682-8911-1-git-send-email-david@lechnology.com
Headers show
Series bluetooth: hci_ll: Get MAC address from NVMEM | expand

Message

David Lechner Dec. 4, 2017, 3:21 a.m. UTC
This series adds supporting getting the MAC address from a NVMEM provider
for "LL" HCI controllers (Texas Instruments).

The second patch is just cleaning things up before I add another similar
vendor-specific HCI command constant in the final patch.

David Lechner (3):
  dt-bindings: Add optional nvmem MAC address bindings to ti,wlink-st
  bluetooth: hci_ll: add constant for vendor-specific command
  bluetooth: hci_ll: Add optional nvmem MAC address source

 .../devicetree/bindings/net/ti,wilink-st.txt       |  4 ++
 drivers/bluetooth/hci_ll.c                         | 43 +++++++++++++++++++++-
 2 files changed, 45 insertions(+), 2 deletions(-)