Message ID | pull-1695715881-95183@atomide.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 13DB6E7D24E for <linux-arm-kernel@archiver.kernel.org>; Tue, 26 Sep 2023 08:12:27 +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=i8Ak1gHW/WRij5EgoDSjrf0VgnWyI97dopSmuxyLumQ=; b=3fbN0FI19olsrz DHum/oMehMfUyAZu3TrgeuqcfJAMxDBzkjdpgk+gyBDrkoJPjQfICoYKaC4/zZ4nxiD4ucVueA4Pv g+plam5Sh0Y3evSU5OGBG+fUC2gKOCk+Z6cKuhs+d1dI+J1oyvtH7fqHGUdB1pQVPFx6Zva1Rc4IT L85lQCuKhof4w/+X+tpzVj2qsffmeXjFBfKWVTtX85/hwCtxsqCxeA9JTCZQvanva6oALJ6lq9QCv /TkrWijSnaP0i6ajWHXwUFimiD7RKJbvZfIIInh/B63m2Aq6fY9duMb5f4EP5XOJmRSrTAmcBP3lt qnyAUPyMlSmPJz4lgo5A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1ql3Am-00FrB0-0E; Tue, 26 Sep 2023 08:12:00 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1ql3Ai-00FrAH-32 for linux-arm-kernel@lists.infradead.org; Tue, 26 Sep 2023 08:11:58 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 83BE980A3; Tue, 26 Sep 2023 08:11:52 +0000 (UTC) From: Tony Lindgren <tony@atomide.com> To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" <tony@atomide.com> Subject: [GIT PULL] Fixes for omaps and ti-sysc Date: Tue, 26 Sep 2023 11:11:47 +0300 Message-ID: <pull-1695715881-95183@atomide.com> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230926_011157_017399_A76FAD83 X-CRM114-Status: UNSURE ( 8.86 ) 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: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
[GIT,PULL] Fixes for omaps and ti-sysc
|
expand
|
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -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/fixes-signed for you to fetch changes up to 06f114cf7cbe96a07c51c47114d79e9654275919: Merge branches 'fixes-mapphone' and 'fixes-ti-sysc' into fixes (2023-09-13 11:11:11 +0300) ---------------------------------------------------------------- Fixes for omaps and ti-sysc Fixes for several ti-sysc interconnect target module driver issues for external abort on non-linefetch, am35x soc match, and uart module quirks handling needed for devices to work and to allow device wake-up to work. Fixes for droid4 boot time errors and warnings as noticed after boot doing dmesg -lerr,warn. Let's also cut down the debug uart noise by using overrun-throttle-ms, and downgrade the u-boot version warnings to debug statements to further reduce the boot time noise with warnings. ---------------------------------------------------------------- Adam Ford (1): bus: ti-sysc: Fix missing AM35xx SoC matching Julien Panis (1): bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() Tony Lindgren (6): ARM: dts: ti: omap: Fix bandgap thermal cells addressing for omap3/4 ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning on boot ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms for mapphone ARM: omap2+: Downgrade u-boot version warnings to debug statements bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-up Merge branches 'fixes-mapphone' and 'fixes-ti-sysc' into fixes .../boot/dts/ti/omap/motorola-mapphone-common.dtsi | 5 ++-- arch/arm/boot/dts/ti/omap/omap3-cpu-thermal.dtsi | 3 +-- arch/arm/boot/dts/ti/omap/omap4-cpu-thermal.dtsi | 5 +++- arch/arm/boot/dts/ti/omap/omap443x.dtsi | 1 + arch/arm/boot/dts/ti/omap/omap4460.dtsi | 1 + arch/arm/mach-omap2/pm44xx.c | 4 +-- drivers/bus/ti-sysc.c | 31 +++++++++++++++------- 7 files changed, 34 insertions(+), 16 deletions(-)