Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp1350635ybc; Tue, 12 Nov 2019 19:31:01 -0800 (PST) X-Google-Smtp-Source: APXvYqwdHHrzPzrjFWuLsHYUJ6ziYRHQYptb7ViFMq/qXcA5GIuCVjzbugc6O04I6YeN7iyvDn0h X-Received: by 2002:a05:6402:13cd:: with SMTP id a13mr1294227edx.57.1573615861629; Tue, 12 Nov 2019 19:31:01 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573615861; cv=none; d=google.com; s=arc-20160816; b=1AFTlIKsdTLzuR6DawjafLEU9UrqvZLf4YhZd/ACnZ14/ABr7adcDua0IPzufS5Hvv phnUqGunjsvgtMQdzQlXFO7Xa4Iew3aNGkPl86quPk08M+v87wOE4rlArEkmpO2gaeB4 j5Q5hYDz02sfQ/6bNda98/f3lNAxlYBZJ2crKr9NRfZV0Wy2O5vA/qTfS04PAU/XfU9L 1GgbUQSV5vJ1QtBxP0aiy/cWkb7ouO8rFkvxqAYEj/V1MJnKD1/MWBHH5Qlx7kyUOLfz HochPqmPfAKXffuBzHCawaStrFGnvniR280lUDepFDa2m0b8EKdwCsoxyfrd6t+/QdEB gXKg== 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=LK5z3guQ2tm/0jm4M7gylxWUghn3/njH7iXgiuhpZNI=; b=uE7dQwZbbLLpJ7Al251yW6pBfNjekNXiMtV5a4+7dHsVV515lQ9f6hVooEKjhHdg6F XXbBEvwF42LxAoRf5F6++kEXOfbiYvn0CmrWMh21+hcOO1Ocx4YExlgKit21rhpjMYF1 B9hQH2K2+WdNGX81jq6H5lR8Ae3j3edos1LbsPKDWjF47lWPSRY2aq8GvBRe/41JccVd g/0DhccBKgSRTZ95S5W2xYz/nb8JmoKNw5IwrG9Boa6fyFkBCfId10c8RMqqsqF1SrW1 UdcdFz/naD6TRX9SBusB9YqGV6nRyckk7tAq7dDTATromMlf0ri4mgwAPx46X2TLKnlN kxxg== 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 b47si457807edc.129.2019.11.12.19.30.20; Tue, 12 Nov 2019 19:31:01 -0800 (PST) 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 S1726994AbfKMDaR (ORCPT + 99 others); Tue, 12 Nov 2019 22:30:17 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:54224 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726953AbfKMDaR (ORCPT ); Tue, 12 Nov 2019 22:30:17 -0500 Received: from localhost (unknown [IPv6:2601:601:9f00:1e2::3d5]) (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 22A1F154FF18B; Tue, 12 Nov 2019 19:30:17 -0800 (PST) Date: Tue, 12 Nov 2019 19:30:16 -0800 (PST) Message-Id: <20191112.193016.444080271745583551.davem@davemloft.net> To: johan.hedberg@gmail.com Cc: netdev@vger.kernel.org, linux-bluetooth@vger.kernel.org Subject: Re: pull request: linux-bluetooth 2019-11-11 From: David Miller In-Reply-To: <20191111193249.GA34408@fashcrof-mobl1.ger.corp.intel.com> References: <20191111193249.GA34408@fashcrof-mobl1.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]); Tue, 12 Nov 2019 19:30:17 -0800 (PST) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org From: Johan Hedberg Date: Mon, 11 Nov 2019 21:32:49 +0200 > Here's one more bluetooth-next pull request for the 5.5 kernel release. > > - Several fixes for LE advertising > - Added PM support to hci_qca driver > - Added support for WCN3991 SoC in hci_qca driver > - Added DT bindings for BCM43540 module > - A few other small cleanups/fixes Pulled, thank you.