From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755937AbdDMA1S (ORCPT ); Wed, 12 Apr 2017 20:27:18 -0400 Received: from mail.kernel.org ([198.145.29.136]:50390 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755889AbdDMA1Q (ORCPT ); Wed, 12 Apr 2017 20:27:16 -0400 From: Sebastian Reichel To: Sebastian Reichel , Marcel Holtmann , Gustavo Padovan , Johan Hedberg , Rob Herring Cc: Pavel Machek , linux-bluetooth@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCHv4 0/2] Nokia H4+ support Date: Thu, 13 Apr 2017 02:26:57 +0200 Message-Id: <20170413002659.25821-1-sre@kernel.org> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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