zephyr/drivers
Conor Paxton 6b641c3483 drivers: timer: get mtime cmp reg by reading mhartid
It is not guaranteed that a multi-core RISC-V hart numbering scheme
will match Zephyr's sequential cpu numbering scheme. Read the hartid and
use that value in calculation to get mtime_cmp reg, instead of the
current_cpu id.

Signed-off-by: Conor Paxton <conor.paxton@microchip.com>
2023-01-27 12:49:56 -08:00
..
adc drivers: adc_ads1119: Fix using wrong status bit 2023-01-27 18:09:49 +09:00
audio drivers: audio: dmic_nrfx_pdm: Fix a race condition in the driver 2023-01-18 12:14:07 +01:00
bbram
bluetooth
cache
can drivers: can: can_loopback: Abort pending messages when stopped 2023-01-27 00:58:59 +09:00
clock_control drivers/clock_control: stm32l4: allow enabling MCO output 2023-01-26 09:39:33 +00:00
console drivers: uart_mux: Fix documentation of uart_mux_recv() 2023-01-19 08:44:34 -06:00
coredump
counter drivers: counter: gd32_timer: Remove is_bit_mask() implementation 2023-01-10 09:23:14 +01:00
crypto
dac drivers: gd32-dac: add support for gd32a50x 2023-01-12 21:45:38 +01:00
dai drivers: dai: intel: dmic: don't use assert for error handling 2023-01-12 10:01:41 +01:00
debug
disk drivers/disk: sdmmc stm32: Fix compilation issues 2023-01-24 09:42:51 +01:00
display drivers: display: ili9341: add 4th parameter in DISCTRL command 2023-01-27 19:24:13 +09:00
dma dma: Repeated start/stop support for gpdma 2023-01-23 11:51:21 -08:00
ec_host_cmd_periph ec_host_cmd: add missing name to choice in Kconfig 2023-01-12 16:12:55 +00:00
edac
eeprom drivers: eeprom: Fix splitting format string 2023-01-18 07:27:00 -05:00
entropy drivers: entropy: use non-cache intermediate buffer for RNG 2023-01-26 09:46:20 -06:00
espi espi: it8xxx2: enable espi transaction interrupt 2023-01-18 09:55:44 +01:00
ethernet drivers: ethernet: stm32: Enabling stats for the driver. 2023-01-27 00:56:06 +09:00
flash drivers: flash: stm32_qspi: handle 4-byte addressing only chips 2023-01-27 23:31:39 +09:00
fpga
fuel_gauge
gpio drivers: gpio_nct38xx_port: Fix checking wrong return 2023-01-21 21:27:38 -05:00
hwinfo
i2c i2c: Add an option to dump all I2C messages to the log 2023-01-26 14:55:44 -05:00
i2s drivers: i2s: Improve precision in PLLI2S VCO calculation 2023-01-20 14:35:36 +01:00
i3c
ieee802154 drivers: ieee802154_nrf5: Fix warning in ISR prototype 2023-01-27 12:35:33 +01:00
interrupt_controller ARC: irq: idu: mask IRQ before level setup 2023-01-24 18:57:50 -08:00
ipm
kscan ITE drivers/kscan/it8xxx2: set KSI/KSO kbs mode by pinctrl driver 2023-01-14 09:22:39 +01:00
led
led_strip
lora
mbox drivers: mbox: add support for NXP S32 MRU 2023-01-24 14:37:20 +01:00
mdio drivers: mdio: add support for NXP S32 NETC EMDIO 2023-01-24 14:37:20 +01:00
memc treewide: update usage of zephyr_code_relocate 2023-01-17 18:08:37 +01:00
mipi_dsi
misc
mm mm: intel_adsp_mtl_tlb: suppress sparse address space warnings 2023-01-19 06:52:23 -05:00
modem
net
neural_net
pcie
peci
pinctrl drivers: pinctrl: silabs: add spi handling 2023-01-17 15:37:27 -06:00
pinmux
pm_cpu_ops
power_domain power_domain: gpio: only run actions for children on domain 2023-01-24 09:42:11 +01:00
ps2
ptp_clock
pwm dts: bindings: pwm custom macro for STM32 vendor 2023-01-24 14:49:53 +01:00
regulator drivers: regulator: shell: fix fp number parsing 2023-01-16 16:52:35 +01:00
reset
sdhc drivers: sdhc: Support HS400 mode on IMX driver 2023-01-14 09:22:22 +01:00
sensor sensor: SHT3x: Fix low repeatability in single shot mode 2023-01-27 18:11:02 +09:00
serial uart: microchip: add low power & wake support 2023-01-27 14:25:58 -05:00
spi drivers: spi_context: Refactor spi_context_wait_for_completion() 2023-01-27 01:22:15 +09:00
syscon
timer drivers: timer: get mtime cmp reg by reading mhartid 2023-01-27 12:49:56 -08:00
usb drivers: udc: add capability for MPS of control endpoint 2023-01-27 16:11:20 +01:00
usb_c usb-c: tcpc: Enable ISR Hard Reset sent bits 2023-01-24 09:43:20 +01:00
video
virtualization
w1
watchdog drivers: watchdog: Fix RP2040 watchdog load time 2023-01-24 19:01:34 -08:00
wifi
xen
CMakeLists.txt
Kconfig