]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: btusb: Add out-of-band wakeup support
authorRajat Jain <rajatja@google.com>
Wed, 1 Feb 2017 22:24:09 +0000 (14:24 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 16 Feb 2017 16:21:59 +0000 (17:21 +0100)
commitfd913ef7ce619467c6b0644af48ba1fec499c623
treee323cc6e819c2782c30f09d85a29eb4d05ecd10d
parent10ab133b7a1a7265600d580d9e056d86aea70b53
Bluetooth: btusb: Add out-of-band wakeup support

Some onboard BT chips (e.g. Marvell 8997) contain a wakeup pin that
can be connected to a gpio on the CPU side, and can be used to wakeup
the host out-of-band. This can be useful in situations where the
in-band wakeup is not possible or not preferable (e.g. the in-band
wakeup may require the USB host controller to remain active, and
hence consuming more system power during system sleep).

The oob gpio interrupt to be used for wakeup on the CPU side, is
read from the device tree node, (using standard interrupt descriptors).
A devcie tree binding document is also added for the driver. The
compatible string is in compliance with
Documentation/devicetree/bindings/usb/usb-device.txt

Signed-off-by: Rajat Jain <rajatja@google.com>
Reviewed-by: Brian Norris <briannorris@chromium.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Documentation/devicetree/bindings/net/btusb.txt [new file with mode: 0644]
drivers/bluetooth/btusb.c