zephyr/drivers/counter
Tofik Sonono 1337f7fe24 drivers: native_posix: fix for native posix counter
There was an error in the ordering of the parameters in the
DEVICE_DT_DEFINE for the native POSIX counter. This made a project
using a counter built for native posix not being able to compile.
This commit switches places for ctr_init and device_pm_control_nop.

Signed-off-by: Tofik Sonono <tofik@sonono.me>
2021-03-05 18:18:38 +01:00
..
CMakeLists.txt esp32: drivers: counter: add support for general-purpose counters 2021-03-03 13:02:02 +01:00
Kconfig esp32: drivers: counter: add support for general-purpose counters 2021-03-03 13:02:02 +01:00
Kconfig.cmos
Kconfig.dtmr_cmsdk_apb
Kconfig.esp32 esp32: drivers: counter: add support for general-purpose counters 2021-03-03 13:02:02 +01:00
Kconfig.gecko
Kconfig.imx_epit
Kconfig.maxim_ds3231
Kconfig.mcux_gpt
Kconfig.mcux_lptmr
Kconfig.mcux_pit counter: add pit counter driver 2020-08-21 14:27:59 -05:00
Kconfig.mcux_rtc
Kconfig.native_posix drivers: counter: Add native_posix counter hardware model and driver 2020-07-27 13:25:50 +02:00
Kconfig.nrfx drivers: counters: Fix TIMER0 and RTC0 with Bluetooth controller 2020-12-13 19:25:49 -05:00
Kconfig.sam0
Kconfig.stm32_rtc drivers: counter: rtc for stm32g0 soc series 2021-01-06 08:09:47 -06:00
Kconfig.tmr_cmsdk_apb
Kconfig.xec
Kconfig.xlnx drivers: counter: add driver for the Xilinx AXI Timer 2020-11-17 19:30:20 -05:00
counter_cmos.c drivers: counter: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:00:23 -05:00
counter_esp32.c esp32: drivers: counter: add support for general-purpose counters 2021-03-03 13:02:02 +01:00
counter_gecko_rtcc.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
counter_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
counter_imx_epit.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_ll_stm32_rtc.c soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00
counter_mchp_xec.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_mcux_gpt.c drivers: counter: mcux: Convert clock control to use DEVICE_DT_GET 2021-02-19 05:03:11 -06:00
counter_mcux_lptmr.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_mcux_pit.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_mcux_rtc.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_native_posix.c drivers: native_posix: fix for native posix counter 2021-03-05 18:18:38 +01:00
counter_nrfx_rtc.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
counter_nrfx_timer.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
counter_sam0_tc32.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_xlnx_axi_timer.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
dualtimer_cmsdk_apb.h
maxim_ds3231.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
timer_tmr_cmsdk_apb.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00