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=-14.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 EEEDFC4727C for ; Tue, 29 Sep 2020 16:14:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 91ADB2075E for ; Tue, 29 Sep 2020 16:14:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601396041; bh=yHeccch7Zh+jX/wFOgZePha44aK3VoL2GpVu4cnp6XU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=oJhx2Z6pLK7XweRcJ9rfhbjIzbFGRoCTVuIt5hiVbJ7H+ep4MdNjtX1OLAgPs87np A+ZTtrrWkiFkKxl0iNpWunXQ9ivk4ABfBfMn3gCJQ4gFtOGdJzdXrLkNo+Scbp7ICp oF0+Iz1ctwOKsYrVLc8YDBlgi6JjRJ8M/zq9fzi4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730562AbgI2QOA (ORCPT ); Tue, 29 Sep 2020 12:14:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:57576 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728672AbgI2QOA (ORCPT ); Tue, 29 Sep 2020 12:14:00 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 D465C2075E; Tue, 29 Sep 2020 16:13:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601396039; bh=yHeccch7Zh+jX/wFOgZePha44aK3VoL2GpVu4cnp6XU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Utbkk+wgGyL64xbEhjaXYCeOeJhW9K2+wQinK/V1XmR5B2CelCis9Zyigjt9m3wOq KlRNZH4aNsaxtqU5+e7XTw3YTHcsTOva52ohvsfX9NcqI+B6P3OEpYa2AGviB62Jch S9WFA5ID9D/XRZ6p+c7y9kWtmo21nbFlZ40nC95c= Date: Tue, 29 Sep 2020 18:14:05 +0200 From: Greg KH To: Vinod Koul Cc: Kishon Vijay Abraham I , LKML Subject: Re: [GIT PULL]: Generic PHY fixes for v5.9 Message-ID: <20200929161405.GD1326743@kroah.com> References: <20200928055540.GJ2968@vkoul-mobl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200928055540.GJ2968@vkoul-mobl> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 28, 2020 at 11:25:40AM +0530, Vinod Koul wrote: > Hi Greg, > > We have a leak fix for TI driver, please consider for v5.9 > > The following changes since commit ad7a7acaedcf45071c822b6c983f9c1e084041c9: > > phy: omap-usb2-phy: disable PHY charger detect (2020-08-31 14:30:59 +0530) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-2-5.9 Pulled and pushed out, thanks,. greg k-h