Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp5913467ybg; Tue, 22 Oct 2019 10:10:27 -0700 (PDT) X-Google-Smtp-Source: APXvYqx7KWeUaBbt0EITb55eMTOBjLeMw3FA+HGzca61PktsYaCOzAshcH9ihJYMZKEhmi4P4azM X-Received: by 2002:a50:b966:: with SMTP id m93mr31905665ede.228.1571764226944; Tue, 22 Oct 2019 10:10:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571764226; cv=none; d=google.com; s=arc-20160816; b=QDhop76vE3FMxgM91ZfQ3NTZkLIqDzGNZMj0+dwiHRm1t7xakbjVTNvhwGSWm8g3rG husGIrKJSHjgn/G/97wsnNrx8Lga3aWlTPJG9Q6FTBEaQlapin5tmbm8HbTo7VxHGlT0 cgeUYgSLmgJeDQ/oLp4+ri2QRpIYamLkBLAZNgTldy0J0Q0d5ldPig3UDaFgKjFJ2F9Z T8r1yzYwdUaUSKPezd+G59pDTAjcU1sJeqmhb9aoaIMF83X6TZ++v0zxnnOmdcoP7WYT GSC9JjRh3vEJCXGQzwBscy8n5MJ8Aha6lkRLL08XeOVh52fm2OJ65FevFfFUw+X3+WIP dRBA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=qlSo9OC3WaJ/rPuG8EgbClyt9nKh/iYd5hKD94yJNgs=; b=dGaT18C9/nxUPR46qxEdsBIGnGjc/5ac6ffgOTgC9mpI+dNsR+W/UAphQrbxry1FIW Wk+pbU7h+f5StJxoIQpMmUx9TX49tfETKwTGVO+avGvtXVmIhDkpYb+JvN47Nxudi5fY s1jY1al3HPRHjpqSPEUA2lKSfKxMw1xkwN+dOYqn6Br+p3KP8Pineo0borq4wP4jQBWr DysyF1inWbpcwP6KLmzSuAHl5hoh4yFVqbSEXBcuH4n+ln4qLMPugiOtLCO6YIMwztCs 2teqD+/sfLbA1iCbbqm59qAtQkxloNfU+l928gHefYHuEAaUDnWZ8QYGwuBht/jyjm4u 1YEg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-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 q24si10804185ejr.128.2019.10.22.10.10.02; Tue, 22 Oct 2019 10:10:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389029AbfJVQBP (ORCPT + 99 others); Tue, 22 Oct 2019 12:01:15 -0400 Received: from muru.com ([72.249.23.125]:38950 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387746AbfJVQBP (ORCPT ); Tue, 22 Oct 2019 12:01:15 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 449F980FA; Tue, 22 Oct 2019 16:01:49 +0000 (UTC) Date: Tue, 22 Oct 2019 09:01:11 -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: <20191022160111.GP5610@atomide.com> References: <20191003134147.9458-1-sre@kernel.org> <20191008143116.GF5610@atomide.com> <20191020203352.rh3n6qpagiyift7d@earth.universe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191020203352.rh3n6qpagiyift7d@earth.universe> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [191020 20:34]: > Hi Tony, > > On Tue, Oct 08, 2019 at 07:31:16AM -0700, Tony Lindgren wrote: > > * Sebastian Reichel [191003 06:42]: > > > 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? > > Looks like Marcel missed the extra messages and merged the 4th > patch, so I guess you can just merge patches 1-3. Technically that > might lead to temporarily missing BT support on those two devices > when the BT tree is merged before ARM tree during the merge window. > Not a big issue I guess. Sure no problem. Applying dts changes into omap-for-v5.5/dt and the pdata quirk removal to omap-for-v5.5/soc. I guess ti_wilink_st.h will need some follow-up patch to remove unused platform data, but best to wait on that. Regards, Tony