zephyr/drivers
Laurentiu Mihalcea 413c77cf4e firmware: introduce SCMI core support
Introduce core support for ARM's SCMI (System Control and
Management Interface). This includes:

* shared memory (SHMEM) driver. This consists of a suite
of functions used to interact with the shared memory area.

* shared memory and doorbell-based transport layer driver.
Data is passed between platform and agent via shared
memory. Signaling is done using polling (PRE_KERNEL) and
doorbells (POST_KERNEL). This makes use of Zephyr MBOX API
(for signaling purposes) and the SHMEM driver (for polling
and data transfer).

* core driver - acts as glue between transport and protocol
layers. Provides synchronized access to transport layer
channels and channel assignment/initialization.

* infrastructure for creating SCMI protocols

This is based on ARM's SCMI Platform Design Document: DEN0056E.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
2024-08-19 10:05:16 -04:00
..
adc drivers: adc: add ambiq adc driver 2024-08-14 10:45:47 +01:00
audio everywhere: replace double words 2024-06-25 06:05:35 -04:00
auxdisplay
bbram driver: bbram: npcx: fix the way to clear bbram status 2024-06-21 10:07:41 +02:00
bluetooth net: buf: remove use of special putter and getter functions 2024-08-16 09:55:11 +02:00
cache everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
can drivers can_native_linux: Remove reference to native_posix 2024-08-16 09:20:58 +01:00
charger
clock_control soc: stm32: Add support for the stm32h755 2024-08-19 10:01:39 -04:00
console drivers: console: rtt_console: use Segger recommended write API 2024-08-12 10:14:34 +02:00
coredump
counter drivers: counter: esp32c2: Add support 2024-08-16 14:08:22 -04:00
crypto drivers: crypto: use reset api for crypto peripheral reset 2024-07-28 07:31:25 +03:00
dac drivers: dac: dac_ad569x: Add bit shift for 14/12-bit variants 2024-07-11 09:37:12 +02:00
dai drivers: ssp: fix program of MLCS register 2024-08-06 10:28:16 +02:00
disk disk: flashdisk: init in POST_KERNEL 2024-07-27 15:19:14 +03:00
display drivers: add SSD1327 display controller driver 2024-08-17 08:56:24 -04:00
dma drivers: dma: add dma driver for designware axi DMA controller 2024-08-19 10:02:53 -04:00
dp driver: swdp_bitbang: hardcode request lut 2024-06-14 11:14:17 +02:00
edac arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
eeprom drivers/eeprom/eeprom_simulator: Remove reference to native_posix 2024-08-16 09:20:58 +01:00
entropy drivers: entropy: esp32c2: Add support 2024-08-16 14:08:22 -04:00
espi drivers/espi: it8xxx2: Fix H2RAM address mask size to match SRAM size 2024-08-15 12:40:33 +02:00
ethernet drivers: eth: fix stm32_hal PHY address resolution 2024-08-14 15:50:24 -05:00
firmware firmware: introduce SCMI core support 2024-08-19 10:05:16 -04:00
flash drivers: flash: stm32 ospi: remove not required setting of writeoc 2024-08-16 08:49:51 -04:00
fpga
fuel_gauge Drivers: max17048: updated voltage parameter output 2024-07-10 11:36:28 +02:00
gnss drivers: gnss: Handle malloc returning NULL pointer 2024-08-02 03:29:18 -04:00
gpio drivers: gpio: Update gpio driver for Renesas RA series 2024-08-19 09:59:27 -04:00
haptics haptics: Introduces support for DRV2605 Haptic Driver 2024-08-08 15:57:12 +02:00
hwinfo drivers: hwinfo: esp32c2: Add support 2024-08-16 14:08:22 -04:00
hwspinlock
i2c rtio: Split the rx and tx buffer unions 2024-08-17 08:55:01 -04:00
i2s drivers: i2s_nrfx: Fix division by 0 in divider calculation 2024-06-25 12:19:20 -04:00
i3c i3c: drivers: check for reserved addresses for i2c scan 2024-08-07 07:13:42 -04:00
ieee802154 kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
input fix: initialize gpio_keys input from pin state 2024-08-09 17:58:16 +01:00
interrupt_controller drivers: intc: esp32c2: Added support 2024-08-16 14:08:22 -04:00
ipm everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
kscan input: add a user_data pointer to the callback 2024-07-31 12:55:11 +02:00
led everywhere: replace double words 2024-06-22 05:40:22 -04:00
led_strip
lora lora: driver: sx12xx: fix driver recv func when RX error occurs 2024-08-05 18:37:11 -04:00
mbox drivers: mbox: nrfx_ipc: enable based on DT status 2024-08-16 11:20:08 +01:00
mdio drivers: mdio: litex: add mdio driver 2024-08-05 16:29:06 +02:00
memc drivers: update AMBIQ drivers to use proper base address 2024-08-11 19:18:09 -05:00
mfd
mipi_dbi drivers: mipi_dbi: add driver for st,stm32-fmc 2024-08-17 08:56:04 -04:00
mipi_dsi everywhere: replace double words 2024-06-22 05:40:22 -04:00
misc
mm
modem drivers: modem: cellular: hl7800 fix enter cmux 2024-08-14 15:51:04 -05:00
mspi drivers: update AMBIQ drivers to use proper base address 2024-08-11 19:18:09 -05:00
net drivers: nsos: fix resource leak in nsos_adapt_accept() error path 2024-07-05 18:44:13 +02:00
pcie kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
peci
pinctrl drivers: pinctrl: Update pinctrl driver name for Renesas RA series 2024-08-19 09:59:27 -04:00
pm_cpu_ops
power_domain
ps2
ptp_clock drivers: ptp_clock_nxp_enet: add module_dev to driver config 2024-07-09 17:20:12 -04:00
pwm drivers: pwm: pwm_stm32: Add error log for 16-bit timer buffer overflow 2024-08-16 16:29:49 +01:00
regulator drivers: regulator: fix reference count underflow 2024-08-02 13:42:01 +02:00
reset
retained_mem drivers: retained_mem: nrf: implement using nrfx_ram_ctrl helper 2024-08-14 12:35:17 -04:00
rtc drivers: rtc: fake: Patch alarm and update fakes 2024-08-15 11:59:34 -04:00
sdhc sdhc: esp32: Register writing macros cleanup 2024-08-17 08:55:37 -04:00
sensor drivers: sensor: fxls8974: Added driver for this accelerometer 2024-08-19 10:00:34 -04:00
serial drivers: serial: Initial support for SCI UART 2024-08-19 09:59:27 -04:00
sip_svc
smbus
spi rtio: Split the rx and tx buffer unions 2024-08-17 08:55:01 -04:00
syscon
tee kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
timer drivers: timer: esp32c2: Add support 2024-08-16 14:08:22 -04:00
usb drivers: usb: udc: add NuMaker series USBD controller driver 2024-08-19 10:00:07 -04:00
usb_c drivers: usb_c: numaker: support Nuvoton's M2L31 series 2024-08-01 12:38:53 +02:00
video drivers: video: stm32_dcmi: add set and get ctrl 2024-08-14 12:34:13 -04:00
virtualization kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
w1
watchdog drivers: watchdog: litex: add litex watchdog 2024-08-19 10:02:01 -04:00
wifi wifi: airoc: join/leave of multicast address 2024-08-19 10:02:25 -04:00
xen
CMakeLists.txt firmware: introduce SCMI core support 2024-08-19 10:05:16 -04:00
Kconfig firmware: introduce SCMI core support 2024-08-19 10:05:16 -04:00