zephyr/drivers
Dawid Niedzwiecki 457d437841 timer: cortex-m systick: add idle timer
Some chips, that use Cortex-M SysTick as the system timer, disable a
clock in a low power mode, that is the input for the SysTick e.g.
STM32Fx family.

It blocks enabling power management for these chips. The wake-up
function doesn't work and the time measurement is lost.

Add an additional IDLE timer that handles these functionality when the
system is about to enter IDLE. It has to wake up the chip and update the
cycle counter by time not measured by the SysTick. The IDLE timer has to
support counter API (setting alarm and reading current value).

Signed-off-by: Dawid Niedzwiecki <dawidn@google.com>
2023-11-07 09:42:37 +01:00
..
adc syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
audio drivers: audio: add Audio Codec shell commands 2023-10-30 13:51:28 -04:00
auxdisplay syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
bbram syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
bluetooth bluetooth: hci: spi: delay between header and data 2023-11-06 10:11:33 +01:00
cache syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
can drivers: can: Fix Z_SYSCALL_OBJ->K_SYSCALL_OBJ 2023-11-03 16:05:01 -05:00
charger syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
clock_control drivers: clock_control: Add Ambiq clock_control driver. 2023-11-07 09:42:25 +01:00
console kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
coredump drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
counter drivers: counter: Update NXP LPC RTC timer 2023-11-06 10:09:33 +01:00
crypto drivers: crypto: smartbond: Support crypto accelerator 2023-10-26 09:47:23 +02:00
dac syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
dai Revert "drivers: intel: ssp: Correct FIFO depth value for CAVS25 platforms" 2023-10-27 12:33:53 -05:00
disk drivers/nvme: Return an error in case of non dword-aligned data buffer 2023-09-22 09:23:18 +02:00
display drivers: display: hx8394: fix TEAR and DPHYCMD0 settings 2023-11-06 15:41:25 -06:00
dma syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
edac shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
eeprom drivers: eeprom_emulator: fix compile warning 2023-11-06 23:59:05 +01:00
entropy syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
espi syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
ethernet drivers: ethernet: support for Nuvoton numaker series 2023-11-03 12:11:33 +00:00
flash drivers: nrf_qspi_nor: Activate QSPI peripheral when enabling XIP 2023-11-06 10:11:02 +01:00
fpga drivers: fpga: move to POST_KERNEL 2023-09-15 16:04:19 +02:00
fuel_gauge syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
gnss drivers: gnss: Add GNSS driver for Quectel LCX6G 2023-10-30 11:43:19 -04:00
gpio syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
hwinfo syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
hwspinlock syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
i2c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
i2s syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
i3c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
ieee802154 drivers: ieee802154: nrf5: set security enabled bit value 2023-11-03 09:57:53 +01:00
input input: gt911: fix reset control polarity 2023-11-06 08:50:33 +00:00
interrupt_controller intc: nxp_s32: use instance-based DT macros 2023-11-06 19:02:56 -05:00
ipm drivers: ipm: Remove CONFIG_IPM_IMX_REV2 2023-11-06 10:09:59 +01:00
kscan syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
led syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
led_strip drivers: spi: update drivers that were using spi cpol and cpha 2023-10-25 18:30:28 -07:00
lora drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
mbox syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
mdio mdio: shell: add Clause 45 commands 2023-09-28 09:33:10 +02:00
memc drivers: memc: update interface of memc flexspi driver for multi device 2023-10-20 14:53:10 +02:00
mfd drivers: mfd: add Maxim MAX20335 MFD driver 2023-11-02 20:32:40 +00:00
mipi_dsi drivers: mipi_dsi: dsi_mcux_2l add property to enable non-continuous hs clk 2023-10-24 11:37:41 +02:00
misc syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
mm kernel: Re-factor sys_mem_blocks definition 2023-09-30 08:04:14 +03:00
modem modem: modem_cellular: Fix build errors 2023-11-06 16:06:36 +01:00
net random: Rename random header 2023-10-10 14:23:50 +03:00
pcie drivers: pcie: add config for enable PRT 2023-10-06 10:40:14 +02:00
peci syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
pinctrl drivers: pinctrl: Add pinctrl driver for Renesas RA series 2023-11-01 10:56:46 +00:00
pm_cpu_ops drivers: pm_cpu_ops: psci: provide sys_poweroff hook 2023-08-04 16:59:36 +02:00
power_domain power_domain_intel_adsp.c: revert recent INIT_PRIORITY change 2023-11-02 08:33:40 +00:00
ps2 syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
ptp_clock syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
pwm syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
regulator drivers: regulator: add MAX20335 driver 2023-11-02 20:32:40 +00:00
reset drivers: reset: Add reset controller for Intel Agilex5 platform 2023-07-25 16:58:01 +00:00
retained_mem syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
rtc syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
sdhc drivers: sdhc: imx_usdhc: Initialize card clock with CMD0 2023-11-06 19:01:08 -05:00
sensor kconfig: name choices to make changable in outside Kconfigs 2023-11-06 15:33:35 -06:00
serial drivers: serial: nrfx_uarte: Add const to the isr function argument 2023-11-06 15:39:08 -06:00
sip_svc kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
smbus syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
spi spi: nxp_s32: use instance-based DT macros 2023-11-06 19:02:32 -05:00
syscon drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
timer timer: cortex-m systick: add idle timer 2023-11-07 09:42:37 +01:00
usb syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
usb_c usbc: improve error handling in the ucpd_stm32 and vbus_adc 2023-10-20 14:57:32 +02:00
video drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
virtualization syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
w1 syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
watchdog syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
wifi drivers: wifi: esp32: Fix compilation error 2023-11-05 20:05:51 +01:00
xen xen: add helper functions for Xen domain memory management 2023-09-15 11:15:00 +01:00
CMakeLists.txt drivers: Add GNSS API public header 2023-10-30 11:43:19 -04:00
Kconfig drivers: Add GNSS API public header 2023-10-30 11:43:19 -04:00