commit | 9f2aee848fe60325b1984653833d2d1825ec730d | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Jul 16 16:12:11 2012 +0300 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Tue Jul 17 14:48:29 2012 -0300 |
tree | cf1f3d1a081a37421af9d9eb8918917f1deef8a3 | |
parent | dac670b97698f7c5584b224dd68d9d612b9ad4d7 [diff] |
Bluetooth: Add delayed init sequence support for UART controllers This patch makes it possible to have UART drivers perform an internal initialization before calling hci_register_dev. This allows moving a lot of init code from user space (hciattach) to the kernel side, thereby creating a more controlled/robust initialization process. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>