From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59ACDC4360C for ; Tue, 8 Oct 2019 14:31:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3CFCF2070B for ; Tue, 8 Oct 2019 14:31:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726062AbfJHObU (ORCPT ); Tue, 8 Oct 2019 10:31:20 -0400 Received: from muru.com ([72.249.23.125]:35994 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725795AbfJHObU (ORCPT ); Tue, 8 Oct 2019 10:31:20 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 48D9F8081; Tue, 8 Oct 2019 14:31:53 +0000 (UTC) Date: Tue, 8 Oct 2019 07:31:16 -0700 From: Tony Lindgren To: Sebastian Reichel Cc: Marcel Holtmann , Adam Ford , Enric Balletbo i Serra , linux-bluetooth@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCHv2 0/4] Convert all btwilink users to hci_ll and drop btwilink Message-ID: <20191008143116.GF5610@atomide.com> References: <20191003134147.9458-1-sre@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191003134147.9458-1-sre@kernel.org> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org * Sebastian Reichel [191003 06:42]: > Hi, > > This moves the remaining users of btwilink to the "new" serdev based hci_ll > driver and drops the btwilink driver afterwards. The patches were only compile > tested by me, but Enric tested the IGEP platform and Adam will test the LogicPD > platform. > > I kept the TI_ST driver for now, since I plan to send a second patchset for the > FM radio driver. Once the FM driver has been converted to also use hci_ll, we > can remove TI_ST completly. > > My suggestion is for the patch handling is, that everything simply goes through > Tony's tree. Sounds good to me, good to see kim gone with patch 3/4 :) Marcel, care to ack the old driver removal patch? Regards, Tony > Changes since PATCHv1 [0] > * rebase to 5.4-rc1 > * move FM radio patches into separate patchset > > [0] https://lore.kernel.org/lkml/20181221011752.25627-1-sre@kernel.org/ > > -- Sebastian > > Sebastian Reichel (4): > ARM: dts: LogicPD Torpedo: Add WiLink UART node > ARM: dts: IGEP: Add WiLink UART node > ARM: OMAP2+: pdata-quirks: drop TI_ST/KIM support > Bluetooth: btwilink: drop superseded driver > > .../boot/dts/logicpd-torpedo-37xx-devkit.dts | 8 + > arch/arm/boot/dts/omap3-igep0020-rev-f.dts | 8 + > arch/arm/boot/dts/omap3-igep0030-rev-g.dts | 8 + > arch/arm/mach-omap2/pdata-quirks.c | 52 --- > drivers/bluetooth/Kconfig | 11 - > drivers/bluetooth/Makefile | 1 - > drivers/bluetooth/btwilink.c | 337 ------------------ > 7 files changed, 24 insertions(+), 401 deletions(-) > delete mode 100644 drivers/bluetooth/btwilink.c > > -- > 2.23.0 >