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=-10.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 330BDC433E0 for ; Fri, 22 May 2020 07:28:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 055E42087E for ; Fri, 22 May 2020 07:28:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590132516; bh=a+GWZTXoEmAqJ588Ld4QrK6+dfifuM37WVBYkefXSgA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=xr8Az50GxDEmAyZ7ELmEj83pdk/K6JFilTAf1eqn0ZXQQaA1M+/KkpCBrdtdWyokn Z99EXtuJGcstn4KjJBjoI8WiEaWus9fo64qCoxGCGDI1zdGRQkU3hhYXXgzpu1XYYj hcP76efEs4gtLU6CMvTFE8hGDa5FfY6ksmxzn7cc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728481AbgEVH2f (ORCPT ); Fri, 22 May 2020 03:28:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:48538 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726578AbgEVH2e (ORCPT ); Fri, 22 May 2020 03:28:34 -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 94223206DD; Fri, 22 May 2020 07:28:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590132514; bh=a+GWZTXoEmAqJ588Ld4QrK6+dfifuM37WVBYkefXSgA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=quDWI+OJ7MZQgBlI9ukwhi9CNgoNFN6Y9tPAex3fnyo7GLU8VnsHkTa7ArhP2vU4v 6Gul75XflD0bDuPoiv4fGUh+EGcWwuDr8oQkFpY/ulcP2N4/GKtIGR0A2xqdIdA8lG j+IdQd3iTsR9e3UpBG8Zzoaljfcvwbw7+g0fvjZ8= Date: Fri, 22 May 2020 09:27:51 +0200 From: Greg KH To: Vinod Koul Cc: LKML , alsa-devel@alsa-project.org Subject: Re: [GIT PULL] soundwire updates for v5.8-rc1 Message-ID: <20200522072751.GA853066@kroah.com> References: <20200521142739.GB374218@vkoul-mobl.Dlink> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200521142739.GB374218@vkoul-mobl.Dlink> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 21, 2020 at 07:57:39PM +0530, Vinod Koul wrote: > Hi Greg, > > Please pull to receive updates for soundwire. The big news the > sdw_master_device getting completed along with sysfs attributes for > master and slave devices. That closes the long cleanup work done by > Pierre and Bard for the devices. > > The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: > > Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.8-rc1 Pulled and pushed out, thanks. greg k-h