Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1622635

[PATCHv4 0/2] Nokia H4+ support

From Sebastian Reichel <sre@kernel.org>
Newsgroups linux.kernel
Subject [PATCHv4 0/2] Nokia H4+ support
Date 2017-04-13 02:30 +0200
Message-ID <tvAO5-3w4-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

Here is the fourth revision of the nokia bluetooth patchset. Compared
to the previous one the following things have changed:

 * Drop patch 1-8 (applied by Marcel) and update Cc/To for patchset
 * Order includes in the driver alphabetically
 * Explicitly include <linux/of.h> in the nokia bluetooth driver

-- Sebastian

Sebastian Reichel (2):
  dt-bindings: net: bluetooth: Add nokia-bluetooth
  Bluetooth: add nokia driver

 .../devicetree/bindings/net/nokia-bluetooth.txt    |  51 ++
 drivers/bluetooth/Kconfig                          |  12 +
 drivers/bluetooth/Makefile                         |   2 +
 drivers/bluetooth/hci_nokia.c                      | 820 +++++++++++++++++++++
 4 files changed, 885 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/nokia-bluetooth.txt
 create mode 100644 drivers/bluetooth/hci_nokia.c

-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCHv4 0/2] Nokia H4+ support Sebastian Reichel <sre@kernel.org> - 2017-04-13 02:30 +0200
  [PATCHv4 2/2] Bluetooth: add nokia driver Sebastian Reichel <sre@kernel.org> - 2017-04-13 02:30 +0200
  [PATCHv4 1/2] dt-bindings: net: bluetooth: Add nokia-bluetooth Sebastian Reichel <sre@kernel.org> - 2017-04-13 02:30 +0200
  Re: [PATCHv4 0/2] Nokia H4+ support Marcel Holtmann <marcel@holtmann.org> - 2017-04-13 10:40 +0200
    Re: [PATCHv4 0/2] Nokia H4+ support Sebastian Reichel <sre@kernel.org> - 2017-04-14 01:30 +0200

csiph-web