zephyr/drivers
Krzysztof Chruscinski d8e3ea6bc2 drivers: clock_control: Enable LFSTARTED event for nrf5
The LFSTARTED event was disabled so it was impossible to wake the
CPU up on LF clock being ready. The Bluetooth stack was putting
the CPU to sleep, expecting to be woken up on LFSTARTED event.
As the event never triggered, the CPU was woken up seconds later
by a different event introducing a multi-second startup delay.

Bug introduced by 23c92100ac.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-12-04 16:43:49 +02:00
..
adc adc: remove adc_ti_adc108s102.h 2018-11-21 18:06:11 -05:00
aio drivers: Remove board.h include 2018-11-01 13:21:11 -04:00
audio dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
bluetooth drivers: Remove board.h include 2018-11-01 13:21:11 -04:00
can dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
clock_control drivers: clock_control: Enable LFSTARTED event for nrf5 2018-12-04 16:43:49 +02:00
console drivers: Remove board.h include 2018-11-01 13:21:11 -04:00
counter dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
crypto drivers: crypto: Fix precedence issue in if statement 2018-10-25 07:23:49 +01:00
display drivers: ssd1673: fix SPI GPIO CS configuration 2018-11-23 08:39:20 -05:00
dma logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
entropy drivers: entropy: add Atmel SAM entropy generator driver 2018-11-14 12:58:49 -05:00
ethernet drivers: eth: native_posix: Enable PTP clock support for gPTP 2018-12-04 01:15:38 -05:00
flash drivers: flash: spi_nor: Remove unused block_size parameter 2018-12-02 09:27:16 -05:00
gpio drivers: gpio_gecko: Use emlib API for compatibility 2018-11-21 13:42:26 -06:00
i2c drivers: i2c: fix build break for nrfx_twi* with newlib 2018-12-01 18:35:21 +01:00
i2s drivers/i2s_sam_ssc.c: enable cache support 2018-11-22 13:16:42 -05:00
ieee802154 net/ieee802154: Switch to L2 sending path 2018-11-30 11:12:13 -08:00
interrupt_controller drivers/plic: Update PLIC driver with DTS symbols 2018-12-04 07:48:27 -06:00
ipm imx: Add IMX IPM driver for i.MX socs 2018-11-19 08:38:38 -06:00
led driver: led: move to new logger 2018-10-10 10:22:01 -04:00
led_strip drivers: Remove board.h include 2018-11-01 13:21:11 -04:00
modem net/iface: Finally remove the send function from net_if_api 2018-11-30 11:12:13 -08:00
net net/dummy: Switch to L2 sending path 2018-11-30 11:12:13 -08:00
neural_net dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
pci drivers/pci: Avoid nested C/C++ comments 2018-11-15 17:38:25 -05:00
pinmux pinmux: stm32f4: add MII interface 2018-11-30 10:59:49 -08:00
ptp_clock drivers: ptp_clock: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
pwm drivers: pwm: Add power management to pwm_nrfx 2018-11-16 15:01:16 +01:00
rtc dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
sensor i2c: sensor: Replace static_assert by BUILD_ASSERT_MSG 2018-12-01 18:37:16 +01:00
serial drivers/serial: Fix uart issues for i.MX7 and i.MX6 2018-12-03 15:15:36 -05:00
spi drivers: spi: fix typo bug in spi_sam.c 2018-11-28 13:44:07 -06:00
timer drivers: timer: nrf_rtc_timer: fix handling for 24-bit counter 2018-11-30 15:05:25 +01:00
usb drivers: usb: nordic: Fix class/vendor request handling 2018-12-04 13:53:48 +01:00
watchdog dts: nrf: Remove WDT dts.fixup defines and use aliases instead. 2018-11-20 22:18:09 +01:00
wifi net/iface: Finally remove the send function from net_if_api 2018-11-30 11:12:13 -08:00
CMakeLists.txt drivers: neural_net: Use correct Kconfig variable 2018-11-09 16:52:32 -05:00
Kconfig kconfig: intel_s1000: Add neural_net Kconfig 2018-11-08 17:08:19 -05:00