From patchwork Thu Aug 2 14:57:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 10553793 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 29584157D for ; Thu, 2 Aug 2018 14:57:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1AB302BD35 for ; Thu, 2 Aug 2018 14:57:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0EE762C17F; Thu, 2 Aug 2018 14:57:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 458132BD35 for ; Thu, 2 Aug 2018 14:57:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732557AbeHBQs5 (ORCPT ); Thu, 2 Aug 2018 12:48:57 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:33214 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732461AbeHBQs5 (ORCPT ); Thu, 2 Aug 2018 12:48:57 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AAA0740216F7; Thu, 2 Aug 2018 14:57:24 +0000 (UTC) Received: from shalem.localdomain.com (ovpn-116-163.ams2.redhat.com [10.36.116.163]) by smtp.corp.redhat.com (Postfix) with ESMTP id 484C91C71E; Thu, 2 Aug 2018 14:57:22 +0000 (UTC) From: Hans de Goede To: Marcel Holtmann , Johan Hedberg , Martin Blumenstingl Cc: Hans de Goede , Jeremy Cline , linux-bluetooth@vger.kernel.org, linux-serial@vger.kernel.org, linux-acpi@vger.kernel.org Subject: [PATCH v4 0/10] Bluetooth: Add RTL8723BS support Date: Thu, 2 Aug 2018 16:57:11 +0200 Message-Id: <20180802145721.31390-1-hdegoede@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Thu, 02 Aug 2018 14:57:24 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Thu, 02 Aug 2018 14:57:24 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'hdegoede@redhat.com' RCPT:'' Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi All, Here is v4 of my series of patches adding support for RTL8723BS' bluetooth component through serdev enumeration. This builds on the great work done on this by Martin Blumenstingl which makes the btrtl.c code also support firmware+config loading for the RTL8723BS, as well as Jeremy's Cline work to add ACPI enumeration support on top of this. New in v4: -Add new rtl_dev_err, rtl_dev_info, etc. helper macros and use those instead of bt_dev_err, etc -Add a new patch replacing all existing BT_ERR, bt_dev_err, etc. calls in btrtl.c with the new helpers New in v3: -Fix build error when CONFIG_RTL_BT is not set, reported by Paul Cercueil New in v2: -Dropped devicetree specific patches (these can be reposted later by someone who can actually test them) -Add the option to pass a postfix for the config firmware filename, to btrtl_initialize() (new patch). For ACPI serdev enumerated devies this will be set to the ACPI HID, so the filename becomes e.g. rtl_bt/rtl8732bs_config-OBDA8723.bin This is done because the config is board specific and we may need a different file for e.g. ARM boards I've tested this series on several Intel boards with a RTL8723BS chip. Regards, Hans --- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html