From patchwork Fri Aug 18 03:03:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 13357259 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C11E1C3DA66 for ; Fri, 18 Aug 2023 03:04:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=4Du/QdPXVX9Y30VFQ3YgMzCFDDA4xPFxXL6A64M8zjQ=; b=I2NUaS8PzA4dwd G6VN7nNNpL/B+fTekyXO4Uby37NrUdiGARQVpds+sqpacaV0Ta5NnnQpyjj/frekylTzQdwxhViTM T5qVvERc/XrDsIyhMpdpaU+p8WPtSk+rYySfpYSf1vmFwSZLUUh97vhBCv/hCY8arzTmf8rs57WUt 5JLLXWtBr+XmkyDp65akbLhU0YNTjRBYc/jwW+Te/MrJkySthIgO/0iOzD+xReSyvZEWZIo7nmPic zR/IEKCMsbxYjK5Ig36u3UgWP6/MdNt631PV/nDjgm2kTZH5Wx0paYQRLG8c6QsYU2zkMa/ZciQHj OgoiPl62Z/QE6qC6qrJA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qWplw-007a2w-2s; Fri, 18 Aug 2023 03:03:36 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qWplt-007a2H-0k for linux-arm-kernel@lists.infradead.org; Fri, 18 Aug 2023 03:03:34 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id D5BA480B0; Fri, 18 Aug 2023 03:03:29 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] Driver changes for omaps for v6.6 Date: Fri, 18 Aug 2023 06:03:27 +0300 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230817_200333_308059_A8730E23 X-CRM114-Status: UNSURE ( 8.90 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Tony Lindgren" 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(-)