zephyr/drivers
Gerson Fernando Budke 9562e3f794 drivers: flash: sam: Fix driver support
The current atmel sam flash driver was develop based on the cortex-m7
version of smart arm microcontroller. The driver support write
protection and cache functions which is not supported by other cortex-m
variants. This fixes current driver implementation and devicetree
entries for all sam variants.

Notes:
 * The cortex-m3 doesn't have support erase pages flash command and
   because of that the driver still not not compatible. Keep it disabled
   until a patch be send. The hwinfo driver is not affected by this
   restriction.
 * The sam4l variation requires a specific driver because uses another
   flash controller (flashcalw). Added another compatible to
   differentiate and keeped node disabled until a driver be available.

Fixes #48516

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2022-08-11 07:41:09 -05:00
..
adc drivers: adc: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
audio drivers: dmic: remove old intel dmic driver 2022-07-25 13:14:49 -04:00
bbram
bluetooth drivers: bluetooth: stm32wb: Cleanup unused definition 2022-08-09 12:31:16 +02:00
cache everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
can drivers: can: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
clock_control drivers: clock_control: stm32: LSE Propagation 2022-08-11 13:22:58 +01:00
console drivers: console: ipm_console: Update driver to use DEVICE_DT_GET 2022-07-26 08:49:20 +02:00
coredump everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
counter drivers: counter: stm32u5 family compatibility 2022-08-11 07:24:27 +01:00
crypto drivers: crypto: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
dac drivers: dac: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
dai drivers: dai: Enable Zephyr runtime power mgmt in Intel SSP driver 2022-08-10 11:58:45 +02:00
debug
disk drivers: disk: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
display drivers: display: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
dma drivers: dma: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
ec_host_cmd_periph
edac drivers: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
eeprom drivers: eeprom: Fix format strings 2022-08-07 14:29:36 +01:00
entropy drivers: entropy: cleaned up mcux code 2022-08-11 12:20:12 +02:00
espi drivers: espi: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
ethernet drivers: ethernet: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
flash drivers: flash: sam: Fix driver support 2022-08-11 07:41:09 -05:00
fpga
gpio drivers: gpio: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
hwinfo drivers: hwinfo: Fix mcux device id 2022-08-02 13:40:04 -05:00
i2c drivers: i2c: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
i2s drivers: i2s: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
ieee802154 drivers: ieee802154: Make raw mode and l2 mutually exclusive 2022-08-05 15:04:43 +02:00
interrupt_controller drivers: intc: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
ipm drivers: ipm: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
kscan drivers: kscan: Update Kconfig 2022-08-09 23:37:46 -05:00
led drivers: led: tlc59108: Update driver to use i2c_dt_spec 2022-07-18 18:42:52 +02:00
led_strip drivers: Fix coding guidelines MISRAC:2012 Rule 14.4 do-whiles/Zero checks 2022-07-26 15:30:24 -04:00
lora drivers: lora: sx126x: Replace use of DT_INST_LABEL 2022-07-02 18:11:10 -05:00
mbox
mdio
memc drivers: memc: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
mipi_dsi
misc kconfig: guard grove lcd logging macros 2022-07-20 18:28:43 +02:00
mm intel_adsp: move cavs to be a series 2022-07-25 16:50:24 -04:00
modem drivers: modem: gsm: adjust logs level 2022-08-05 11:43:11 +01:00
net drivers: net: canbus: move CAN bus network driver to drivers/net 2022-07-13 10:34:51 +02:00
neural_net
pcie drivers: Fix coding guidelines MISRAC:2012 Rule 14.4 do-whiles/Zero checks 2022-07-26 15:30:24 -04:00
peci driver: PECI: npcx: add driver support for Nuvoton npcx family 2022-07-29 14:09:17 +02:00
pinctrl drivers: pinctrl: stm32: Kconfig: add missing dependency 2022-08-08 14:17:45 +02:00
pinmux
pm_cpu_ops drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
power_domain power_domain: Intel ADSP: Add power gating mechanism for Intel ADSP devices 2022-08-10 11:58:45 +02:00
ps2 drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
ptp_clock
pwm drivers: pwm: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
regulator drivers: regulator_pmic: Fix compile issue 2022-07-23 09:23:37 -05:00
reset
sdhc drivers: sdhc: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
sensor drivers: sensor: adxl345: Correct converting counts to sensor value 2022-08-10 10:54:16 -05:00
serial drivers: serial: nrf: Tweak default values for workaround 2022-08-11 12:15:11 +02:00
spi drivers: spi: Set spi context for mcux flexcomm spi slave configuration 2022-08-10 22:01:11 -05:00
syscon
timer dts: riscv: gd32vf103: Use IRQ7 for interrupt of riscv_machine_timer 2022-08-10 13:08:27 +02:00
usb drivers: usb: check if clock device is ready before accessing 2022-08-09 17:16:16 +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: virt: ivshmem: Convert to use DEVICE_DT_GET_ONE 2022-07-25 15:16:05 +02:00
w1 drivers: w1: Add driver for Maxim DS2484 Single-Channel 1-Wire Master 2022-08-01 10:33:10 +02:00
watchdog drivers: watchdog: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
wifi soc: esp32: allow wifi and net stack into spiram 2022-07-29 14:11:00 +02: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