From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752848AbdJTKj2 (ORCPT ); Fri, 20 Oct 2017 06:39:28 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45198 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752738AbdJTKj1 (ORCPT ); Fri, 20 Oct 2017 06:39:27 -0400 Date: Fri, 20 Oct 2017 12:39:34 +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: <20171020103934.GA3210@kroah.com> References: <1508382211-3154-1-git-send-email-vinod.koul@intel.com> <1508382211-3154-2-git-send-email-vinod.koul@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1508382211-3154-2-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 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? thanks, greg k-h