All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Bluetooth: hci_bcm: Add ACPI and PM support
@ 2015-08-11 10:12 Frederic Danis
  2015-08-11 10:12 ` [PATCH v4 1/4] Bluetooth: hci_bcm: Add PM for BCM devices Frederic Danis
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Frederic Danis @ 2015-08-11 10:12 UTC (permalink / raw)
  To: linux-bluetooth

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.

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(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-11 10:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-11 10:12 [PATCH v4 0/4] Bluetooth: hci_bcm: Add ACPI and PM support Frederic Danis
2015-08-11 10:12 ` [PATCH v4 1/4] Bluetooth: hci_bcm: Add PM for BCM devices Frederic Danis
2015-08-11 10:12 ` [PATCH v4 2/4] net: rfkill: gpio: Remove BCM2E39 support Frederic Danis
2015-08-11 10:12 ` [PATCH v4 3/4] Bluetooth: hci_bcm: Retrieve UART speed from ACPI Frederic Danis
2015-08-11 10:12 ` [PATCH v4 4/4] Bluetooth: hci_bcm: Add suspend/resume PM functions Frederic Danis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.