From: "Tony Lindgren" <tony@xxxxxxxxxxx> The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.6/ti-sysc-signed for you to fetch changes up to de44bf2f7683347f75690ef6cf61a1d5ba8f0891: bus: ti-sysc: Fix cast to enum warning (2023-08-15 08:52:01 +0300) ---------------------------------------------------------------- Driver changes for omaps for v6.6 Driver changes for ti-sysc interconnect target module driver and for l3 interconnect error handler. The ti-sysc driver changes just enable using it for 64-bit systems like TI am62 that have wake-up capability for the wkup domain devices. The l3 error handling improves the code to show the error source if an unrecoverable timeout error occurs. ---------------------------------------------------------------- Sicelo A. Mhlongo (1): bus: omap_l3_smx: identify timeout cause before rebooting Tony Lindgren (5): bus: ti-sysc: Fix build warning for 64-bit build bus: ti-sysc: Build driver for TI K3 SoCs bus: ti-sysc: Configure uart quirks for k3 SoC bus: ti-sysc: Fix a build warning with W=1 for sysconfig bus: ti-sysc: Fix cast to enum warning drivers/bus/Kconfig | 3 ++- drivers/bus/omap_l3_smx.c | 21 ++++++++++----------- drivers/bus/ti-sysc.c | 5 ++++- 3 files changed, 16 insertions(+), 13 deletions(-)