Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2831137imu; Sun, 23 Dec 2018 08:45:59 -0800 (PST) X-Google-Smtp-Source: ALg8bN5rvB4tqkL1A7sP4r7fhMUM28H4qnrDERG0mFe7OpRHK9QgyKXSHsRGpBh7/AR2fyxwg9Ix X-Received: by 2002:a63:5402:: with SMTP id i2mr9428323pgb.79.1545583559726; Sun, 23 Dec 2018 08:45:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545583559; cv=none; d=google.com; s=arc-20160816; b=LMzZQecDgQ21foPp40cPvqfU6m3KUlmsMCuE8TRQICI3InX3oxsNZaWQF/hF3E0ImK C3U633foTYYqgjZfVe+rTt8Gsd8NcQV0LRfxdPvwkDrumXOPvZ4MOAuaAG9ZnMXPAKiy 517GEfvNWtKiJ+rtk7f+nWzxUJw9R5mpw7GT6HEtz39joxwTqBS15C1sWdNH7MRBG7/6 T8kgR+FdASG38B+baxrknjKLfdxy7XcT7++AGbkVM2jpcKwsAhSXZtNajBYWfnKP6zNc Z0jOlLTenGhx6lMCbMgiTZcWQGjh90iZmYjtXgrDKAe4TxEBlYE0AcUwMP2ViqFzAVP3 kg7Q== 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=d2c6V/pU7aJyGKMDSDrcQqOjO7rPZUrY9gu3IkgGwPc=; b=E0mWXW31VMhQCyVwO6NYKbtvXiLMayXL0iMt1i+AU9lwAqn47b6N6CNNAGbl+AEl4G mwholsho67MFWGKl/r9a2qUZK5OZuJ+At/7uS/GWUVA/z6HGUVZP+HAg0MCuvEckkNJ4 gbWMI4boEz462H6y5uMAhEgemofWNaVlxVtYLTBF0uSA+YWe6XFxBpQ/XwBi4aZgWA1o RAKM1LumkObC0LQxveVekBF6eQ5tC6fw5FFMu/9Da/iQoZJ1t7eWKCud+pYs0TekG8QJ zl2ChJpQhpll2lIUt8VPWks0XO1li2ocpsq+tPqGpkMqJEDn1sG8bN5sYBFcbOVk3l7o +UyQ== 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 s35si26426711pgk.392.2018.12.23.08.45.44; Sun, 23 Dec 2018 08:45:59 -0800 (PST) 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 S1729755AbeLWQWd (ORCPT + 99 others); Sun, 23 Dec 2018 11:22:33 -0500 Received: from muru.com ([72.249.23.125]:59170 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729470AbeLWQWc (ORCPT ); Sun, 23 Dec 2018 11:22:32 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D55FE8119; Sun, 23 Dec 2018 16:22:35 +0000 (UTC) Date: Sun, 23 Dec 2018 08:22:28 -0800 From: Tony Lindgren To: Adam Ford Cc: Sebastian Reichel , Mauro Carvalho Chehab , Marcel Holtmann , Rob Herring , Greg Kroah-Hartman , Pavel Machek , "open list:BLUETOOTH DRIVERS" , linux-media@vger.kernel.org, linux-omap@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH 00/14] Add support for FM radio in hcill and kill TI_ST Message-ID: <20181223162228.GN6707@atomide.com> References: <20181221011752.25627-1-sre@kernel.org> <20181221180205.GH6707@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Adam Ford [181222 20:36]: > As much as I'd like to see the ti-st kim stuff go, I am not able to > load the Bluetooth on the Torpedo board (wl1283). The hooks on a > different, wl18xx and 127x board work fine. I am not sure if there is > anything different about the wl1283, but I don't have any other boards > other than the Logic PD Torpedo kit. Do you have any wl1283 boards to > test? I'd like to see this BT timeout stuff resolved before we dump > the ti-st kim stuff, otherwise, I'll forever be porting drivers. :-( Sebastian and I both tested this with droid 4, which has wl1283. So it's probably some missing GPIO/regulator/pinconf stuff that the pdata-quirks.c does for you. Maybe try adding back also the pdata-quirks.c code and see if that helps? Regards, Tony