Return-Path: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: [PATCH v5 0/4] Bluetooth: hci_bcm: Add ACPI and PM support From: Marcel Holtmann In-Reply-To: <1439303738-24231-1-git-send-email-frederic.danis@linux.intel.com> Date: Tue, 11 Aug 2015 13:01:24 -0700 Cc: linux-bluetooth@vger.kernel.org Message-Id: <0A4F240D-9BD5-4F4B-88C4-E93884BEBF84@holtmann.org> References: <1439303738-24231-1-git-send-email-frederic.danis@linux.intel.com> To: Frederic Danis Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Fred, > These patches move PM support from rfkill-gpio to hci_uart module. > On, off, suspend and resume functions are supported. > They also parse the ACPI entry to find initial UART baud rate. > > v4->v5: > - Rename parameter and variable of bcm_suspend and bcm_resume > > v3->v4: > - Fix commit message of rfkill-gpio patch > > v2->v3: > - Add bcm_device existance check as driver can be unbound and reference in > bcm_data may be invalid > - Add explanation of retrieval of bcm_device corresponding to tty in use > - Rename variables : ptr -> p, device_list -> bcm_device_list, > device_list_lock -> bcm_device_list_lock > - Remove BCM2E39 in rfkill-gpio.c instead of making it conditional > > v1->v2: > - Add BCM2E67 device in acpi_device_id table > - Add suspend/resume functions > > Frederic Danis (4): > Bluetooth: hci_bcm: Add PM for BCM devices > net: rfkill: gpio: Remove BCM2E39 support > Bluetooth: hci_bcm: Retrieve UART speed from ACPI > Bluetooth: hci_bcm: Add suspend/resume PM functions > > drivers/bluetooth/hci_bcm.c | 303 +++++++++++++++++++++++++++++++++++++++++++- > net/rfkill/rfkill-gpio.c | 1 - > 2 files changed, 301 insertions(+), 3 deletions(-) all 4 patches have been applied to bluetooth-next tree. However I had to add missing CONFIG_PM_SLEEP #ifdef around PM code. Please keep an eye on that next time. Regards Marcel