fix(mtd): correct types in messagesSome messages don't use the correct types, update them.This avoids warning when -Wformat-signedness is enabled.Change-Id: Ie5384a7d139c48a623e1617c93d15fecc8a3
fix(mtd): correct types in messagesSome messages don't use the correct types, update them.This avoids warning when -Wformat-signedness is enabled.Change-Id: Ie5384a7d139c48a623e1617c93d15fecc8a36061Signed-off-by: Yann Gautier <yann.gautier@st.com>
show more ...
fix: libc: use long for 64-bit types on aarch64Use long instead of long long on aarch64 for 64_t stdint types.Introduce inttypes.h to properly support printf format specifiers forfixed width type
fix: libc: use long for 64-bit types on aarch64Use long instead of long long on aarch64 for 64_t stdint types.Introduce inttypes.h to properly support printf format specifiers forfixed width types for such change.Change-Id: I0bca594687a996fde0a9702d7a383055b99f10a1Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Add SPI-MEM frameworkThis framework supports SPI operations using a commonspi_mem_op structure: - command - addr - dummy - dataThe framework manages SPI bus configuration: - speed - bus wi
Add SPI-MEM frameworkThis framework supports SPI operations using a commonspi_mem_op structure: - command - addr - dummy - dataThe framework manages SPI bus configuration: - speed - bus width (Up to quad mode) - chip selectChange-Id: Idc2736c59bfc5ac6e55429eba5d385275ea3fbdeSigned-off-by: Lionel Debieve <lionel.debieve@st.com>Signed-off-by: Christophe Kerello <christophe.kerello@st.com>