From patchwork Fri Nov 18 10:42:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 13048024 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 1E151C4332F for ; Fri, 18 Nov 2022 10:43:48 +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=sO4dSL/46R1mC4orff29+GjUwv8Ke6LXWXKPtNOeyVM=; b=JhRDDjxxckXxaN iIo7J/vXzMoBZxeV2Psu3I4DKr2zZirgO8j8d4+R976y7qBcfnXB+t1frof64X5kWwuD07I62v8Oe C/s7Rfh8qsL0OtMYDZna4p7qzHUBbA9PhUuRcfpzAmGiEg/7NOIRBHL9qiuI+M+Qaa+hE1bZv8nx7 JOZUUyZ2L0pcQyi++u2UIwJy/B5NFFflfdTugexDqegewqsXTsmPFaamh4QYeX/gqh9AixmW0y5+M z9WqxYFfk/T6cUl92lM/UqypVz5pJSUjGJADyRrsgUAw8gk4jzo5NH6XKOJU36z9GxSUyBOpVXmwV Pz6A0WbiE4r6gADoRxXw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovypa-003QxB-05; Fri, 18 Nov 2022 10:42:46 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovypW-003Qv7-F3 for linux-arm-kernel@lists.infradead.org; Fri, 18 Nov 2022 10:42:44 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 3F759807E; Fri, 18 Nov 2022 10:32:32 +0000 (UTC) From: Tony Lindgren To: linux-omap@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , "H. Nikolaus Schaller" , Sicelo Mhlongo Subject: [PATCH 0/3] Update musb to probe with ti-sysc for omap3 Date: Fri, 18 Nov 2022 12:42:23 +0200 Message-Id: <20221118104226.46223-1-tony@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-20221118_024242_561264_9D498EA4 X-CRM114-Status: UNSURE ( 7.38 ) 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 Hi all, After fixing the probe issues with [0], let's update omap3 to use ti-sysc for musb so the driver behaves the same way for all the SoCs. Regards, Tony [0] https://lore.kernel.org/linux-usb/20221118102532.34458-1-tony@atomide.com/T/#u 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(-)