zephyr/drivers
Anas Nashif 423264b96b intel_adsp: make shim header soc specific
using once single header to support multiple socs and product
generations is error prone and not easily maintained.

Over time we have been adding conditional code in headers and extending
structs  to support new HW features which becomes a problem.

Goal is to keep platform headers in sync with hardware specification and
allow of introduction of new platforms and hardware features by just
introducing a new SoC with its own set of headers.

This is now just a copy of existing cavs-shim.h with slight changes,
goal is to clean this up long term and sync with hardware datasheets and
align on naming as well.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-07-21 17:55:41 -04:00
..
adc everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
audio drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
bbram drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
bluetooth drivers: fix race condition in SPI-based HCI driver 2022-07-19 10:31:36 +02:00
cache everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
can drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00
clock_control everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
console uart_pipe: move driver from console to serial 2022-07-07 09:59:49 +02:00
coredump everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
counter drivers: counter: rtc_mcp7940n: Update driver to use i2c_dt_spec 2022-07-15 10:05:28 +02:00
crypto drivers: crypto: ataes132a: Convert to devicetree 2022-07-14 10:37:26 +02:00
dac drivers: dac: dac_mcp4725: Update driver to use i2c_dt_spec 2022-07-15 10:00:36 +02:00
dai drivers: dmic: add gain ramping and unmute delay 2022-07-14 16:25:39 -04:00
debug kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
disk drivers: disk: sdmmc_stm32: Update driver to use gpio_dt_spec 2022-07-04 06:40:02 -05:00
display drivers: gd7965: Use packed structs where appropriate 2022-07-19 13:06:47 -07:00
dma drivers: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
ec_host_cmd_periph drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
edac drivers: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
eeprom drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
entropy everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
espi emul: remove name param from bus register APIs 2022-07-19 15:52:36 -05:00
ethernet drivers: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
flash samples: usb: dfu: Fix building of sample on a few platforms 2022-07-19 15:29:41 +00:00
fpga drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
gpio drivers: gpio: gpio_fxl6408: move driver to use i2c_dt_spec 2022-07-21 06:07:02 -05:00
hwinfo drivers: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
i2c ITE: drivers/i2c: Add command queue mode not allowed condition 2022-07-20 11:08:56 +02:00
i2s i2s: remove s1000 i2s driver 2022-06-13 16:19:51 -04:00
ieee802154 drivers: ieee802154: cc2520: Convert to DEVICE_DT_INST_DEFINE 2022-07-19 10:32:21 +02:00
interrupt_controller drivers: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
ipm intel_adsp: make shim header soc specific 2022-07-21 17:55:41 -04:00
kscan drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
led drivers: led: tlc59108: Update driver to use i2c_dt_spec 2022-07-18 18:42:52 +02:00
led_strip drivers: led_strip: ws2812: allow settings cpol and cpha 2022-06-28 16:50:26 +02:00
lora drivers: lora: sx126x: Replace use of DT_INST_LABEL 2022-07-02 18:11:10 -05:00
mbox drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
mdio drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
memc drivers: memc: mcux_flexspi_hyperram: Fix multiple log module definition 2022-07-12 09:54:07 +02:00
mipi_dsi drivers: mipi: Add MIPI DSI driver for MXRT devices 2022-05-12 09:26:50 -05:00
misc kconfig: guard grove lcd logging macros 2022-07-20 18:28:43 +02:00
mm soc: ace_v1x: check physical memory bounds on page unmap. 2022-07-21 05:32:03 -04:00
modem modem: hl7800: Fix TCP server closed interrupting TX/RX 2022-07-21 10:28:38 +02:00
net drivers: net: canbus: move CAN bus network driver to drivers/net 2022-07-13 10:34:51 +02:00
neural_net drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pcie drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
peci drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pinctrl pinctrl: npcx: add pinctrl support for psl pads 2022-07-07 14:12:52 +00:00
pinmux pinmux: remove s1000 i2s driver 2022-06-13 16:19:51 -04:00
pm_cpu_ops drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
power_domain power_domain: gpio: improve logging 2022-05-10 17:59:56 -04:00
ps2 drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
ptp_clock drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pwm drivers: pwm: esp32: mcpwm driver 2022-07-14 10:29:26 +02:00
regulator drivers: regulator: regulator_pmic: Update driver to use i2c_dt_spec 2022-07-19 12:28:55 +00:00
reset include: drivers: changed API function names for reset controller 2022-05-26 13:02:19 -07:00
sdhc drivers: sdhc: Rework SPI config initialization 2022-06-29 14:59:43 +00:00
sensor drivers: sensor: bq274xx: convert lazy load Kconfig option to dts property 2022-07-20 08:39:45 -05:00
serial drivers: serial: pl011: Remove unused Kconfig symbols 2022-07-21 16:40:28 +00:00
spi emul: remove name param from bus register APIs 2022-07-19 15:52:36 -05:00
syscon drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
timer intel_adsp: make shim header soc specific 2022-07-21 17:55:41 -04:00
usb drivers: usb: device: stm32: Use macros for frequencies 2022-07-04 18:07:06 +02:00
usbc kconfig: guard usbc logging macros 2022-07-20 18:28:43 +02:00
video drivers: video: Update drivers to use devicetree Kconfig symbol 2022-07-19 09:39:49 -07:00
virtualization drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
w1 everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
watchdog drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
wifi drivers: eswifi: Remove unused 'csn' field from struct 2022-07-06 12:42:45 -05:00
xen everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
CMakeLists.txt drivers: w1 introduce 1-wire api and common code 2022-07-05 23:06:45 +02:00
Kconfig drivers: w1 introduce 1-wire api and common code 2022-07-05 23:06:45 +02:00