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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 DEEC9C83002 for ; Thu, 30 Apr 2020 13:37:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B289C2074A for ; Thu, 30 Apr 2020 13:37:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588253848; bh=1vT+EtxYHzImcO4bWVmeMuLcvY1FrycEoaBP+jfTfEY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Xtzyi97VIJRRZVpoZ4r/HNokG9/wu3SngjOqx2MrSSruRbWatZMFaKM6UH+5DuL+M yMwGoEua6TeSaESgUM3ZHE76FOOBAmod3yJCoHrnj0wA9xw7kB4Jar40E3hyhYTTrj cPmJxkZNk6cXE1ncoxx+5dB5zqmIHwKdMzO+67S4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726852AbgD3Nh1 (ORCPT ); Thu, 30 Apr 2020 09:37:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:54054 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726577AbgD3Nh1 (ORCPT ); Thu, 30 Apr 2020 09:37:27 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 DA2A02074A; Thu, 30 Apr 2020 13:37:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588253847; bh=1vT+EtxYHzImcO4bWVmeMuLcvY1FrycEoaBP+jfTfEY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vk2dletAXWqMkwiP+CWvcLVl7zT25QHkz5sHbxHfdqR2/GFq5qMcWkHW5pe/4SrrL VrXn8QNiH9sz1+BEYV6NJXipvdDYaMTnIXZgggkw5/D8nZf/IHdejHG7+MzaOOmvya cuqfuK3aeU7XIHt5UC3pGlY5ILYhmY7TsgtIBh/0= Date: Thu, 30 Apr 2020 15:37:18 +0200 From: Greg Kroah-Hartman To: Kishon Vijay Abraham I Cc: linux-kernel@vger.kernel.org, Vinod Koul Subject: Re: [GIT PULL] PHY: For 5.7 -rc Message-ID: <20200430133718.GA3048289@kroah.com> References: <20200430130741.2396-1-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200430130741.2396-1-kishon@ti.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 30, 2020 at 06:37:41PM +0530, Kishon Vijay Abraham I wrote: > Hi Greg, > > Please find the PHY pull request for 5.7 -rc below. > > Vinod Koul has kindly agreed to co-maintain PHY subsystem. So we are > also moving linux-phy to a shared repository. I've included a patch > to update MAINTAINER file to reflect both these changes in the pull > request. > > Other than that it includes couple of Qualcomm driver fixes and Kconfig > depenecy fix in Tegra PHY. For the full list of changes see tag message > below. > > Consider merging this for the upcoming -rc cycle and let me know if > I have to make any changes. Pulled and pushed out, thanks! greg k-h