Message ID | cover.1555577565.git.sean.wang@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | Add a couple of enhancements to btmtksdio | expand |
Hi Sean, > First three are all minor changes and the final one adds a runtime pm support to > enter a lower power state for decreasing power dissipation when there is idle > traffic in SDIO transport for a while. > > Sean Wang (4): > Bluetooth: btmtksdio: Drop newline with bt_dev logging macros > Bluetooth: btmtksdio: Add a bit definition for CHLPCR > Bluetooth: btmtksdio: Fix hdev->stat.byte_rx accumulation > Bluetooth: btmtksdio: Add runtime PM support to SDIO based Bluetooth > > drivers/bluetooth/btmtksdio.c | 161 ++++++++++++++++++++++++++++++++-- > 1 file changed, 153 insertions(+), 8 deletions(-) all 4 patches have been applied to bluetooth-next tree. Regards Marcel
From: Sean Wang <sean.wang@mediatek.com> First three are all minor changes and the final one adds a runtime pm support to enter a lower power state for decreasing power dissipation when there is idle traffic in SDIO transport for a while. Sean Wang (4): Bluetooth: btmtksdio: Drop newline with bt_dev logging macros Bluetooth: btmtksdio: Add a bit definition for CHLPCR Bluetooth: btmtksdio: Fix hdev->stat.byte_rx accumulation Bluetooth: btmtksdio: Add runtime PM support to SDIO based Bluetooth drivers/bluetooth/btmtksdio.c | 161 ++++++++++++++++++++++++++++++++-- 1 file changed, 153 insertions(+), 8 deletions(-)