public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: linux-kernel@vger.kernel.org, john.stultz@linaro.org,
	Eyal Reizer <eyalr@ti.com>, Gigi Joseph <gigi.joseph@ti.com>
Subject: [RFC 0/2] Initial BT serdev support
Date: Wed, 18 Jan 2017 12:04:58 -0600	[thread overview]
Message-ID: <20170118180500.7791-1-robh@kernel.org> (raw)

This is initial attempt for BT LL protocol using the new serdev bus[1]. 
I initially had been hacking up the TI-ST driver which newer TI chips 
use, but only recently figured out the LL protocol is the same (thanks 
to John Stultz). As the TI-ST driver is a bit of a mess, I've instead 
modified the LL protocol to use serdev and added firmware loading.

I've tested this on a HiKey board which has TI WL1835 combo chip.

Rob

[1] http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1311650.html

Rob Herring (2):
  bluetooth: hci_uart: add serdev driver support library
  bluetooth: hci_uart: add LL protocol serdev driver support

 drivers/bluetooth/Makefile     |   2 +-
 drivers/bluetooth/hci_ll.c     | 248 ++++++++++++++++++++++++++-
 drivers/bluetooth/hci_serdev.c | 370 +++++++++++++++++++++++++++++++++++++++++
 drivers/bluetooth/hci_uart.h   |   4 +
 4 files changed, 622 insertions(+), 2 deletions(-)
 create mode 100644 drivers/bluetooth/hci_serdev.c

-- 
2.10.1

             reply	other threads:[~2017-01-18 18:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-18 18:04 Rob Herring [this message]
2017-01-18 18:04 ` [RFC 1/2] bluetooth: hci_uart: add serdev driver support library Rob Herring
2017-01-18 18:05 ` [RFC 2/2] bluetooth: hci_uart: add LL protocol serdev driver support Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170118180500.7791-1-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=eyalr@ti.com \
    --cc=gigi.joseph@ti.com \
    --cc=john.stultz@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel@holtmann.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox