From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752403AbdLGVnX convert rfc822-to-8bit (ORCPT ); Thu, 7 Dec 2017 16:43:23 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:37393 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929AbdLGVnV (ORCPT ); Thu, 7 Dec 2017 16:43:21 -0500 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\)) Subject: Re: [PATCH 2/3] bluetooth: hci_ll: add constant for vendor-specific command From: Marcel Holtmann In-Reply-To: <55fff19a-c30f-88f0-afb2-6c0b9bad25a7@lechnology.com> Date: Thu, 7 Dec 2017 22:43:18 +0100 Cc: devicetree , "open list:BLUETOOTH DRIVERS" , Rob Herring , Mark Rutland , "Gustavo F. Padovan" , Johan Hedberg , Network Development , linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <1512357682-8911-1-git-send-email-david@lechnology.com> <1512357682-8911-3-git-send-email-david@lechnology.com> <5C65FB74-D7FD-4653-993A-5A68AD844A41@holtmann.org> <55fff19a-c30f-88f0-afb2-6c0b9bad25a7@lechnology.com> To: David Lechner X-Mailer: Apple Mail (2.3445.4.7) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi David, >>> This adds a #define for the vendor-specific HCI command to set the >>> baudrate instead of using the bare 0xff36 multiple times. >>> >>> Signed-off-by: David Lechner >>> --- >>> drivers/bluetooth/hci_ll.c | 10 ++++++++-- >>> 1 file changed, 8 insertions(+), 2 deletions(-) >> patch has been applied to bluetooth-next tree. > > I am new to the bluetooth tree, so just to be sure... does this mean I should not include this patch in v2 of this series since this patch has been applied? please don’t include already applied patches. Base everything against bluetooth-next tree. Regards Marcel