zephyr/drivers
Francois Ramu 302983fd7d drivers: flash: stm32 qspi driver correct device size
The find_lsb_set is giving the position of the first '1' found,
starting from 1. "Bits are numbered starting at 1
from the least significant bit."
So that the find_lsb_set(64MBytes) is 27.
The HAL_QSPI_Init() accepts Init.FlashSize where "FlashSize+1
is effectively the number of address bits
required to address the flash memory."
To get 64MBytes = 2^26, the value of the Init.FlashSize must be 25.
and bit written to the DCR = 25.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2023-01-11 09:39:47 +01:00
..
adc drivers: adc_mcux_lpadc: add clock setup for RT5xx SOC 2023-01-08 19:48:54 +01:00
audio
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: stm32: Fix HSI48 oversights 2023-01-09 14:01:28 +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: dac: esp32: Add support for DAC controller 2022-12-13 16:29:38 +00:00
dai toolchain: gcc: rename popcount to avoid conflict with C++20 2023-01-03 11:06:45 +01:00
debug
disk
display
dma dts: bindings: dma: gd32: split gd,gd32-dma-v1 for support F4xx feature 2022-12-22 13:43:49 +01:00
ec_host_cmd_periph ec_host_cmd: add ITE SHI peripheral for the host commands 2023-01-11 09:38:45 +01:00
edac
eeprom
entropy
espi espi: it8xxx2: make sure h2ram offset is configured correctly 2023-01-04 18:41:29 +00:00
ethernet drivers: stm32: stm32_hal: Generate device id based mac address 2023-01-09 19:22:54 +01:00
flash drivers: flash: stm32 qspi driver correct device size 2023-01-11 09:39:47 +01:00
fpga
fuel_gauge fuel_gauge: sbs_gauge: Enable MFR ACC write 2023-01-08 19:48:12 +01:00
gpio drivers: gpio: rename S32 to NXP S32 2023-01-04 16:51:38 +01:00
hwinfo drivers: hwinfo: Fix Gecko hwinfo driver building 2022-12-20 22:50:19 +01:00
i2c ITE: drivers/i2c: Don't spam NACK error messages 2023-01-04 10:34:46 +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
led
led_strip
lora
mbox
mdio
memc drivers: memc: Add device PM to MCUX Flexspi driver 2023-01-04 11:03:42 -06:00
mipi_dsi
misc
mm memory manager: add region calculation for virtual memory 2022-12-20 07:03:55 -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: rename S32 to NXP S32 2023-01-04 16:51:38 +01:00
pinmux
pm_cpu_ops
power_domain
ps2
ptp_clock
pwm drivers: pwm: add NXP PCA9685 controller 2023-01-11 09:38:18 +01:00
regulator drivers: regulator: npm6001: add support for BUCK1/2 disable 2023-01-09 16:19:09 +00:00
reset drivers: reset: Add support for reset clear register 2022-12-09 09:43:36 -08:00
sdhc
sensor sensor: tdk 42688 driver 2023-01-10 14:45:36 -06:00
serial drivers: serial: rename S32 to NXP S32 2023-01-04 16:51:38 +01:00
spi all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
syscon
timer drivers: timer: lptim timer clock on stm32u5 has a prescaler 2023-01-10 15:54:25 +00:00
usb drivers: usb: make USB VBUS sensing configurable for STM32 devices 2023-01-09 15:26:21 +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: Make SOC reset as an option in counter watchdog 2023-01-09 10:15:33 +01:00
wifi libc: minimal: include: move fcntl.h to posix 2023-01-10 09:02:21 +09:00
xen
CMakeLists.txt
Kconfig