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: 626761 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC86AC4332F for ; Fri, 18 Nov 2022 10:42:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235304AbiKRKmm (ORCPT ); Fri, 18 Nov 2022 05:42:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60926 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229743AbiKRKmk (ORCPT ); Fri, 18 Nov 2022 05:42:40 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 457FC97082 for ; Fri, 18 Nov 2022 02:42:39 -0800 (PST) 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 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.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(-) Tested-by: Sicelo A. Mhlongo Tested-by: Sicelo A. Mhlongo