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=-15.8 required=3.0 tests=BAYES_00,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 9FB42C5519F for ; Fri, 20 Nov 2020 15:29:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 33A7E22252 for ; Fri, 20 Nov 2020 15:29:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="QC+BDgbu" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728374AbgKTP3M (ORCPT ); Fri, 20 Nov 2020 10:29:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:34742 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726719AbgKTP3M (ORCPT ); Fri, 20 Nov 2020 10:29:12 -0500 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 4D3AE22252; Fri, 20 Nov 2020 15:29:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1605886150; bh=C1UlPa/GYyfam2rrHlRsRravwU1KFSGi7/88ciV6lwE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QC+BDgbu+g+zV7miu1cRvAZotfIAEo/Dqi+fSA5JaJZby7mDDKXkeJrNmuBZPtuL+ 4fHBykz97M8oxxFlbtlmrLXyO3lS3/GQtzmSkcAlfrV2YAkbGsE6ewuaNqyqOooJqc t9vQyidLmsST2+bK/jWHMnQdedvfSTP5eaEEpaU0= Date: Fri, 20 Nov 2020 16:29:40 +0100 From: Greg KH To: Vinod Koul Cc: LKML , Kishon Vijay Abraham I Subject: Re: [GIT PULL]: Generic phy fixes for 5.10 Message-ID: References: <20201120145136.GK2925@vkoul-mobl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201120145136.GK2925@vkoul-mobl> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 20, 2020 at 08:21:36PM +0530, Vinod Koul wrote: > Hello Greg > > Please consider PULL to recive fixes for 5.10 for Generic phy. > All minor fixes to drivers, already in linux-next > > The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: > > Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-5.10 > > for you to fetch changes up to fb89b2544b645527b3a359176999a416e65f5ada: > > phy: mediatek: fix spelling mistake in Kconfig "veriosn" -> "version" (2020-11-16 13:21:28 +0530) > > ---------------------------------------------------------------- > phy: fixes for 5.10 > > Bunch of fixes for phy drivers: > *) USB phy incorrect clearing of bits > *) Tegra xusb dangling pointer > *) qcom-qmp null ptr initialization > *) cpcap-usb irq flags > *) intel kkembay kconfig depends > *) qualcomm OF dependency > *) mediatek typo pulled and pushed out, thanks. greg k-h