zephyr/drivers
Georgij Cernysiov 57cf528418 drivers: flash: fix stm32 ospi prescaler
Original computation seems to be based on
QSPI that has prescaler range [0, 255].
However, OSPI clock prescaler has different
value range [1, 256].

Adapt prescaler computation to valid OSPI
domain and add min value assert.

Signed-off-by: Georgij Cernysiov <geo.cgv@gmail.com>
2023-04-25 12:21:59 +02:00
..
adc drivers: adc: stm32h5 adc driver must wait about 1ms after enabling 2023-04-24 13:34:50 +02:00
audio sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
bbram device: remove redundant init functions 2023-04-19 10:00:25 +02:00
bluetooth drivers: spi: make SPI dt-spec macros compatible with C++ 2023-04-24 21:29:55 +02:00
cache
can drivers: all: mcux: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
clock_control drivers: clock_control: stm32: LSE fix in stm32f1x 2023-04-24 13:34:00 +02:00
console nrf52_bsim: drivers/console: Refactor printk backend 2023-04-24 13:29:53 +02:00
coredump
counter drivers: counter: stm32 timer counter driver LL prototype 2023-04-24 13:32:29 +02:00
crypto device: remove redundant init functions 2023-04-19 10:00:25 +02:00
dac device: remove redundant init functions 2023-04-19 10:00:25 +02:00
dai drivers: dai: ssp: fix power-up flow for Intel cAVS platforms 2023-04-21 14:02:02 -04:00
disk drivers: disk: sdmmc_stm32 support for clock divisor 2023-04-12 17:44:48 +02:00
display init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
dma drivers: dma: mcux_lpc: Update address increment logic 2023-04-20 09:07:37 -05:00
edac shell: fix MISRA 5.7 violations on `struct shell` 2023-04-14 12:21:08 +02:00
eeprom drivers: all: mchp_xec: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
entropy drivers/entropy/entropy_gecko_trng: support BG27 2023-04-24 13:35:46 +02:00
espi treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
ethernet drivers: ethernet: stm32: Set API V2 as default 2023-04-25 12:20:30 +02:00
flash drivers: flash: fix stm32 ospi prescaler 2023-04-25 12:21:59 +02:00
fpga drivers: spi: make SPI dt-spec macros compatible with C++ 2023-04-24 21:29:55 +02:00
fuel_gauge emul: Fuel gauge tests direct access to emul_sbs 2023-04-21 09:39:00 +02:00
gpio drivers: all: imx: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
hwinfo drivers: hwinfo: esp32xx: implements get_reset_cause 2023-04-24 15:44:31 +02:00
i2c drivers: i2c: rv32m1: Fix compilation errors 2023-04-25 08:55:57 +00:00
i2s drivers: all: mcux: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
i3c drivers: all: mcux: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
ieee802154 drivers/ieee802154: Cast float abs param to int first 2023-04-05 10:38:34 +02:00
input input: convert the kscan_sdl driver from kscan to input 2023-04-11 09:34:23 +02:00
interrupt_controller device: remove redundant init functions 2023-04-19 10:00:25 +02:00
ipm init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
kscan drivers: all: mchp_xec: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
led drivers: led: shell: Correct command help of set_brightness 2023-04-24 16:29:30 +02:00
led_strip sys: util: migrate all files to DIV_ROUND_UP 2023-04-11 12:00:37 +02:00
lora drivers: lora: sx126x: Support fine-grained STM32WL PA config 2023-04-24 13:33:25 +02:00
mbox
mdio
memc drivers: all: mcux: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
mipi_dsi drivers: mipi_dsi: Introduce STM32H7 DSI host driver 2023-04-06 11:51:06 +02:00
misc
mm sys: util: migrate all files to DIV_ROUND_UP 2023-04-11 12:00:37 +02:00
modem modem: wncm14a2a: fix warning with isalpha/isdigit 2023-04-25 12:19:21 +02:00
net
neural_net
pcie init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
peci drivers: all: mchp_xec: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
pinctrl drivers: spi: Add driver for smartbond 2023-04-20 10:32:40 +02:00
pm_cpu_ops
power_domain
ps2 drivers: all: mchp_xec: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
ptp_clock
pwm drivers: all: rv32m1: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
regulator device: remove redundant init functions 2023-04-19 10:00:25 +02:00
reset device: remove redundant init functions 2023-04-19 10:00:25 +02:00
retained_mem retention: Add optional mutex disablement 2023-04-24 13:27:53 +02:00
rtc drivers: rtc: update the RTC menuconfig title to unified format 2023-04-17 16:34:46 +02:00
sdhc drivers: all: imx: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
sensor drivers: sensor: lm77: use DT_ANY_INST_HAS_PROP_STATUS_OKAY 2023-04-24 09:21:36 -05:00
serial drivers: all: rv32m1: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
smbus smbus: Change init priority from DEVICE to DEFAULT 2023-04-21 16:26:28 +02:00
spi drivers: spi: add spi_cs_is_gpio(_dt) helpers 2023-04-24 21:29:55 +02:00
syscon
timer soc/arm/silabs_exx32: fix PM implementation - wake up using BURTC timer 2023-04-21 16:24:05 +02:00
usb sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
usb_c
video
virtualization shell: fix MISRA 5.7 violations on `struct shell` 2023-04-14 12:21:08 +02:00
w1 device: remove redundant init functions 2023-04-19 10:00:25 +02:00
watchdog drivers: wdt_tco: Change init level from PRE_KERNEL_1 to POST_KERNEL 2023-04-20 11:15:12 -04:00
wifi shell: fix MISRA 5.7 violations on `struct shell` 2023-04-14 12:21:08 +02:00
xen init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
CMakeLists.txt
Kconfig drivers: rtc: update the RTC menuconfig title to unified format 2023-04-17 16:34:46 +02:00