Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp4729514pxb; Tue, 2 Nov 2021 14:54:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy/Q9EPIu7oNSGxePgUnJslEOhjeOFa4S5Qq7866GEWbHB+V3bc9vhRkL5oBrO/eIjXTaCd X-Received: by 2002:a05:6e02:1a69:: with SMTP id w9mr17524520ilv.87.1635890079795; Tue, 02 Nov 2021 14:54:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635890079; cv=none; d=google.com; s=arc-20160816; b=RUKAezRMUOEdLgXNEHU2Ka4aCoLb7gKo879a0e2THnf5pyNduiHoUerC0yvujUM9AE 0QVeAP67u33nl7nSZrXxMGag7ehomRTLOR2CiXIAnlqCeXgVGYrh8JWhHt5qCkT+TkmQ 4camf0tJcsSbuUOsgqKEfmbn2+hD+reNTtNAwVl/Yy5bCQkBtV7rxc2uor2kXiL3EGRg EtWJO3KX0Rqq1G4gojFLtsq90vw89ARTEqWbWTxW+qUk9hMGUmo8prDdMp8byYiSFGQx 0FwL5GbUPZmfa7Hnc0eY5inQ/PyDc/xRi+fLAQCFKdL9uvGZvxe5/ZoDxmKLhzDCHeAr cSew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=WS8jz4+hxcD9ybvNJzhflgiVw/YGHx575ChpNo6JuHc=; b=xiSRMlpg9zCoA2HeCV0pNb5eLY4nQUQEBXIAI8UuyG+Zz9TljguxbC5We7UJOIaP6T h5Tr44zg8yUec5x+CZCmtt+Wpi36Tv7naPMh0BCWJH+7qZXRp0VOidTfX7/esJJXQW/O xEjLPP3Z3roSAF5tlUon9wxUeRKIoBo8JLlcwOnJnvZDKN4eKxfiqbT7k32HZKv4DBI7 8PxGrcxGtn2xYa2cU9EM65uShWPJUPC1WKHG7UyaJVbps4TUweaDZ/DVdrCn7HsGd7qc Os6yYuUScaNcIfT7g8bvkI3Kjn61hfKFBa1vqo5oraPd+qvNG8rg38ytGcq+soUEQV3n 5Lgw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g9si585493iov.42.2021.11.02.14.54.27; Tue, 02 Nov 2021 14:54:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229528AbhKBV4C (ORCPT + 99 others); Tue, 2 Nov 2021 17:56:02 -0400 Received: from mga09.intel.com ([134.134.136.24]:30055 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231308AbhKBVz6 (ORCPT ); Tue, 2 Nov 2021 17:55:58 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10156"; a="231226446" X-IronPort-AV: E=Sophos;i="5.87,203,1631602800"; d="scan'208";a="231226446" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2021 14:53:21 -0700 X-IronPort-AV: E=Sophos;i="5.87,203,1631602800"; d="scan'208";a="489283551" Received: from iweiny-desk2.sc.intel.com (HELO localhost) ([10.3.52.147]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2021 14:53:20 -0700 From: ira.weiny@intel.com To: Jonathan Corbet Cc: Ira Weiny , Greg Kroah-Hartman , Dan Williams , linux-kernel@vger.kernel.org, Dave Jiang , linux-doc@vger.kernel.org Subject: [PATCH 0/3] Improve Auxiliary Device documentation Date: Tue, 2 Nov 2021 14:53:14 -0700 Message-Id: <20211102215317.3676782-1-ira.weiny@intel.com> X-Mailer: git-send-email 2.28.0.rc0.12.gb6a658bd00c9 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ira Weiny The auxiliary device documentation was not wrong but it was a bit difficult to follow. Add clarifications to ensure that details are not missed. Ira Weiny (3): Documentation/auxiliary_bus: Clarify auxiliary_device creation Documentation/auxiliary_bus: Clarify match_name Documentation/auxiliary_bus: Update Auxiliary device lifespan Documentation/driver-api/auxiliary_bus.rst | 136 ++++++++++++++++----- 1 file changed, 107 insertions(+), 29 deletions(-) -- 2.28.0.rc0.12.gb6a658bd00c9