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 X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BF665C433E1 for ; Fri, 21 Aug 2020 05:16:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9250821734 for ; Fri, 21 Aug 2020 05:16:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597987009; bh=Iy83bYwnLCjvIXMukxznaSN4QfSseL5th92EoimnnD4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=VqsgRIL+VGNa34Crn9ZHcfPknG2KAlQKgB/c+WRoW76C7Z+dk1zcxSrVxU8yNIgUZ mHzHgxsbKhPJam8ecAHOOpx44JtCxtx/H4JcAVLwixWIAmDM8HU49PDasYKTaAAtq8 e2QCxEFHM/MW9PBByZJceK+f/hAPAEjXl1sObZCo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726975AbgHUFQr (ORCPT ); Fri, 21 Aug 2020 01:16:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:49094 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725908AbgHUFQo (ORCPT ); Fri, 21 Aug 2020 01:16:44 -0400 Received: from localhost (unknown [122.171.38.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 54B0D21734; Fri, 21 Aug 2020 05:16:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597987004; bh=Iy83bYwnLCjvIXMukxznaSN4QfSseL5th92EoimnnD4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xy/B/UXWhz06U0zd6oAiLdm06hBFGiNZMpWH9iu+ZWZP5Kj3KkNOyeB+0MSM/6K35 1qqCBBbKtAE+AEzaPM1TpTYkJ42/IgzTtoEculxqC0fcULnqwdmzusm193IFzI2Vpt hwPLdledDyTmxOk0Ht4iGZdnMv4JNwv6OBBbTyLU= Date: Fri, 21 Aug 2020 10:46:40 +0530 From: Vinod Koul To: Sekhar Nori Cc: Roger Quadros , kishon@ti.com, vigneshr@ti.com, jan.kiszka@siemens.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5] phy: omap-usb2-phy: disable PHY charger detect Message-ID: <20200821051640.GL2639@vkoul-mobl> References: <20200820133937.32504-1-rogerq@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20-08-20, 20:27, Sekhar Nori wrote: > On 8/20/20 7:09 PM, Roger Quadros wrote: > > AM654x PG1.0 has a silicon bug that D+ is pulled high after POR, which > > could cause enumeration failure with some USB hubs. Disabling the > > USB2_PHY Charger Detect function will put D+ into the normal state. > > > > This addresses Silicon Errata: > > i2075 - "USB2PHY: USB2PHY Charger Detect is Enabled by Default Without VBUS > > Presence" > > > > Signed-off-by: Roger Quadros > > + Vinod as well Thanks, can you please rebase and resend these patches. I dont have them in my inbox Regards -- ~Vinod