zephyr/drivers
Piotr Zięcik 3f3a907bb8 drivers: timer: Use sys_clock_hw_cycles_per_tick in nrf_rtc_timer.
The nrf_rtc_timer used own method to calculate number of timer cycles
per tick. As the result value was different than the one used by
the kernel, the reported time was incorrect.

This commit fixes the problem described above by using global
sys_clock_hw_cycles_per_tick instead of custom RTC_TICKS_PER_SYS_TICK.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
2018-06-11 17:38:13 -04:00
..
adc drivers: adc: fix TOCTOU attacks 2018-05-17 15:08:54 -07:00
aio syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
bluetooth Bluetooth: hci: spi: Select BT_RECV_IS_RX_THREAD 2018-06-11 17:28:27 -04:00
can drivers: can: Move bit timing and clock to device tree 2018-06-01 12:59:42 -05:00
clock_control Bluetooth: controller: Remove redundant include of cmsis.h 2018-06-11 17:30:29 -04:00
console uart_console: delete char using BS(08H) or DEL(7FH) 2018-05-29 16:21:55 -04:00
counter syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
crypto drivers: crypto_ataes132a: Fix typo in Kconfig symbol 2018-05-23 17:57:06 -04:00
display driver: ILI9340 LCD display driver 2018-05-18 20:21:45 +03:00
dma drivers: dma_cavs: Add support for circular list 2018-06-11 17:34:04 -04:00
entropy drivers: entropy: Remove usage of zephyr_library_ifdef 2018-05-28 13:23:13 -04:00
ethernet drivers: eth: mcux: Inform IP stack when carrier is lost 2018-06-11 17:27:29 -04:00
flash drivers/flags: W25QXXDW internal erase logic fix 2018-06-04 08:25:42 -04:00
gpio drivers/gpio: stm32 fix gpio device init prio 2018-06-01 03:26:10 -07:00
grove kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
i2c i2c: i2c_gpio: fix typos in Kconfig file 2018-05-26 19:07:55 -04:00
i2s arch: soc: intel_s1000: set M/N divider ownership 2018-06-01 08:59:01 -04:00
ieee802154 drivers/ieee802154: KW41Z drivers is missing hw ACK caps 2018-05-17 16:18:53 +03:00
interrupt_controller DTS: interrupt controller: Define IRQ priorities for CAVS & DW ICTL 2018-06-11 17:27:58 -04:00
ipm syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
led syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
led_strip api/spi: Reduce parameter number on transceive function 2018-04-04 19:02:35 +02:00
net net: Too long timeout for k_sleep 2018-05-28 17:20:11 -04:00
pci drivers: pci: when enumerating, only print the device info 2018-02-01 02:19:45 -05:00
pinmux soc: stm32f1: add port uart4 2018-05-25 11:58:20 -05:00
pwm syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
rtc drivers/rtc: Fix how prescaler is used in QMSI driver 2018-06-04 12:24:23 -04:00
sensor drivers: sensor: lis2dh: Fix I2C burst read/write operations 2018-06-11 17:20:21 -04:00
serial drivers: serial: Remove usage of zephyr_library_ifdef 2018-05-28 13:23:13 -04:00
spi spi: spi_ll_stm32: (fix) Clear OVR bit condition 2018-06-04 12:35:52 -05:00
timer drivers: timer: Use sys_clock_hw_cycles_per_tick in nrf_rtc_timer. 2018-06-11 17:38:13 -04:00
usb drivers: usb_dc_kinetis: fix usb_dc_ep_read_continue 2018-05-30 11:23:39 -05:00
watchdog drivers: watchdog: Use common name configuration for all drivers 2018-06-01 15:31:56 -05:00
wifi doc: fix misspellings in Kconfig files 2018-05-23 16:57:20 -04:00
CMakeLists.txt drivers: entropy: Remove usage of zephyr_library_ifdef 2018-05-28 13:23:13 -04:00
Kconfig drivers: can: Add Kconfig for CAN driver 2018-05-19 20:19:30 +02:00