zephyr/drivers/led_strip
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
..
CMakeLists.txt
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.apa102 kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
Kconfig.lpd880x kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.ws2812 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.ws2812b_sw kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
apa102.c
lpd880x.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
ws2812.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
ws2812b_sw.c drivers: clock_control: nrf: Switch to single clock device 2019-12-17 14:38:19 +01:00