From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753205AbdJTQWJ (ORCPT ); Fri, 20 Oct 2017 12:22:09 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47524 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753109AbdJTQWG (ORCPT ); Fri, 20 Oct 2017 12:22:06 -0400 Date: Fri, 20 Oct 2017 18:22:13 +0200 From: Greg Kroah-Hartman To: Vinod Koul Cc: LKML , ALSA , Mark , Takashi , Pierre , Sanyog Kale , Shreyas NC , patches.audio@intel.com, alan@linux.intel.com, Charles Keepax , Sagar Dharia , srinivas.kandagatla@linaro.org, plai@codeaurora.org, Sudheer Papothi Subject: Re: [PATCH 01/14] Documentation: Add SoundWire summary Message-ID: <20171020162213.GB4538@kroah.com> References: <1508382211-3154-1-git-send-email-vinod.koul@intel.com> <1508382211-3154-2-git-send-email-vinod.koul@intel.com> <20171020103934.GA3210@kroah.com> <20171020154917.GR30097@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171020154917.GR30097@localhost> 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 On Fri, Oct 20, 2017 at 09:19:18PM +0530, Vinod Koul wrote: > On Fri, Oct 20, 2017 at 12:39:34PM +0200, Greg Kroah-Hartman wrote: > > On Thu, Oct 19, 2017 at 08:33:17AM +0530, Vinod Koul wrote: > > > From: Sanyog Kale > > > > > > SoundWire is a new Linux bus which implements a new MIPI bus protocol > > > 'SoundWire'. The summary of SoundWire bus and registration APIs is > > > documented in the 'summary' file. > > > > > > Signed-off-by: Sanyog Kale > > > Signed-off-by: Hardik T Shah > > > Signed-off-by: Pierre-Louis Bossart > > > Signed-off-by: Vinod Koul > > > --- > > > Documentation/soundwire/summary.txt | 192 ++++++++++++++++++++++++++++++++++++ > > > 1 file changed, 192 insertions(+) > > > create mode 100644 Documentation/soundwire/summary.txt > > > > Any specific reason this is not in .rst format and tied to the rest of > > the kernel Documentation so it gets built automatically? > > I was hoping to do rst conversion a bit later if that is not a deal > breaker :) That is certainly a todo in my list. Should only take you a few minutes, don't add things to the tree that you are going to fix up "some day", as that might never happen... thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 01/14] Documentation: Add SoundWire summary Date: Fri, 20 Oct 2017 18:22:13 +0200 Message-ID: <20171020162213.GB4538@kroah.com> References: <1508382211-3154-1-git-send-email-vinod.koul@intel.com> <1508382211-3154-2-git-send-email-vinod.koul@intel.com> <20171020103934.GA3210@kroah.com> <20171020154917.GR30097@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by alsa0.perex.cz (Postfix) with ESMTP id 5E287267708 for ; Fri, 20 Oct 2017 18:22:07 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20171020154917.GR30097@localhost> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Vinod Koul Cc: ALSA , Charles Keepax , Sudheer Papothi , Takashi , plai@codeaurora.org, LKML , Pierre , patches.audio@intel.com, Mark , srinivas.kandagatla@linaro.org, Shreyas NC , Sanyog Kale , Sagar Dharia , alan@linux.intel.com List-Id: alsa-devel@alsa-project.org On Fri, Oct 20, 2017 at 09:19:18PM +0530, Vinod Koul wrote: > On Fri, Oct 20, 2017 at 12:39:34PM +0200, Greg Kroah-Hartman wrote: > > On Thu, Oct 19, 2017 at 08:33:17AM +0530, Vinod Koul wrote: > > > From: Sanyog Kale > > > > > > SoundWire is a new Linux bus which implements a new MIPI bus protocol > > > 'SoundWire'. The summary of SoundWire bus and registration APIs is > > > documented in the 'summary' file. > > > > > > Signed-off-by: Sanyog Kale > > > Signed-off-by: Hardik T Shah > > > Signed-off-by: Pierre-Louis Bossart > > > Signed-off-by: Vinod Koul > > > --- > > > Documentation/soundwire/summary.txt | 192 ++++++++++++++++++++++++++++++++++++ > > > 1 file changed, 192 insertions(+) > > > create mode 100644 Documentation/soundwire/summary.txt > > > > Any specific reason this is not in .rst format and tied to the rest of > > the kernel Documentation so it gets built automatically? > > I was hoping to do rst conversion a bit later if that is not a deal > breaker :) That is certainly a todo in my list. Should only take you a few minutes, don't add things to the tree that you are going to fix up "some day", as that might never happen... thanks, greg k-h