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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E755C38145 for ; Wed, 7 Sep 2022 07:52:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229723AbiIGHwV (ORCPT ); Wed, 7 Sep 2022 03:52:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51742 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229523AbiIGHwB (ORCPT ); Wed, 7 Sep 2022 03:52:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5D377E338 for ; Wed, 7 Sep 2022 00:51:59 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6857B615FC for ; Wed, 7 Sep 2022 07:51:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72D71C433B5; Wed, 7 Sep 2022 07:51:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662537118; bh=uSW2ovitghVX/3zIU1kuVb5+1uQH1jIvAvyEfZy+RTU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Xe1hnJfYkMMbQN83hus992shMEWY9M5m0CfWCzVibI6C9X2ywCBguS25aZ+hM77GO k3tzS05BARzNxS1VL8NOuzjI/ozMJclx9Fe4fQ7yZew700CV2Oy4t3igxedmr9Daca KwmNxTf7Y/gM2Xj5GnB+qLLLhT6hQd7AVBj7pKBc= Date: Wed, 7 Sep 2022 09:51:56 +0200 From: Greg KH To: Vinod Koul Cc: Kishon Vijay Abraham I , Linux Phy , LKML Subject: Re: [GIT PULL]: Generic phy fixes for v6.0 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 03, 2022 at 04:41:59PM +0530, Vinod Koul wrote: > Hello Greg, > > Please pull to receive a single fix to marvell a3700-comphy driver which > fixes broken reset in the driver > > The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: > > Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-6.0 Pulled and pushed out, thanks. greg k-h