Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4439137ybl; Mon, 9 Dec 2019 10:50:05 -0800 (PST) X-Google-Smtp-Source: APXvYqzRZYpee3Q7pLPd+XeM7LjnKcjJwMRuyE24b5BEmIm+KqxbK5YjPCblkNu6OD9RF6IUSM10 X-Received: by 2002:aca:ef85:: with SMTP id n127mr508435oih.54.1575917405399; Mon, 09 Dec 2019 10:50:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575917405; cv=none; d=google.com; s=arc-20160816; b=tX1Q91OFFX+uykQbYW/aYOM7//+xa8PgFc+EqNb2P5pbL9RClDja6OX8NWhCKbaz+9 y/jgxgbj+VzA5fVgCDbpKRP3O7rmbQfRMg10FF0jLBobjAkr+W1PoyMkDS5L6nLKaqfY Yfep91QIo7UR5PAIZiX4QYmisxdixwSt6C3qxeGkmfVzNpfmwPyWN3Gp3VOJ30cq8sFO wiTUcV2WaHpOn+o8nVlEOK1IvQtnIr5dWcwuT9HjgBZ0d2FCQDyVsTsdIaGK7vfAsLKh ZCHl941WBUHVMUxn+5Ct6jAU5GeVfbgx3f3THjcLPAlfZLIR9GHk1WCoczdxVqwqm+aR gfcA== 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=/PQzQN8oyk9SQ/kgZOw9b0H+hD7JXKQZVctSSzmuQIE=; b=wRt4DCPVwUYe4zt2Xy8Oux6nl3Z4AfebnKf2ScywVJhZ6jnMzO5F9fuz3c9zFopfEM kXqPcXeVAomkurj7MPUqF+YQqbzYMaEOFPro+BLAHHfazzqhmyvuKpKW8hueqQeGR/rH U0KLqrNk6xfqdsT+5Cj1qUdSVf4zuOO8cp09TJMiaKSK8mKmxhdO39bw7KDL0DSIqxWy cU5ot54fstpVycbCa8OzBLaHQCOfdDLb+zW+j9PQLNGRAAmlOJ+KjZfGVHGNXHhCB1Yh a/Uu4QWwPAJD3okZzgnKIbHqDgGFNDVmSIy6crGSChUnPPExh0Go5Z6yUF2geeE+xnID aW+w== 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 z6si425359oic.18.2019.12.09.10.49.46; Mon, 09 Dec 2019 10:50:05 -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 S1726483AbfLIStn (ORCPT + 99 others); Mon, 9 Dec 2019 13:49:43 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:34126 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726408AbfLIStn (ORCPT ); Mon, 9 Dec 2019 13:49:43 -0500 Received: from localhost (unknown [IPv6:2601:601:9f00:1c3::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 CE48F15445C87; Mon, 9 Dec 2019 10:49:42 -0800 (PST) Date: Mon, 09 Dec 2019 10:49:42 -0800 (PST) Message-Id: <20191209.104942.918660074223462004.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-12-09 From: David Miller In-Reply-To: <20191209124807.GA7309@jhedberg-mac01.local> References: <20191209124807.GA7309@jhedberg-mac01.local> 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]); Mon, 09 Dec 2019 10:49:43 -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, 9 Dec 2019 14:48:07 +0200 > Here's the first bluetooth-next pull request for 5.6: > > - Devicetree bindings updates for Broadcom controllers > - Add support for PCM configuration for Broadcom controllers > - btusb: Fixes for Realtek devices > - butsb: A few other smaller fixes (mem leak & non-atomic allocation issue) > > Please let me know if there are any issues pulling. Thanks. Pulled, thanks Johan.