Home
last modified time | relevance | path

Searched hist:"6 d785aa345f525e1fdf098b7c590168f0b00f3f1" (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.hdiff 6d785aa345f525e1fdf098b7c590168f0b00f3f1 Fri Mar 06 13:08:51 CST 2015 Johan Hedberg <johan.hedberg@intel.com> Bluetooth: Convert mgmt to use HCI chan registration API

This patch converts the existing mgmt code to use the newly introduced
generic API for registering HCI channels with mgmt-like semantics.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
H A Dhci_core.hdiff 6d785aa345f525e1fdf098b7c590168f0b00f3f1 Fri Mar 06 13:08:51 CST 2015 Johan Hedberg <johan.hedberg@intel.com> Bluetooth: Convert mgmt to use HCI chan registration API

This patch converts the existing mgmt code to use the newly introduced
generic API for registering HCI channels with mgmt-like semantics.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
/openbmc/linux/net/bluetooth/
H A Daf_bluetooth.cdiff 6d785aa345f525e1fdf098b7c590168f0b00f3f1 Fri Mar 06 13:08:51 CST 2015 Johan Hedberg <johan.hedberg@intel.com> Bluetooth: Convert mgmt to use HCI chan registration API

This patch converts the existing mgmt code to use the newly introduced
generic API for registering HCI channels with mgmt-like semantics.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
H A Dhci_sock.cdiff 6d785aa345f525e1fdf098b7c590168f0b00f3f1 Fri Mar 06 13:08:51 CST 2015 Johan Hedberg <johan.hedberg@intel.com> Bluetooth: Convert mgmt to use HCI chan registration API

This patch converts the existing mgmt code to use the newly introduced
generic API for registering HCI channels with mgmt-like semantics.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
H A Dsco.cdiff 0402d9f233ac5d66b39452037fef88333b06d51c Sat Mar 07 13:52:28 CST 2015 Alexander Aring <alex.aring@gmail.com> Bluetooth: fix sco_exit compile warning

While compiling the following warning occurs:

WARNING: net/built-in.o(.init.text+0x602c): Section mismatch in
reference from the function bt_init() to the function
.exit.text:sco_exit()
The function __init bt_init() references
a function __exit sco_exit().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __exit annotation of
sco_exit() so it may be used outside an exit section.

Since commit 6d785aa345f525e1fdf098b7c590168f0b00f3f1 ("Bluetooth:
Convert mgmt to use HCI chan registration API") the function "sco_exit"
is used inside of function "bt_init". The suggested solution by remove
the __exit annotation solved this issue.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
H A Dmgmt.cdiff 6d785aa345f525e1fdf098b7c590168f0b00f3f1 Fri Mar 06 13:08:51 CST 2015 Johan Hedberg <johan.hedberg@intel.com> Bluetooth: Convert mgmt to use HCI chan registration API

This patch converts the existing mgmt code to use the newly introduced
generic API for registering HCI channels with mgmt-like semantics.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>