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=-16.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 8B961C433DB for ; Tue, 9 Feb 2021 08:37:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 576A564EB9 for ; Tue, 9 Feb 2021 08:37:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229783AbhBIIhA (ORCPT ); Tue, 9 Feb 2021 03:37:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:46132 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229669AbhBIIfp (ORCPT ); Tue, 9 Feb 2021 03:35:45 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 17D6F64EBE; Tue, 9 Feb 2021 08:34:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612859699; bh=XlD+GcdC1ChYZK93TH6EIuF637ygLsXA27BEe2jjLFk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lxIgp5tKvZOQcYyhTLKgRITGDeMdzEu2jovF5rZA06oSsr+MPKesAoFOvS95TKM4e 4wAwJPmR+hO1+zBfdPosox8YzuMQvYybWjcz8igp++jUP9BTBZNtS/nB+bqKaAOAKN 8DLy9d6I5/1Y9TNZJDpljNJNKXwhfnNNPGp2tYDE= Date: Tue, 9 Feb 2021 09:33:39 +0100 From: Greg KH To: Vinod Koul Cc: Kishon Vijay Abraham I , LKML , linux-phy@lists.infradead.org Subject: Re: [GIT PULL] phy: second round of fixes for v5.11 Message-ID: References: <20210205115618.GG2656@vkoul-mobl.Dlink> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210205115618.GG2656@vkoul-mobl.Dlink> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 05, 2021 at 05:26:18PM +0530, Vinod Koul wrote: > Hello Greg, > > Please pull to receive few phy driver fixes for v5.11. > Apologies for sending them bit late. > > The following changes since commit d092bd9110494de3372722b317510b3692f1b2fe: > > phy: mediatek: allow compile-testing the dsi phy (2021-01-04 13:00:54 +0530) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes2-5.11 It's too late for this for my tree, sorry. Can you send these as patches and add a cc: stable on them to make sure they get into 5.11.y properly (and further back if they are needed)? thanks, greg k-h