Hi Linus, The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git tags/hsi-for-7.1 for you to fetch changes up to df5ead915b19a6c1fa25f44419f28e1228677b02: HSI: omap_ssi_port: remove depends on ARM (2026-04-02 22:33:44 +0200) ---------------------------------------------------------------- HSI changes for the 7.1 series * core: use flexible array member for hsi_port in hsi_controller * misc. small fixes ---------------------------------------------------------------- Rosen Penev (5): hsi: hsi_core: use kzalloc_flex HSI: omap_ssi_port: remove null check from FAM HSI: cmt_speech: fix wrong printf format HSI: omap_ssi_port: remove set but unused variables HSI: omap_ssi_port: remove depends on ARM drivers/hsi/clients/cmt_speech.c | 2 +- drivers/hsi/controllers/Kconfig | 2 +- drivers/hsi/controllers/omap_ssi_port.c | 9 +++----- drivers/hsi/hsi_core.c | 37 +++++++++++++-------------------- include/linux/hsi/hsi.h | 2 +- 5 files changed, 21 insertions(+), 31 deletions(-)