From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.8 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id C39767D2F0 for ; Wed, 19 Jun 2019 06:47:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725946AbfFSGrp (ORCPT ); Wed, 19 Jun 2019 02:47:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:39714 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725854AbfFSGrp (ORCPT ); Wed, 19 Jun 2019 02:47:45 -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 0B56C2084A; Wed, 19 Jun 2019 06:47:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560926864; bh=Lw51ETJCagdJjPcdiX//pROPxBVlyXwdRk48OK7aJUU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JMAOriz8CR4Mj7WHSmVXF2DYVl4C9P/ejNJdwEw8Ldzj5aFwd2HPFy8C/kRz9EMoq IO7vcajxnK178OYeC6WETJTm8AiRudQpQPM3PQhGZ/2qh+wv2Hf0D/4dhXoGqi/SAh dtJkPyPo1XRAH63fKw6KIhb+Ku426t5FTPu5okA4= Date: Wed, 19 Jun 2019 08:47:41 +0200 From: Greg Kroah-Hartman To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Oliver Neukum , Alan Stern , Johan Hovold , Valentina Manea , Shuah Khan , Felipe Balbi , linux-usb@vger.kernel.org Subject: Re: [PATCH v1 14/22] docs: usb: rename files to .rst and add them to drivers-api Message-ID: <20190619064741.GB1082@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Jun 18, 2019 at 06:05:38PM -0300, Mauro Carvalho Chehab wrote: > While there are a mix of things here, most of the stuff > were written from Kernel developer's PoV. So, add them to > the driver-api book. > > A follow up for this patch would be to move documents from > there that are specific to sysadmins, adding them to the > admin-guide. > > Signed-off-by: Mauro Carvalho Chehab Ah, I guess I can take this through my tree, will do that later today. thanks, greg k-h