zephyr/drivers
Daniel Leung 422250d3b1 mm: intel_adsp_mtl_tlb: suppress sparse address space warnings
There are various call to z_soc_cached_ptr() which returns values
in the cached address space and are stored in temporary variables
that are not marked as in the cached address space. This results
in sparse complaining about discarding the cached address space
attribute. These temporary variables are then passed to other
internal memory management related functions which do not have
the concept of cached address space (as it is currently Xtensa
specific). Because of this, we cannot change the signature of
these functions. Instead, we force a change of address space
when those temporary variables are being assigned to suppress
sparse warnings.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-01-19 06:52:23 -05:00
..
adc drivers: gd32_adc: add support for gd32a50x series. 2023-01-12 21:45:38 +01:00
audio drivers: audio: dmic_nrfx_pdm: Fix a race condition in the driver 2023-01-18 12:14:07 +01:00
bbram drivers: bbram: Introduce BBRAM shell 2022-12-08 16:47:09 +09:00
bluetooth drivers: hci: stm32wb: Use clock_control driver for clock configuration 2023-01-08 19:48:27 +01:00
cache cache: kconfig: Reorder and fix entries 2022-12-30 10:53:22 +00:00
can driver: can: add new filter to match CAN-FD frames 2023-01-04 08:18:13 -06:00
clock_control drivers: clock_control: stm32wb: Lock CLK48 hsem 2023-01-16 11:23:55 +00:00
console mgmt/mcumgr: Standardise MCUmgr Kconfig names 2022-12-22 12:36:34 +01:00
coredump
counter drivers: counter: gd32_timer: Remove is_bit_mask() implementation 2023-01-10 09:23:14 +01:00
crypto drivers: crypto: don't return uninitialized local variable 2023-01-03 13:36:46 +01:00
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: reset stm32 SDMMC peripheral during init 2023-01-17 11:27:16 +01:00
display drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
dma drivers: dma: stm32 dma driver support repeated start/stop 2023-01-19 12:03:50 +01: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: stm32: Check clock config at runtime 2023-01-18 09:56:03 +01:00
espi espi: it8xxx2: enable espi transaction interrupt 2023-01-18 09:55:44 +01:00
ethernet drivers: ethernet: stm32: Updated original multicast hash filter change 2023-01-18 16:17:27 +01:00
flash treewide: update usage of zephyr_code_relocate 2023-01-17 18:08:37 +01:00
fpga
fuel_gauge fuel_gauge: sbs_gauge: Enable MFR ACC write 2023-01-08 19:48:12 +01:00
gpio ITE driver/gpio/it8xxx2: add kscan pins gpio driver 2023-01-14 09:22:39 +01:00
hwinfo drivers: hwinfo: Fix Gecko hwinfo driver building 2022-12-20 22:50:19 +01:00
i2c drivers: i2c: enable i2c target mode for LPI2C driver 2023-01-19 10:16:13 +01:00
i2s
i3c i3c: add cdns i3c driver 2022-12-12 15:51:16 -05:00
ieee802154 all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
interrupt_controller drivers: gicv3: add zephyr kernel header file 2022-12-13 18:08:40 +09:00
ipm all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
kscan ITE drivers/kscan/it8xxx2: set KSI/KSO kbs mode by pinctrl driver 2023-01-14 09:22:39 +01:00
led
led_strip drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
lora drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
mbox
mdio
memc treewide: update usage of zephyr_code_relocate 2023-01-17 18:08:37 +01:00
mipi_dsi
misc drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
mm mm: intel_adsp_mtl_tlb: suppress sparse address space warnings 2023-01-19 06:52:23 -05:00
modem drivers: modem: gsm: fix RSSI check condition 2022-12-27 15:32:07 +01:00
net net: ip: net_context: AF_PACKET/SOCK_RAW/IPPROTO_RAW: set pkt family 2023-01-09 19:21:18 +01:00
neural_net
pcie drivers: pcie: late initialization of pcie when PCIe controller is used 2022-12-10 09:47:26 +01:00
peci
pinctrl drivers: pinctrl: silabs: add spi handling 2023-01-17 15:37:27 -06:00
pinmux
pm_cpu_ops
power_domain
ps2
ptp_clock
pwm drivers: pwm: pwm_mcux: Reload mode option 2023-01-16 09:26:23 +01:00
regulator drivers: regulator: shell: fix fp number parsing 2023-01-16 16:52:35 +01:00
reset drivers: reset: Add support for reset clear register 2022-12-09 09:43:36 -08:00
sdhc drivers: sdhc: Support HS400 mode on IMX driver 2023-01-14 09:22:22 +01:00
sensor sensor: tdk 42688 driver 2023-01-10 14:45:36 -06:00
serial Revert "driver: uart: npcx: add missing tx/rx interrupt enabled checks" 2023-01-18 16:08:49 +01:00
spi dts: spi: silabs: make peripheral-id property optional 2023-01-17 15:37:27 -06:00
syscon
timer drivers: nrf_rtc_timer: Remove unnecessary interrupt locking 2023-01-17 17:00:16 +01:00
usb drivers: usb: stm32: Replace static clock check by a runtime check. 2023-01-16 11:23:55 +00:00
usb_c drivers: usb_c: tcpc: stm32: Add VCONN functionality 2022-12-20 09:22:21 +01:00
video
virtualization drivers: ivshmem: msi.h header only required for ivshmem-doorbell 2022-12-10 09:47:26 +01:00
w1
watchdog drivers: watchdog: stm32 iwdg starts with wdt_setup() 2023-01-18 09:56:14 +01:00
wifi libc: minimal: include: move fcntl.h to posix 2023-01-10 09:02:21 +09:00
xen
CMakeLists.txt
Kconfig