zephyr/tests/drivers
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
..
adc/adc_api tests: fix test identifiers 2019-12-09 15:53:44 -05:00
build_all global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
can tests: fix test identifiers 2019-12-09 15:53:44 -05:00
clock_control drivers: clock_control: nrf: Switch to single clock device 2019-12-17 14:38:19 +01:00
counter tests: counter_basic_api: fix for counting down counters 2019-12-10 08:24:51 -06:00
dma tests: fix test identifiers 2019-12-09 15:53:44 -05:00
eeprom tests: eeprom: add testcase for supported boards 2019-12-12 07:57:33 -06:00
entropy/api tests: fix test identifiers 2019-12-09 15:53:44 -05:00
flash_simulator tests: fix test identifiers 2019-12-09 15:53:44 -05:00
gpio/gpio_basic_api tests: fix test identifiers 2019-12-09 15:53:44 -05:00
hwinfo/api tests: fix test identifiers 2019-12-09 15:53:44 -05:00
i2c tests: fix test identifiers 2019-12-09 15:53:44 -05:00
i2s tests: fix test identifiers 2019-12-09 15:53:44 -05:00
ipm global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
kscan/kscan_api global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
pinmux/pinmux_basic_api global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
pwm/pwm_api tests: fix test identifiers 2019-12-09 15:53:44 -05:00
spi/spi_loopback tests: spi_loopback: Add lpc board configurations 2019-12-10 08:48:56 -06:00
uart tests: fix test identifiers 2019-12-09 15:53:44 -05:00
watchdog/wdt_basic_api tests: fix test identifiers 2019-12-09 15:53:44 -05:00