From mboxrd@z Thu Jan 1 00:00:00 1970 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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 194B6C4332F for ; Sun, 27 Nov 2022 13:34:00 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5B03684BD2; Sun, 27 Nov 2022 14:33:58 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=kemnade.info Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kemnade.info header.i=@kemnade.info header.b="L6hrneUh"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D178D850C3; Sat, 26 Nov 2022 23:30:21 +0100 (CET) Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a01:238:4321:8900:456f:ecd6:43e:202c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 58CD38515B for ; Sat, 26 Nov 2022 23:30:19 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=kemnade.info Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=andreas@kemnade.info DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20220719; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:To:From:Sender:Reply-To:Cc:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=KlmEXn/4eNy6TKYyi75kL+oS5Z7mkG2PVkICEQ7IcSo=; b=L6hrneUhpaGAEJioV963D51XdF xjdRSrBc1zsdU9bJtGMA9J3qA93WB8eY3Z9byRrSkapERXS/jf0WbF0VK8ewQq9vR+uEzXX0C7yHP YXcaflf70hcID4ZuCMtGkCmANNFEGTTSR+Ck4MKNGDLrz7wdq/JjdPaU+VQkn+YAiWqX35yDzbyJy 30lAXujTLOcZTlC2VajVN9leA/yMF0XAavZ2z9/KI15WOSsC4ask9D7wbpiAA7uyqRPcY3yrxwaDS uuwmp1ufECiU2pbxxcdtWj333hyjQ46kktnFRhawVW/xbd2BwJ5kYODcClnCnc3E+uzLTJVsSwWfp lpzwa0hg==; Received: from p200300ccff3327001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:cc:ff33:2700:1a3d:a2ff:febf:d33a] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1oz3gg-00087n-Iy; Sat, 26 Nov 2022 23:30:18 +0100 Received: from andi by aktux with local (Exim 4.94.2) (envelope-from ) id 1oz3gf-00DvRR-Eq; Sat, 26 Nov 2022 23:30:17 +0100 From: Andreas Kemnade To: marex@denx.de, andreas@kemnade.info, u-boot@lists.denx.de, t-kristo@ti.com, kristo@kernel.org, tony@atomide.com Subject: [PATCH 0/2] musb-new: fix omap peripheral support Date: Sat, 26 Nov 2022 23:30:08 +0100 Message-Id: <20221126223010.3319020-1-andreas@kemnade.info> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 27 Nov 2022 14:33:56 +0100 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean DM_GADGET did not compile at all, probe was not called in non-gadget mode. Tested on an omap4 board with ums and fastboot command Andreas Kemnade (2): omap4: make musb probeable by simple bus musb-new: omap2430: fix musb probing in gadget mode arch/arm/dts/omap4-u-boot.dtsi | 8 +++++++ drivers/usb/musb-new/omap2430.c | 42 ++++++++++++++++++++------------- 2 files changed, 33 insertions(+), 17 deletions(-) -- 2.30.2