zephyr/subsys/bluetooth
Krzysztof Chruscinski 00156ad80a drivers: clock_control: nrf: Switch to single clock device
Low frequency and high frequency clocks had separate devices
while they are actually handled by single peripheral with single
interrupt. The split was done probably because opaque subsys
argument in the API was used for other purposes and there was
no way to pass the information which clock should be controlled.
Implementation changes some time ago and subsys parameter was
no longer used. It now can be used to indicate which clock should
be controlled.

Change become necessary when nrf5340 is taken into account where
there are more clocks and current approach would lead to create
multiple devices - mess.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-12-17 14:38:19 +01:00
..
common global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
controller drivers: clock_control: nrf: Switch to single clock device 2019-12-17 14:38:19 +01:00
host Bluetooth: L2CAP: Add define for signalling timeout 2019-12-13 15:30:28 +02:00
mesh Bluetooth: Mesh: Fixes Friend Add Another Update 2019-12-14 16:59:59 +02:00
services include: Fix use of <misc/FOO.h> -> <sys/FOO.h> 2019-12-10 08:39:37 -05:00
shell Bluetooth: shell: Add command to print all connections available 2019-12-13 14:39:54 +02:00
CMakeLists.txt cmake: don't link interface libraries with zephyr_interface 2019-09-26 05:50:46 -07:00
Kconfig Bluetooth: hci_raw: Add support for specifying buffer headroom 2019-11-20 19:29:06 +01:00