Message ID | pull-1669364566-84575@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 82738C4332F for <linux-arm-kernel@archiver.kernel.org>; Fri, 25 Nov 2022 08:24:18 +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=ARZVwHSoOyR8Xk5iBLJQcdzh08l1xWtkIN5CbGioHgU=; b=OeQ53bWT1yzrsC ef5C8ftstY2NGql/phE8ExGJAZnARbYz8MQxcOyK4ll8PcJSst53tUUregRk61r7YeKsgYPR8Ge+n l2rLPkPn+QNdA7LlrQJXneQg+wAy3O9CK4sb8IGQK9VGoFIjoxswBEqxIEjQa6h1G44Fde3bY7Jf1 KEmuVF4BW2l9h17b+1QvCHx8Zv2IJ+Riwpcbr8WOczio8Dpu7zybGUx0CRFi/Dp5VCqziwKTwn8fZ 3fw2k0bbaSm+tbLkVEegLUem/5s7QplYbRv+Gx8odnUEHlIp7T7n5ivOjGFpv/P985JioIJ6c3mQS AqDKn5ST8Qhv3Ft+gjog==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oyTzS-00EVLh-PV; Fri, 25 Nov 2022 08:23:18 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oyTzQ-00EVKa-H6 for linux-arm-kernel@lists.infradead.org; Fri, 25 Nov 2022 08:23:17 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id C3D5380CD; Fri, 25 Nov 2022 08:23:14 +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] Devicetree related musb changes for omap3 for v6.2 Date: Fri, 25 Nov 2022 10:23:12 +0200 Message-Id: <pull-1669364566-84575@atomide.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221125_002316_631667_719B3574 X-CRM114-Status: GOOD ( 11.65 ) 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] Devicetree related musb changes for omap3 for v6.2
|
expand
|
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/musb-for-v6.2-signed for you to fetch changes up to 42a79edd4a3dc1bb8e89fd2849f9e8e1e1c13977: ARM: OMAP2+: Drop legacy hwmod data for omap3 otg (2022-11-22 13:25:20 +0200) ---------------------------------------------------------------- Devicetree related musb changes for omap3 for v6.2 Recent musb driver regressions eposed two issues for musb legacy probing. The changes to use device_set_of_node_from_dev() confuse the legacy interconnect code. And we now have to manually populate the musb core irq resources. The musb driver has a fix for these, but it's not a good long term solution. To fix the issue properly, let's just update musb to probe with ti-sysc interconnect driver with proper devicetree data. This allows dropping most of the musb driver workaround later on. And with these changes we have the omap2430 musb glue layer behaving the same way for all the SoCs using it. We need to patch the ti-sysc driver quirks, and add devicetree data to make things work. And we want to drop the legacy data too to avoid pointless warnings. As we have a musb driver workaround, these changes are not needed as fixes and can wait for the merge window. ---------------------------------------------------------------- Tony Lindgren (3): bus: ti-sysc: Add otg quirk flags for omap3 musb ARM: dts: Update omap3 musb to probe with ti-sysc ARM: OMAP2+: Drop legacy hwmod data for omap3 otg arch/arm/boot/dts/am3517.dtsi | 38 +++++++++--- arch/arm/boot/dts/omap3.dtsi | 40 +++++++++--- arch/arm/boot/dts/omap34xx.dtsi | 4 ++ arch/arm/boot/dts/omap36xx.dtsi | 4 ++ arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 99 ------------------------------ drivers/bus/ti-sysc.c | 6 ++ 6 files changed, 75 insertions(+), 116 deletions(-)