Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752016AbdLMJQE (ORCPT ); Wed, 13 Dec 2017 04:16:04 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:50864 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751049AbdLMJQC (ORCPT ); Wed, 13 Dec 2017 04:16:02 -0500 Date: Wed, 13 Dec 2017 10:16:04 +0100 From: Greg Kroah-Hartman To: Vinod Koul Cc: LKML , ALSA , Mark , Takashi , Pierre , patches.audio@intel.com, alan@linux.intel.com, Charles Keepax , Sagar Dharia , srinivas.kandagatla@linaro.org, plai@codeaurora.org, Sudheer Papothi Subject: Re: [PATCH v5 02/15] soundwire: Add SoundWire bus type Message-ID: <20171213091604.GB6269@kroah.com> References: <1512575231-4154-1-git-send-email-vinod.koul@intel.com> <1512575231-4154-3-git-send-email-vinod.koul@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512575231-4154-3-git-send-email-vinod.koul@intel.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 391 Lines: 11 On Wed, Dec 06, 2017 at 09:16:58PM +0530, Vinod Koul wrote: > This adds the base SoundWire bus type, bus and driver registration. > along with changes to module device table for new SoundWire > device type. > > Signed-off-by: Sanyog Kale > Signed-off-by: Vinod Koul Looks good: Reviewed-by: Greg Kroah-Hartman