Return-path: Received: from mail-wr0-f193.google.com ([209.85.128.193]:43896 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752757AbeBTQPm (ORCPT ); Tue, 20 Feb 2018 11:15:42 -0500 Received: by mail-wr0-f193.google.com with SMTP id u49so11322802wrc.10 for ; Tue, 20 Feb 2018 08:15:42 -0800 (PST) Subject: Re: [RFC PATCH 0/2] net: rfkill: gpio: Fix and support SerDev To: Carlo Caione Cc: Carlo Caione , johannes@sipsolutions.net, linux-wireless@vger.kernel.org, frederic.danis.oss@gmail.com, sebastian.reichel@collabora.co.uk, "Rafael J. Wysocki" , Linux Upstreaming Team , Jeremy Cline , Martin Blumenstingl References: <20180220134618.12972-1-carlo@caione.org> <31f0157f-4778-2f9c-977f-8bdbba6f52a4@redhat.com> From: Hans de Goede Message-ID: (sfid-20180220_171548_092400_34CFF99D) Date: Tue, 20 Feb 2018 17:15:39 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi, On 02/20/2018 03:36 PM, Carlo Caione wrote: > On Tue, Feb 20, 2018 at 2:01 PM, Hans de Goede wrote: >> Hi Carlo, > > Hi Hans, > >> Is this for devices with a RTL8723BS chip? If so then they >> still will not work after this since there also no longer is >> a /dev/ttyS4 created for the UART for the bluetooth, instead >> you probably want: >> >> https://github.com/jwrdegoede/linux-sunxi/commit/c383dac5ea00738ac01d704d820aa548494fcd41 >> >> Which also puts the /dev/ttyS4 back in place. > > Yeah, this problem came up while working on the RTL8723BS chip but the > driver is also broken for the other two GPS devices supported by this > driver. > Thank you for the patch BTW. > >> Regards, >> >> Hans >> >> p.s. >> >> My college Jeremy Cline in the Cc is looking into getting proper >> bluetooth support in place for the rtl8723bs using serdev binding >> and having everything in the kernel, as we now already do for bcm >> uart bluetooth modules. > > Wasn't also Martin (+CC) working on this? See > https://www.spinics.net/lists/linux-bluetooth/msg73594.html Ah I did not know that, cool. Jeremy, this is probably a good starting point :) And you should probably coordinate with Martin on this. Regards, Hans