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 A7653C433DB for ; Tue, 9 Feb 2021 08:32:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6DA2364EC2 for ; Tue, 9 Feb 2021 08:32:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229797AbhBIIcr (ORCPT ); Tue, 9 Feb 2021 03:32:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:44860 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229752AbhBIIcl (ORCPT ); Tue, 9 Feb 2021 03:32:41 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 72C2C64E92; Tue, 9 Feb 2021 08:32:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612859520; bh=0/oi2skBq5piZUUVGQh3teGjtISF10arflwIeT7Kj68=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=irQI+oLFEkqEfXsZV7mBREHLQoqmHIRumEenpgX1+xkC2YZcgpbL5Pe9bTA0mAZx8 UyEflctzqXyCuLlM53US7yChIEUPBIav/Hv2EsjlFL2YFov54sgtFdmkiBHw7eEI6n vhtfh0x5rhRBjUpHnPGBH1S7dqonsDjc/CA2n5Tg= Date: Tue, 9 Feb 2021 09:31:41 +0100 From: Greg KH To: Vinod Koul Cc: LKML , Linux Phy , Kishon Vijay Abraham I Subject: Re: [GIT PULL]: soundwire: updates for v5.12-rc1 Message-ID: References: <20210207173601.GA879029@vkoul-mobl.Dlink> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210207173601.GA879029@vkoul-mobl.Dlink> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 07, 2021 at 11:06:01PM +0530, Vinod Koul wrote: > Hello Greg, > > Please pull to receive update for v5.12-rc1. This update includes new > no_pm IO routines and bunch of updates for intel & cadence drivers. > > The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: > > Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.12-rc1 Pulled and pushed out, thanks. greg k-h