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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 AF884CA9EA0 for ; Mon, 28 Oct 2019 06:27:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8089920659 for ; Mon, 28 Oct 2019 06:27:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572244036; bh=HbkAY+lHAbwVtkObCGbCrSq1LaUQVDeVT+G5E/C+4/s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=QWhS2NQGdjb2kpK1V/3RSsuCYhjGDNfun4+G4NrlkQ+z5WhMZxT+Wu+fGGK7hl6gF c1i71A2JXsg1cij3vy3OZ5zlqBciLGdqBbxNXepQ7vkoLqKjPAY1S+iKeoFoQNM73A 6QVzWpmxxV5rdGI9gcy59xE4KOT8JPrlnm45w32A= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731863AbfJ1G1O (ORCPT ); Mon, 28 Oct 2019 02:27:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:52632 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728348AbfJ1G1O (ORCPT ); Mon, 28 Oct 2019 02:27:14 -0400 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F3CBE20873; Mon, 28 Oct 2019 06:27:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572244034; bh=HbkAY+lHAbwVtkObCGbCrSq1LaUQVDeVT+G5E/C+4/s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1JhoMeMcY7i7DZSmAbcIw/l2aa0AWSjqrCmnkgyC0CFvlcI8XbD1KWrkUy2CdYQ0j 9l+L4xHaS3EPeQ6E2ayREo4VgOqUxhYquT1D7ClkzaDLTMt6PwOmSIdML8zqWpkexD +awmlK5pXFDkRhf/olUgHNhXzFt7ZQlS+CNq4bi0= Date: Mon, 28 Oct 2019 14:26:55 +0800 From: Shawn Guo To: Andrey Smirnov Cc: linux-arm-kernel@lists.infradead.org, Chris Healy , Fabio Estevam , Peter Chen , linux-imx@nxp.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] ARM: imx: Drop imx_anatop_usb_chrg_detect_disable() Message-ID: <20191028062654.GP16985@dragon> References: <20191022041445.23897-1-andrew.smirnov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191022041445.23897-1-andrew.smirnov@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 21, 2019 at 09:14:45PM -0700, Andrey Smirnov wrote: > With commit b5bbe2235361 ("usb: phy: mxs: Disable external charger > detect in mxs_phy_hw_init()") in tree all of the necessary charger > setup is done by the USB PHY driver which covers all of the affected > i.MX6 SoCs. > > NOTE: imx_anatop_usb_chrg_detect_disable() was also called for i.MX7D, > but looking at its datasheet it appears to have a different USB PHY IP > block, so executing i.MX6 charger disable configuration seems > unnecessary. > > Signed-off-by: Andrey Smirnov Applied, thanks.