zephyr/drivers
Manivannan Sadhasivam e177ab6c42 drivers: lora: Get rid of counter support
The RTC/Counter implementation doesn't fit for the upcoming LoRaWAN
as most of the Counter drivers in Zephyr works with 1s granularity
which is not enough for LoRaWAN stack. So, k_timer calls are used in
place of Counter's alarm and k_uptime_get() APIs are used in place of
Counter's time keeping.

While at it, lets also fixup the broken alarm implementation.

Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
2020-05-04 19:01:09 +02:00
..
adc adc: Kconfig: Remove per instance ADC_{0..2} Kconfig symbols 2020-05-04 09:04:16 -05:00
audio drivers: audio: mpxxdtyy: Conver to use DT_ANY_INST_ON_BUS macro 2020-04-18 08:43:02 -05:00
bluetooth drivers/bluetooth: stm32wb: Fix loop 2020-04-30 13:34:15 +02:00
can coccinelle: run ms_timeout conversion semantic patch 2020-04-30 18:26:26 +02:00
clock_control drivers/clock_control: stm32H7 AHB clock computation depends on core 2020-04-29 15:18:18 -05:00
console drivers: gsm_mux: Convert to use k_timeout_t 2020-04-17 10:15:54 +03:00
counter drivers: STM32H7 dualcore EXTI management 2020-04-29 10:20:00 -05:00
crypto drivers: crypto: add driver for nRF ECB 2020-04-08 16:20:53 +02:00
dac tests: boards: board_shell: enable DAC commands 2020-05-01 12:35:50 -05:00
debug tracing: cleanup and split segger/rtt configuration options 2020-02-07 15:58:05 -05:00
display drivers: display: mb_display: Convert to DT_LABEL() macro 2020-04-17 17:22:53 +02:00
dma drivers: dma: stm32 dma_reload function must re-enable 2020-05-04 09:46:07 -05:00
eeprom drivers: eeprom: at2x: Rename defines to remove DT_ prefix 2020-04-30 04:45:35 -05:00
entropy drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
espi driver: espi: Re-enable bus interrupts after espi reset. 2020-04-23 18:22:49 +02:00
ethernet drivers: ethernet: sam_gmac: rework pin config 2020-05-04 11:32:10 -05:00
flash drivers: flash: flash_simulator: Convert to new DT macros 2020-04-30 04:47:44 -05:00
gpio drivers: gpio: mchp_xec: Convert to using new device tree macros 2020-04-28 07:43:31 -05:00
hwinfo drivers: hwinfo: fix ESP32 implementation 2020-04-28 15:32:53 -04:00
i2c drivers: cc32xx: Convert drivers to use more new DT_INST macros 2020-04-26 06:05:10 -05:00
i2s boards: stm23: Move IS pinmux to new DT API 2020-04-29 13:13:58 -05:00
ieee802154 drivers: ieee802154: mcr20a: Convert to use k_timeout_t 2020-05-01 10:50:03 +03:00
interrupt_controller drivers: STM32H7 dualcore EXTI management 2020-04-29 10:20:00 -05:00
ipm intc: intc_cavs: Replace DT_CAVS_ICTL_BASE_ADDR with new macros 2020-04-22 04:59:22 -05:00
kscan tests: drivers: fixes for failing tests 2020-04-24 09:49:46 -05:00
led timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
led_strip drivers: Convert to use DT_INST_FOREACH 2020-03-31 19:29:22 -05:00
lora drivers: lora: Get rid of counter support 2020-05-04 19:01:09 +02:00
modem driver: modem: wncm14a2a: Convert to use k_timeout_t 2020-05-01 10:50:03 +03:00
net net: ppp: Create own workqueue for PPP 2020-04-17 10:15:54 +03:00
neural_net soc: xtensa: rework DT_L2_SRAM and DT_L2_SRAM 2020-04-25 09:32:00 -05:00
pcie
peci drivers: microchip: Convert microchip drivers to new DT_INST macros 2020-03-26 16:31:52 -05:00
pinmux drivers: pinmux: mchp_xec: Convert to using new device tree macros 2020-04-28 07:43:31 -05:00
ps2 drivers: microchip: Convert microchip drivers to new DT_INST macros 2020-03-26 16:31:52 -05:00
ptp_clock
pwm dts: introduce shared binding for the NXP FlexTimer 2020-04-30 08:28:48 -05:00
sensor drivers: sensor: lis2dh: Rename defines to remove DT_ prefix 2020-04-30 04:46:11 -05:00
serial drivers: uart: mcux_flexcomm: Convert to DT_INST 2020-04-28 16:54:30 -05:00
spi drivers: spi: control of the dma callback on spi client for stm32 2020-05-04 09:46:07 -05:00
timer drivers/timer: stm32_lptim: Move to new DT api 2020-04-24 12:09:17 -05:00
usb drivers: usb: usb_dc_stm32: Rename defines to remove DT_ prefix 2020-05-01 07:49:00 -05:00
video drivers: video: mcux_csi: Convert driver to DT_INST macro 2020-04-20 11:08:46 -05:00
watchdog drivers: watchdog: nordic: move to new DT API 2020-04-24 19:35:41 +02:00
wifi driver: wifi: eswifi: Convert to use k_timeout_t 2020-05-01 10:50:03 +03:00
CMakeLists.txt drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00
Kconfig drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00