zephyr/drivers/counter
Kumar Gala 607469616d counters: Remove deprecated APIs
Remove support for counter_read and counter_get_max_relative_alarm as
they have been deprecated for at least 2 releases.  As part of the
removal of counter_get_max_relative_alarm remove the code in all
counter drivers that implemented the API.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-18 19:35:14 -04: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: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.dtmr_cmsdk_apb kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
Kconfig.esp32 esp32: drivers: counter: add support for general-purpose counters 2021-03-03 13:02:02 +01:00
Kconfig.gecko kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.imx_epit drivers: counter: imx_epit: Convert driver to new DT_INST macros 2020-04-04 09:34:00 -05:00
Kconfig.maxim_ds3231 drivers: counter: add Maxim DS3231 support 2020-05-07 19:45:06 +02:00
Kconfig.mcux_gpt drivers: mcux_gpt: convert to DT_INST defines 2020-03-11 07:59:38 -06:00
Kconfig.mcux_lptmr drivers: counter: add NXP Kinetis LPTMR driver 2020-03-27 11:17:58 -05:00
Kconfig.mcux_pit counter: add pit counter driver 2020-08-21 14:27:59 -05:00
Kconfig.mcux_rtc kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
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 drivers: counter: sam0_tc32: rework devicetree support 2020-04-25 13:33:56 -05:00
Kconfig.stm32_rtc drivers: stm32: rtc: Add option to keep rtc value 2021-03-18 08:46:30 -04:00
Kconfig.tmr_cmsdk_apb kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
Kconfig.xec kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
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 counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_gecko_rtcc.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_handlers.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_imx_epit.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_ll_stm32_rtc.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_mchp_xec.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_mcux_gpt.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_mcux_lptmr.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_mcux_pit.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_mcux_rtc.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_native_posix.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_nrfx_rtc.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_nrfx_timer.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_sam0_tc32.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
counter_xlnx_axi_timer.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
dualtimer_cmsdk_apb.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
maxim_ds3231.c counters: Remove deprecated APIs 2021-03-18 19:35:14 -04:00
timer_cmsdk_apb.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
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