Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1753358yba; Sun, 5 May 2019 13:12:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqwzRguDvgtUuupXszpJj5K35HwoksrWLcOVWyTxr8E8JQLQonDHkbdxvi2geQId4aLkeWse X-Received: by 2002:a17:902:4a0c:: with SMTP id w12mr27930328pld.52.1557087173271; Sun, 05 May 2019 13:12:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557087173; cv=none; d=google.com; s=arc-20160816; b=nyrRNCVJW2crVcGENkdGMtfJNssxZjUTZRnzGaVvm4LGk8YBKbFOUxFIHybKekXQEE S4XLUOf0iYVbVFglq/FQ2nmzVDIw752ePWpb71/nphz6lrkdU3zePmwFldFpKvUJ3bFc OdkhWB8wScCdWDwFKd4Q/1G9YUXsheGMfj85rDshBT8m4nTl21jCCGS47TihCQ+OYoxE jAbYL9XupxyfubqTyUdhlQsnYt+yv5MCHAZrNz389HXnOMGWEzLIwvxvt9nv7M0EYd69 xqEfCA8wEE40FTzzP5EMc+0f1kxvlVzlRMGID6k4WxX+FZDLCTcLCEp6lpP7daL40fua PuHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=9G+Q2Oi1rucbEW82YeegO6eQKPyGCXsBBi82K3WLdM4=; b=dZ7erT6VQTLBZLh6hh7x2hKXQ6i0CiVHqexIZdm5HhE/R0HTmQvkG7TN5iYGysGkRl mFpCL1N335oOx1bNQy3jF6UwrpaHhfRuWwP+6BnfSy/SSeGqc5ICcjC4451IOLtcOWAD 7krcf/H0Arkh+kY+ZYZpJoPNiHYRTcQHt/8T9AyBn49/gWWScNI2I72g1fF3PStAhZ+P 2YwKG3afM8ek6R0JNl/6OkHHKuLgP+/WKOHzSEikukVNH6gb5JazHZUJlbOhsBFzmfIy l2UgvYxuLvMlFP6ycjY8SGS4+P2AuaCA8j9N+A5jNGtTM6UZUWs4uue7AG4AzoXeGWf7 zrXg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q10si11821390pll.40.2019.05.05.13.12.17; Sun, 05 May 2019 13:12:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726905AbfEEULW (ORCPT + 99 others); Sun, 5 May 2019 16:11:22 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:54678 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726636AbfEEULW (ORCPT ); Sun, 5 May 2019 16:11:22 -0400 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::3d8]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 97A7414DAEDCB; Sun, 5 May 2019 13:11:21 -0700 (PDT) Date: Sun, 05 May 2019 13:11:11 -0700 (PDT) Message-Id: <20190505.131111.1043127096475376042.davem@davemloft.net> To: johan.hedberg@gmail.com Cc: netdev@vger.kernel.org, linux-bluetooth@vger.kernel.org Subject: Re: pull request: bluetooth-next 2019-05-05 From: David Miller In-Reply-To: <20190505191203.GA86553@iliorx-mobl.ger.corp.intel.com> References: <20190505191203.GA86553@iliorx-mobl.ger.corp.intel.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 05 May 2019 13:11:21 -0700 (PDT) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org From: Johan Hedberg Date: Sun, 5 May 2019 22:12:03 +0300 > Here's one more bluetooth-next pull request for 5.2: > > - Fixed Command Complete event handling check for matching opcode > - Added support for Qualcomm WCN3998 controller, along with DT bindings > - Added default address for Broadcom BCM2076B1 controllers > > Please let me know if there are any issues pulling. Thanks. Pulled, thanks Johan.